internet-explorer-10 Questions
5
Solved
This one is IE specific (not anymore, apparently). We have very simple code:
<div draggable="true">
<p>Text</p>
<input type="text"/>
</div>
On Chrome it works fin...
Kissable asked 26/11, 2014 at 12:25
3
We are experiencing an issue related to GoogleMaps. The issue is mainly related to touch screens. We were trying to resolve the issue, but so far no success.
We found in this article that the Goo...
Bureaucracy asked 23/4, 2013 at 11:36
3
Solved
With chrome, I can right click on any element of the page, and choose "Inspect Element"
How do I get this "kind of working" with IE10 for free ?
Mansoor asked 31/1, 2014 at 2:17
7
Solved
My asp.net site is running well on IE6, IE7, IE8, IE9, Chrome, Safari, Firefox and Opera. But it is not working at all in IE10.
If I click anywhere in the site (any button, any link, etc) it retu...
Bituminize asked 26/12, 2012 at 22:10
5
Solved
I am having an issue with a table border not displaying correctly. Below is a fiddle recreating the issue.
This Fiddle produces expected results in FF and Chrome but not in IE9 and IE10.
Only css...
Zoara asked 1/4, 2013 at 17:3
5
Solved
Microsoft's SmartScreen Filter under Windows 8 is a small developer's worst nightmare.
While I realize the benefits to end users and the effectiveness at stopping malicious programs from installin...
Pounce asked 21/3, 2013 at 3:24
8
Solved
What is the issue?
There is a input box with height 36px as show in above image.
In IE10 placeholder is not vertically middle.
Modica asked 16/12, 2013 at 12:43
8
Yesterday I installed Windows 8 and am now trying to understand why I am getting an "Access Denied" message when accessing localstorage. The page is being served on the same PC with the browser (ht...
Exterminatory asked 27/10, 2012 at 16:45
5
Solved
How can I test web sites in IE10 on Mac?
Currently I am testing IE9 in VirtualBox with Windows 7 installed from Internet Explorer Application Compatibility VPC Image. I could not find similar imag...
Dremadremann asked 26/3, 2013 at 3:57
4
Solved
I have this line in my CSS:
.ui-icon-zoom-in { content: url(images/16x16/ZoomIn.png); }
Which I am using with jQuery UI Button widget like this:
$("#zoomin").button({ text: false, icons: { pr...
Landaulet asked 21/4, 2013 at 14:55
3
I am trying to create client side editable table. Here is my code. It works in Chrome, Firefox but not in IE. Is there anything more to do with script for IE?
<script type="text/javascript" src...
Bascule asked 22/8, 2013 at 13:34
6
Solved
It's a useful feature, to be sure, but is there any way to disable it?
For instance, if the form is a single text field and already has a "clear" button beside it, it's superfluous to also have the...
Unto asked 23/12, 2012 at 0:7
8
Solved
I'm trying to make a trivial postMessage example work...
in IE10
between windows/tabs (vs. iframes)
across origins
Remove any one of these conditions, and things work fine :-)
But as far as I can...
Pantagruel asked 26/4, 2013 at 0:32
10
Solved
I have a div set with a background image:
<div>Play Video</div>
with the following CSS:
div {
background-image: url('icon.png');
background-image: url('icon.svg'), none;
background-...
Hydracid asked 17/2, 2014 at 22:27
7
Under WebKit and Firefox, the text in a input's placeholder sticks around on focus—it doesn't disappear until input.val actually has something in it.
Is there a good way to force IE10 to do the sa...
Wendel asked 21/1, 2013 at 19:34
2
I'm running my .NET application in Internet Explorer(Version 11) in compatibility mode. I'm using grid views to display content on my ASPX page. When I open the page and tried to select some cell o...
Purplish asked 19/5, 2015 at 15:49
2
Solved
I have read a question in stack overflow with this code work in IE 10 but not work in ie9,
but still I am facing issue on this.
var image = canvas.toDataURL();
image = image.replace(/^data:[a-z]*;,...
Thalamus asked 27/10, 2014 at 11:19
8
Solved
I am currently developing a website under IE10 (on Windows 8), using WebSockets in JavaScript. It runs fine under Firefox 18 and Chrome 25, but on IE10 I get a SecurityError when I establish the co...
Interrupt asked 27/2, 2013 at 14:14
7
Solved
I am creating an event, so use the DOM Event constructor:
new Event('change');
This works fine in modern browsers, however in Internet Explorer 9, 10 & 11, it fails with:
Object doesn't su...
Neckcloth asked 27/10, 2014 at 20:19
5
The LHS flex child in this example has 1em padding, and it will cause RHS to overflow the parent:
<div style="display: -ms-flexbox; box-sizing: border-box; width: 200px; border: 5px solid black...
Salomon asked 11/10, 2013 at 10:55
25
Solved
How do I target only Internet Explorer 10 for certain situations like Internet Explorer-specific CSS or Internet Explorer-specific JavaScript code?
I tried this, but it doesn't work:
<!--[if I...
Illuminati asked 28/3, 2012 at 2:21
2
Solved
I've been noticing during some IE10 testing that I keep running into the following error:
XML5619: Incorrect document syntax.
However, I'm not using XML explicitly, and I can't seem to find doc...
Sweepstakes asked 12/3, 2013 at 12:13
3
Solved
I am Working on Javascript on a jenkins plugin using maven and I have this code:
function arrayElements(element, index, array)
{
var arrayPaths = element.split("\\");
var projectSource = arra...
Parotid asked 20/11, 2013 at 14:44
9
Solved
On chrome, the "search" event is fired on search inputs when user clicks the clear button.
Is there a way to capture the same event in javascript on Internet Explorer 10?
Cart asked 24/1, 2013 at 9:55
3
Solved
I am trying to grab some football player data from a website to fill a privately used database. I've included the entire code below. This first section is a looper that calls the second function to...
Ruin asked 5/7, 2013 at 2:43
1 Next >
© 2022 - 2025 — McMap. All rights reserved.