Questions tagged [ie11-developer-tools]

121 questions
0
votes
1 answer

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 clicked on, we navigate to a launch controller…
0
votes
1 answer

IE11 Debugging Capabilities

When debugging JavaScript I make heavy use of the console to evaluate individual lines of code, to retrieve instance values to test in 3rd party software (i.e. when building SOAP requests) Now I've got IE11, it looks like the code I type into the…
Dead.Rabit
  • 1,965
  • 1
  • 28
  • 46
0
votes
1 answer

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 window) the crtl+f opens another dialog box which…
0
votes
1 answer

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 identify the problem in IE11 opening the F12…
serge
  • 13,940
  • 35
  • 121
  • 205
0
votes
1 answer

Why does "column-count" not work in IE11, since MS says it is fully supported?

My website is dependent on the css property "column-count" in a number of places. Not only does Caniuse.com show support in IE10 and IE11, but so does the MSDN. Is "column-width" or something else required? The dev tools in IE show a squiggly line…
Jan vH
  • 116
  • 1
  • 7
0
votes
3 answers

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 in an IE11 form, I have added a simple CSS style…
David W
  • 10,062
  • 34
  • 60
0
votes
3 answers

How to apply IE11 specific css

I am new user for IE11. I want to integrate one IE11 specific css in my extjs application. I have searched a lot. If anybody is having any idea , please let me know..I am having heavy deadline on this. Thanks in advance.
Curious_k.shree
  • 990
  • 2
  • 18
  • 37
0
votes
1 answer

A bug of console.log() in IE11 under IE9 mode and below

I found console.log() in IE11 under IE9 mode and below works wierd. If I create an empty object, then log it, it will show 'undefined', but by alerting it shows correctly. Is this happen to you guys, or just me? var a ={}; a.b = false; a.c =…
-1
votes
1 answer

IE11 doesn't send a form if cookie is undefined

I have a webform which has asking for some cookie settings: par=Cookies.get('demo'); // => 'value' Cokies are set after part1 of current Form filled out. If to fill Form1 and than to fill current Form everything works well however if I open a…
-1
votes
2 answers

IE 11 just works when Dev mode is active

I'm investigating a situation on my web application but I'm in trouble to figurate what is going on. The application is a ReactJs. That has been working very well in all supported browser. Recently I was doing some tests when I realized one simple…
AFetter
  • 3,355
  • 6
  • 38
  • 62
-1
votes
1 answer

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 I also added this
-1
votes
1 answer

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 format in IE11 browser but working fine in…
kss
  • 3
  • 4
-1
votes
2 answers

SCRIPT5007: Unable to get property 'value' of undefined or null reference in IE11

I am trying to save one report by clicking on button, it is working on IE 9 and IE 10 but not working on IE11 and Chrome. below is my On-click function function SaveReport(thisUser) { thisFormList =…
user3468327
  • 1
  • 1
  • 2
-2
votes
1 answer

IFrame sometimes not working in IE11

I have develop a web application using Angular 5 from which I load an Iframe. After deployment to IIS Iframe contents works perfectly fine in Google chrome, but in IE11 sometimes it works and sometimes not. But it works fluidly when development…
M.Laida
  • 1,818
  • 1
  • 13
  • 19
-3
votes
1 answer

When IE will stop supporting the document mode 7

I want to know, till what time will IE team supports the backward compatibility using the emulate tag for example ie11 to ie7 using
1 2 3
8
9