internet-explorer-9 Questions

1

Solved

When inspecting elements in IE9 Developer Tools I can't see the pseudo elements I have defined in my CSS in the HTML pane: However I can see them in the CSS pane, but they have strike-through sug...
Alkene asked 16/11, 2015 at 9:18

4

I am trying something like below, var myWindow = null; if(!myWindow || myWindow.closed) { myWindow = window.open(url, windowId); } else { myWindow.focus(); } All browsers return the window r...
Ferree asked 10/8, 2011 at 16:19

2

Solved

Assume i have a form that right now is doing a post: <form id="post-form" class="post-form" action="/questions/ask/submit" method="post"> You'll notice there is no site in the action, th...
Syllabism asked 1/5, 2012 at 19:17

6

Solved

I'm having a real problem with JavaScript scope in IE 9. This is inside the body of my document (yes, I realize script should go in the head for proper HTML, but I've never had it break a script b...

13

The navbar doesn't seem to be working properly in IE. Here's a screenshot of it in IE. I've been looking through many bootstrap-topics on stackoverflow.com, but the "help" they give people doesn...
Jaguar asked 25/6, 2012 at 0:19

1

Solved

I was trying to research a file size limit in IE9. There are many anecdotal links about one existing (mostly 288KB limit ones), but I could not find any proper documentation on any of them. There w...
Centripetal asked 5/4, 2018 at 23:34

5

Solved

I'm having an issue with IE9 showing horizontal scroll bars on a printed page even though the contents of the page fit entirely. I've tried several things to remove them in my print css. Has anyone...

2

Solved

I've upgraded from rich faces 3.3 to rich faces 4.2 because ajax didn't work for IE9. Now it still not works. After receiving the Response IE gets an JS error "SCRIPT58734: Der Vorgang konnte auf...
Cabretta asked 17/4, 2012 at 15:33

1

Solved

Which polyfill libaries can be used to make Bootstrap 4 (or most of Bootstrap 4) work with IE9? I've come across these libraries: https://github.com/jonathantneal/flexibility https://github.com/...
Questor asked 11/1, 2018 at 17:52

8

Solved

My website works well on Chrome, Firefox, and Internet Explorer 8. But on Internet Explorer 9, very weird errors are triggered when just hovering over components. SCRIPT5007: Unable to get value...
Hixson asked 26/4, 2011 at 7:26

7

Friends, please help me in defining specific css rule for IE9? For example like this /* IE 6 fix */ * html .twit-post .delete_note a { background-position-y: 2px; } * html .twit-post .delete...
Bidget asked 9/9, 2011 at 16:47

12

Solved

IE9 Bug - JavaScript only works after opening developer tools once. Our site offers free pdf downloads to users, and it has a simple "enter password to download" function. However, it doesn't work...
Devoe asked 12/10, 2011 at 15:44

2

I cannot use JS, this should be archived by CSS only. Container (DIV) is auto width (flexible) "table-cell" element. I'd want to scale image down only when it width is larger than container (user...
Honea asked 8/11, 2011 at 12:2

7

Solved

Looks like I've re-invented the wheel, but somehow this isn't working in Internet Explorer 9, but does in IE6. function debug() if(!window.console) { window.console = { log: function() { /* do ...
Jill asked 4/4, 2011 at 13:13

2

Solved

This Fiddle produces expected results in real browsers (I tried FF, GC, Safari), but breaks unexpectedly in IE9, IE10 and IE11. No problems with IE7 or IE8. <div class="root"> Top <di...

4

I know many variations of this question have been asked here but so far no solutions I have tried work for me. I would like my web app to open in IE9 document mode in IE. When I open the page now,...

11

Solved

I have an <ol> (ordered list) and in FF, Safari, Chrome it is rendered correctly. However in IE9 it is showing all zeros. It is not a spacing/padding issue because I am able to see the zeros....
Ange asked 7/4, 2011 at 16:37

7

Solved

<!--[if lt IE 9]> This is less then IE9 ELSE this is all browsers: firefox, chrome, etc. <![endif]--> How do I do this in my HTML? I want to do an "else" ...
Milligan asked 19/7, 2011 at 3:47

11

Solved

There is a web page with an iframe inside. Sometimes, Input text box controls, inside the iframe, are locked/ freezed. Users cannot enter text into them. But the text box can be focused and not fad...

7

Solved

When I'm using word-wrap:break-word with Browser Mode: IE9 Compatibility View and Document Mode: IE7 standards its working perfectly fine. However when I change the Document Mode: IE9 standards, it...

2

Solved

Is there a way to align the web components next to each other without using Flexbox. I know it an awesome tool but unfortunately it doesn't work with IE 9 or 10. I want the text inside the link to ...

8

I got this weird problem as in topic: in IE (i'm testing version 8, got no way to test older/newer versions) and only in IE all the select boxes on my website started to close themselves as soon as...
Abraham asked 5/4, 2011 at 11:47

4

I recently noticed in several webpages, and some of my own, that when they are displayed in Internet Explorer 9, when its not on Quirks Mode, it renders a white line, about 1px, in the bottom of th...
Doall asked 6/10, 2011 at 21:48

6

Solved

I'm running Selenium Standalone Server 2.25 on Windows 7, with Internet Explorer 9 as a browser, and I'm getting this error for every test that requires opening the browser: Selenium::WebDriver::E...
Wnw asked 2/10, 2012 at 16:3

4

Solved

The following code produces the expected jQueryUI modal popup dialog in Firefox, Chrome, and Opera. However, it fails in Internet Explorer 9: <html><head> <link rel="stylesheet" hr...
Mier asked 3/2, 2012 at 0:17

© 2022 - 2024 — McMap. All rights reserved.