internet-explorer-9 Questions
3
Solved
I"m wondering if anyone can give me some insight into a really strange IE9 issue I've been struggling with.
I'm finishing up production of a site for work - it works well in ff/chrome/ie7/ie8 with...
Tangleberry asked 29/2, 2012 at 14:25
13
Solved
I have an mp4 video that I want to play in IE9 using HTML5 <video> tag. I added the MIME type to IIS 7 so if I browse http://localhost/video.mp4 it plays in both Chrome and IE9 but not in HTM...
Inventory asked 4/8, 2011 at 16:0
3
Solved
IE9+ claims to support the ch CSS unit. By the definition, this unit is 'Equal to the advance measure of the "0" (ZERO, U+0030) glyph' of the current font, or, in simpler words, the width of the ch...
Riddick asked 24/7, 2013 at 5:8
3
Solved
I ran into this problem today in IE6 (but is reproducible on all recent version of IE).
I noticed quite a few people run into this problem and I haven't seen a very practical way to fix this.
The...
Brisling asked 28/4, 2011 at 0:12
4
Solved
I have this jQuery code in my JSP page (jQuery 1.7.2) :
function Header() {
this.add = function ( parentDiv, leftToolbar, rightToolbar ) {
hbHeader = Handlebars.compile( $( "#hb-header"...
Oringas asked 21/6, 2012 at 22:13
4
Solved
I'm using the F12 developer tools built into Internet Explorer 9 to capture network traffic on a site. This information can be saved to an XML (default) or CSV file.
The XML file seems to contain ...
Apodosis asked 1/12, 2011 at 23:39
4
I can't remove the # symbol in IE9. I searched for an answer but didn't find a fix.
This always redirects to
http://myhost.com:8080/#/website/
and shows this description:
The requested resour...
Mephitis asked 24/7, 2013 at 9:23
4
I have below
<i class="icon-remove"></i>
which displays the close icon correctly on firefox,chrome,IE 8 but not on IE9.
Here is font-awesome.css
@font-face {
font-family: 'MyWeb...
Anaplastic asked 4/8, 2014 at 16:39
5
Solved
I have a generic handler Document.ashx that creates Word documents on the fly by reading information from the querystring like this Document.ashx?clientid=123&documentid=10 and it works perfect...
Provisory asked 28/1, 2012 at 18:20
2
I have an Angular v1.3 application, which uses Angular ui-router v0.2.13 for all routing. The site works great on all browsers, including IE 10 and IE 11, but not IE 9 (we've decided not to pursue ...
Abuttals asked 18/3, 2015 at 18:43
3
Solved
This is my first question ever here on stackoverflow!
I've been searching for a solution to this problem for a while and haven't found any help. I may just be using the wrong keywords in my search...
Domineering asked 1/5, 2012 at 16:24
7
Solved
In which circumstances is window.console.log defined in Internet Explorer 9?
Even when window.console.log is defined, window.console.log.apply and window.console.log.call are undefined. Why is thi...
Shopping asked 29/3, 2011 at 13:3
4
I have a jQuery popup window that works in Firefox.
However, I am getting the following error message on line 1 of my html page:
SCRIPT438: Object doesn't support property or method 'addEventList...
Tullus asked 21/11, 2011 at 21:38
1
This problem started off with IE9, where for POST requests, the contentType has to be text/plain, and application/json will not work.
I've added the moonscript and proceeded to use contentType: te...
Boethius asked 7/9, 2016 at 14:40
3
I've created a left and right navigation button using only a single SVG background image and flipping it horizontally to get the other direction. This works fine in all browsers which support CSS 2...
Wellfound asked 31/10, 2012 at 10:14
2
Solved
Having issues using small svg in IE9. It get's chopped off on the right/is not centered:
(Supposed to be a "X")
My SVG:
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Ill...
Ectopia asked 12/12, 2013 at 18:33
1
Solved
Here is a class I made which uses YQL to do Google Translate.
var Translator = {
source: 'ro', // default
target: 'en', // default
url: 'http://query.yahooapis.com/v1/public/yql?q=select * from...
Pard asked 14/11, 2013 at 12:3
3
I have the following html styled by bootstrap 3 that defines a group of inputs:
<div class="input-group">
<select class="form-control" >Some options here</select>
<a class="...
Cule asked 9/12, 2013 at 13:5
5
I'm having a strange problem that only occurs with IE9. I'm working on a web page that has a desktop layout, and a mobile layout. Same HTML, different CSS. The problem happens with the code below:
...
Skilken asked 20/6, 2011 at 22:7
3
Past versions of Internet Explorer croaked on web addresses longer than 2,083 characters (see http://support.microsoft.com/kb/208427). Meanwhile, Firefox, Opera, and Safari can handle at least 80,0...
Unicef asked 15/9, 2010 at 19:21
6
Solved
The HTML DOM object model defines an Event object with a target property.
Looking at MSDN, Microsoft documents a target property. They also document srcElement as an alias of target from earlier v...
Mosaic asked 18/5, 2012 at 18:12
14
My website has always run smoothly with IE8, IE7, FF, Chrome and Safari. Now I'm testing it on IE9 and I'm experiencing a strange problem: in some pages, some tabular data renders incorrectly.
Th...
Realize asked 27/4, 2011 at 14:44
8
Solved
I have some Selenium 2 Webdriver test cases for Firefox and Internet Explorer 9. When I access https URLs on IE9 (Windows 7 64bit) I get "There is a problem with this website's security certificate...
Polyhydric asked 10/10, 2011 at 9:9
3
I encountered this problem after installing IE10, finding it did not work well on my Windows 7 system, and uninstalling it. Now, back to IE9, VS2010 could not attach to the process and reported the...
Huggins asked 15/1, 2013 at 17:24
9
Solved
I am getting the strange error "SCRIPT70: Permission denied jquery.js, line 21 character 67" on IE-9. Searched on google but could not find anything except a bug on CKEditor.
Position it showed j...
Integrant asked 18/3, 2011 at 12:36
© 2022 - 2024 — McMap. All rights reserved.