Skip to main content

All Questions

0 votes
1 answer
298 views

IE11 emulation mode emulating ie8 does't recognize indexOf polyfill

I am trying to emulate IE8 in IE11 to validate some code changes I have made. How ever there seems to be a problem with in the emulator that prevents me from working with it. When i called the jQuery ...
Pablo Jomer's user avatar
  • 10.2k
0 votes
1 answer
311 views

AngularJS - Duplicate Source Files in IE11

My company has created a generic application that launches custom applications within an iframe. The parent window allows end users to click on an item within a worklist, and depending on what they've ...
Jake A.'s user avatar
  • 61
4 votes
1 answer
9k views

IE 11 Developer Tools: Inspect CSS :focus

In Internet Explorer 11 Developer Tools, upon inspecting an element, you can click the a: button under the Styles tab to force the element's Hover and Visited states. Is there a way to do the same ...
user avatar
5 votes
1 answer
4k views

Logging with Angular in IE11 shows strange behavior

I am currently debugging a rather strange issue in an angular application on IE11 (Edge). We are using a custom Logger which then writes everything that's necessary through angulars $log Service into ...
Chnoch's user avatar
  • 772
-1 votes
1 answer
1k views

IE11 Edge mode is not working by default (Included meta tags and doctype)

I'm working on webpage that was built to run on IE7, and now i'm in the process of upgrading the page to run in IE11 Edge mode by default. What i've did in the page is that i added <!DOCTYPE html&...
Tarazena's user avatar
2 votes
2 answers
11k views

ReactJS doesn't render in IE11

My site works flawlessly in web browsers, but IE11 shows this error in console. What should I do with this? React.render( <NewsFeed tagFilter={tagFilter}/>, document.getElementById('...
Kokesh's user avatar
  • 3,235
0 votes
1 answer
96 views

search filter in IE 11

I would like to find the count of characters matching,using the search filter in IE 11 , I am able to get the same when using ctrl+f in normal tabbed windows but when I use a new window ( separate ...
kavinhuh's user avatar
  • 739
1 vote
1 answer
2k views

Object doesn't support property or method 'okToLaunchComposition' - issue in IE11 (Edge)

I have an embedded object that another developer created using Adobe Edge, this seems to work fine with Chrome & Firefox but IE11 doesn't (10 & 9 do.. I am not concerned for versions below ...
Zabs's user avatar
  • 14.1k
-1 votes
1 answer
2k views

Cross browser support for document.write()

I have an HTML Document object assigned to variable var doc. Using this document object i am rendering string values to a text file where values are getting rendered and written but in an improper ...
kss's user avatar
  • 3
0 votes
1 answer
1k views

Google map does not render on IE11 (only with DevTools)

I have a strange situation when the page like this one have a Google Map that does not render when first opened in IE(11). In other "normal" browsers there is no such a problem. However when I try to ...
serge's user avatar
  • 14.8k
10 votes
2 answers
34k views

AngularJS Assignment to read-only properties is not allowed in strict mode in ie 11

I'm have problem with working angular js in ie 11 TypeError: Assignment to read-only properties is not allowed in strict mode at link (ves-min.js:490:7) at Anonymous function (angular.js:7079:34)...
Le Toan's user avatar
  • 221
1 vote
1 answer
405 views

In IE11, why some machines requires the website URL included in "Compatibility view settings" and others doesn't?

I have a website that requires to run in compatibility mode. We use <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9"> to force this behavior and it works fine in IE 9, IE 10, and it ...
Rolo's user avatar
  • 3,353
1 vote
1 answer
1k views

IE11 F12 debugger not attaching

I've added a debugger statement to some JavaScript that's executed on page load on page B. I've opened page A, opened the F12 debugger tools. I have "Break on all exceptions" enabled in the F12 ...
Eric's user avatar
  • 3,117
0 votes
3 answers
8k views

CSS rule for ::-ms-clear pseudo-element not appearing in IE11 Dev Tools, rule not always working?

I have a peculiar problem relating to a CSS issue against an MS-specific pseudo-element in IE11 on Windows 7. In order to eliminate the "clear/X" button at the right-hand edge of most INPUT elements ...
David W's user avatar
  • 10.1k
2 votes
1 answer
6k views

IE 11 document mode by default

By default IE 11 starts with some wired IE 7 settings (emulation mode) that brakes my JS and everything! 2 hours I try to fix this issues! I can go to developer toolbar F12 and there set the emulator ...
David Dury's user avatar
  • 5,667

15 30 50 per page