internet-explorer-10

Metro IndexedDB, browsing the database

六眼飞鱼酱① 提交于 2019-12-22 17:41:18
问题 I am trying to store data in a "Metro" App for Windows 8 using IndexedDB. I would like to be able to browse the database (to monitor that my operations modify the data as intended). So my question is; Is there any way of viewing the actual database of a metro app (IE10)? (something like in Chrome Dev Tools (Resources > IndexedDB)) Regards 回答1: Not that I know, but my linq2indexeddb library has a viewer in it. That way you can inspect the content of you database while debugging. The nuget

Iconic fonts displayed partially in IE9-10

雨燕双飞 提交于 2019-12-22 12:50:57
问题 We're having an issue with IE rendering only part of the characters in a font. This only happens in production and the same font file works great locally. It would be great if someone could give me a hand on this! Thanks! P.S. The font is generated by IcoMoon You can see it yourself on the preview page here. UPDATE: Disabling Amazon Cloundfront CDN helped me avoid this issue. Although it would be really nice if we could eliminate it once and for all. 来源: https://stackoverflow.com/questions

Image interpolation in IE10

放肆的年华 提交于 2019-12-22 09:49:13
问题 This is my use case: I have a web page with a responsive design. The page is vertically split in two halves, on the right hand side I want to show an image (a PDF page rendered as PNG or JPG). The size of the image should change as soon as the window is resized. I thought I already solved this. I render the image on the server to be big enough for the biggest possible window size (according to our company setup). Chrome and Firefox scale down (and interpolate) the image just fine. But then

How to use css linear gradients in IE10?

北城余情 提交于 2019-12-22 09:39:51
问题 In IE10, I am trying to create a css linear gradient, from the top of the page to the bottom of the page. This is what I have so far <!DOCTYPE HTML> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Test</title> </head> <body> <meta http-equiv="X-UA-Compatible" content="IE=10"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script type='text/javascript' src='./includes/js/jquery-2.0.0.min.js'></script> <link rel='stylesheet' type='text/css' href='./includes/css

Horizontal drop down menu doesn't display correctly in Internet Explorer 10

耗尽温柔 提交于 2019-12-22 09:15:42
问题 I have a problem with the horizontal drop down menu on my site: http://zoztargowek.waw.pl and I really don't know how to get it work on Internet Explorer 10 . It worked fine on IE 9 and all other browsers, but after I upgraded to IE 10 it stopped working. Now when you hover over a menu item e.g. Promocja zdrowia the drop down menu items won't show. 回答1: Since you haven't set a doctype, browsers will be operating in Quirks mode instead of Standards mode. The reason you are suddenly seeing an

Can I control positioning of IE 10 select boxes?

无人久伴 提交于 2019-12-22 08:34:35
问题 In Internet Explorer 10 the behavior of drop-down boxes ( <select> element) has changed: when expanding the box, instead of placing the list of options below the field, the list overlays the field, with the list positioned so that the currently-selected element is centered over the input field. This is a little hard to describe, so here's a jsFiddle that shows it. Our users are finding this behavior very confusing. Is there anything I can do in CSS to make the box behave like it did in IE9,

IE10 line-height bug with display:inline-block; and overflow:hidden;

自闭症网瘾萝莉.ら 提交于 2019-12-22 04:46:19
问题 I've recently run in to a peculiar problem in IE10 ( sigh ). It appears that if you use display:inline-block; in conjunction with overflow:hidden; IE10 messes up your line-height. I tried fixing it using vertical-align:middle; but that only almost fixes the problem in IE10 and then introduces baseline problems in other browsers. The only code needed to trigger the bug is: CSS: .bug { display:inline-block; overflow:hidden; } HTML: <p>This should <span class="bug">be buggy</span> in IE10</p> I

Angular JS “SCRIPT5007: Object expected” error in IE9 and IE10 upon loading the angular library

一世执手 提交于 2019-12-22 04:06:06
问题 I am developing an AngularJS application that should run on Firefox and IE 9 and IE 10. I use the latest version of angularjs library (now it is 1.3.15). The serverside is written in Java in JavaEE platform and server runs on GlassFish, and our computers run windows 7. Everything works fine when I am running the server locally on my computer and access my application using the http://localhost:8080 url. But in IE9 and IE10, when I try to load the application from my server by using my ip

Flexbox in IE10

为君一笑 提交于 2019-12-22 03:21:38
问题 I'm trying to get flex box working in IE10 but it's not working. Safari, Chrome and Firefox are working fine, but IE10 doesn't wanna work. Anyone knows the answer? codepen: http://codepen.io/anon/pen/vcEGH/ display: -moz-box; /* OLD - Firefox 19- (doesn't work very well) */ display: -ms-flexbox; /* TWEENER - IE 10 */ display: -webkit-flex; /* NEW - Chrome */ display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */ -webkit-box-direction: normal; -moz-box-direction: normal; -ms-flex-direction:

Why doesn't IE10 display nested CSS3 3D transformed elements?

﹥>﹥吖頭↗ 提交于 2019-12-21 12:29:24
问题 i'm a bit lost here, i'm currently testing the IE10 (10.0.9200.16384) that came with the Windows 8 Release Preview, and i'm having a very hard time. One of the things that are bugging me, is that IE doesn't seem to handle nested 3D Transforms corrently. Please see this fiddle: http://jsfiddle.net/uUHdF/1/ There are two colored divs, a red one, and a green one rotated and translated so that it acts as the top of a cuboid, and this cuboid itself is rotated and translated too (note that i can't