Questions tagged [ie11-developer-tools]

121 questions
0
votes
0 answers

border-collapse is not working in IE11 (Windows 10)

Hi Html table's border is not came correctly when i run my application in IE11 (Windows 10 Machine). The css property border-collapse is not working, so my tables border is displayed as uncompleted. In chrome also its not working.
0
votes
0 answers

localstorage undefined on ie11 (windows 10) what is the solution?

I want to store data in my application in local and i use localstorage. In chrome, firefox, safari it works well but on ie11 window.localstorage undefined. I use HTML5 and the options internet are ok. Is it possible to use localstorage with ie ? If…
Chris
  • 1
  • 2
0
votes
1 answer

Why is my JavaScript alert not displaying?

On an old site I've just been given to modify, I added some VBScript (not familiar with it, just trying to fake it until I make it) like so: 'determine whether this unit is a new business currentYear = Year(Now) SQLString = "Select NewBiz from…
0
votes
1 answer

LABEL is not working in IE11 with , need to select the radio button on click of the row anywhere

using the below piece of code inside a table which selects the radio on click of the row. It works till IE9 but this piece of code doesn't work in IE10 and above or chrome. Can anyone suggest if they have faced the similar issue ? Any suggestion…
Rkumar
  • 19
  • 7
0
votes
3 answers

Why do I get an exception in IE but not Chrome when running my ASP.NET site?

I was finally able to get a legacy site to run, in my regular/preferred browser - Chrome. I was trying to see how to step through the javascript code there in the F12 tools. When I couldn't see how to access the script code, I did some research, and…
0
votes
1 answer

IE11 css animations with crazy timing function

For some reason all animations on my site that work perfectly on firefox/chrome/edge have some crazy timing on IE11. The animation as it's intended: http://sendvid.com/52jn0saf The animation on IE11: http://sendvid.com/vt6mk9pm I tried changing…
Michał Sadowski
  • 1,946
  • 1
  • 11
  • 24
0
votes
1 answer

Alternative of CreateObject of Vb is ActiveXObject in Javascript not working

MY working HTML page written using VB Script, here on click of Button document gets opened . CreateObject is working fine here . Sub Opensig_OnClick() Dim laccno Dim accno laccno = txtaccno.value Set sigobj =…
0
votes
1 answer

Copy paste issue with IE11 editor

While i copy the bulletins from word to html editor, the styles are not maintained properly this is from when i convert word to html A.      Main Heading 1 1.       Item 1 2.       Item 2 3.       Item 3 This is from when i copy the bulletins…
0
votes
0 answers

web form not being submitted in IE 11 but is submitted using IE8

I have a serious issue with my code/browser. I tried to implement solution provided here at SO, but none is working from me. here are some of the one I looked: jQuery's $(form).submit() not firing for IE only (MVC3 app) jQuery: form not…
0
votes
0 answers

IE11 Developer Tools Network Tab Request Details Multiple Start

I ran into a strange behavior. So in IE11, monitoring the network traffic for my application using the F12 Dev Tools, looking at a specific POST request in Details mode, there are two "Start" timings. This behavior only occurs in IE11, not in…
0
votes
1 answer

IE 11 Compatibility Issue, setting document mode to 9 by default after making changes also in meta tag

I made changes in the master page of my SharePoint site. I have added a meta tag in my header like so: and I've also changed the doctype, but the emulation is still rendering in IE9…
0
votes
1 answer

IE 11 Enterprise mode Aumatically gets on in our Application

We are using IE 11 for our Application For some Pages Enterprise mode is disable and some pages it is Enable Eg. On home page > disable After clicking on some Link of home Page>new Page will open > Here it is Enable Any idea how automatically…
0
votes
0 answers

Non-inline CSS style in inspector without file attribution

I have the situation outlined in the screenshot attached where the IE11 inspector is showing me a style being applied that I cannot figure out where its coming from. In this screenshot you'll see the inline styles, as expected, and some styles with…
Ryan Price
  • 315
  • 6
  • 17
0
votes
1 answer

How to save all the resources that are sent to a browser?

I have a same site deployed on 2 different servers, The source files on the servers are identical, so I have to assume what is being sent by webservers on servers are different, as one has javascript that works in IE11 and the other server sends…
jimjim
  • 2,414
  • 2
  • 26
  • 46
0
votes
1 answer

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 pollyfilled method. [].indexOf(1) I get an error…
1 2 3
8 9