Skip to main content

All Questions

6 votes
6 answers
13k views

I can't start Internet Explorer 11, always Edge is opened in Windows 10

I have to test a product on Internet Explorer but when I try to start it always Edge browser is opened. I tried to set IE as default browser but did not help. I try to set Chrome or Firefox as default ...
Alpar's user avatar
  • 61
0 votes
0 answers
114 views

Windows 10 800ms click delay after textarea input

Windows 10 (all browsers) seems to have a 800ms delay between the user has writing input in a textarea to user being able to click a button. To demonstrate, consider this example: document....
jehna1's user avatar
  • 3,130
1 vote
1 answer
2k views

SCRIPT70: Permission denied on JQuery Ajax Post

I've encountered this weird error lately. Here's the flow of the entire process. There is a JQuery ajax post call to a website that will refresh the contents of a div. It will pass in the parameters ...
Musikero31's user avatar
  • 3,153
12 votes
1 answer
6k views

Script pane missing from IE Debugger after upgrade Windows 10

Upgraded to Windows 10 about a month ago, Noticed that in Internet Explorer 11 that the scripts pane in the debugger isn't visible. Running Edge which seems to have an identical look & feel to ...
Matthew Campbell's user avatar
7 votes
3 answers
5k views

Can you detect "Tablet Mode" in Edge and IE11 using JavaScript on Windows 10?

I am thinking of making my UI to dynamically change to a more touch-friendly layout when the user switches "Tablet Mode" on, and switch back to our "desktop" layout if they turn Tablet Mode off. That ...
robocat's user avatar
  • 5,373
39 votes
2 answers
18k views

Remove 'x' Input Decoration In Microsoft Edge (formerly Project Spartan)

In the CSS of a website I'm currently working on we use the following CSS to hide the 'x' button that Internet Explorer 10 and 11 add to input fields for users to clear their contents: input::-ms-...
Martin Costello's user avatar