internet-explorer-10

jquery .map is not working on IE 10

牧云@^-^@ 提交于 2019-12-10 15:59:23
问题 I have this jquery code: $("#tf_zoom").live("click", function () { var n = $(".tf_thumbs").find("img").attr("src"); var modelid = n.substr(43); $.post("models/get_gallery", { "modelid": modelid }, function (data) { var imagespathes = $(data).map(function (key, url) { return ({ href: '<?php echo base_url();?>assets/uploads/files/' + url }); }); console.log(imagespathes); $.fancybox.open(imagespathes); }, "json"); }); and this is my html: <div id="tf_thumbs" class="tf_thumbs"> <span id="tf_zoom

CSS fonts not loading in IE9

拜拜、爱过 提交于 2019-12-10 15:51:38
问题 I have a problem with @font-face fonts not loading in IE9. IE8 and below works perfect, as do every other browser I've tried. This is my CSS (font squirrel syntax): @font-face { font-family: 'ssmicon'; src: url('ssmfont3.eot'); src: url('ssmfont3.eot?#iefix') format('embedded-opentype'), url('ssmfont3.woff') format('woff'), url('ssmfont.ttf') format('truetype'), url('ssmfont.svg#svgssmfont') format('svg'); font-weight: normal; font-style: normal; } All glyphs are in the basic latin range (I

Blur event not working in IE11 and IE10

二次信任 提交于 2019-12-10 15:43:08
问题 I have a textbox in my ASP.Net MVC application and I need to do some validation when the textbox loses focus, so I have used a blur event. The below event is working fine in Chrome browser but not working in IE11 and IE10. Script Code: $("#NewFileName").on("blur", function () { alert('triggered'); }); ASP.NET MVC HTML code: <div class ="span6"> <p> @Html.TextBoxFor(m => m.FileName, new { type = "file" }) </p> </div> I tried with different events like "focusout" for IE, but no focus/blur event

IE 9 and 10 yield unexpected and inconsistent MediaError's

别等时光非礼了梦想. 提交于 2019-12-10 15:29:49
问题 We have a set of HTML blocks -- say around 50 of them -- which are iteratively parsed and have Audio objects dynamically added: var SomeAudioWrapper = function(name) { this.internal_player = new Audio(); this.internal_player.src = this.determineSrcFromName(name); // ultimately an MP3 this.play = function() { if (someOtherConditionsAreMet()) { this.internal_player.play(); } } } Suppose we generate about 40 to 80 of these on page load, but always the same set for a particular configuration. In

IE10 Repaint/Redraw issue

两盒软妹~` 提交于 2019-12-10 14:07:18
问题 You can see this working/breaking here: http://new.campchampions.com/parents The issue only crops up in IE10. After the user has scrolled a little ways, the navigation becomes pinned (a class of fixed gets added to the body which effects the hgroup.primary (I know, I know hgroup is not a 'thing' anymore. Don't judge me.)). If you go back to the top of the page, it un-pins, goes back to normal. In IE10, when you go back up to the top of the page, the nav elements disappear until the mouse

Any way to support/shim button form attribute in IE10?

狂风中的少年 提交于 2019-12-10 13:54:42
问题 I've been using HTML5's button form attribute to have my submit button show up outside of the form and still trigger my submit. My form looks something like this: <article> <header>This is my form</header> <section> <p>Something explaining what is happening on this form.</p> <form id="myform" action="/submit" name="myform"> <input type="text" name="thing"> </form> </section> <footer> <button type="submit" form="myform">Submit</button> </footer> </article> I have this working fine in Chrome

Getting web fonts to work in IE10

与世无争的帅哥 提交于 2019-12-10 11:35:46
问题 I'm trying to make my website more IE-compatible (now that developing for it is less of a nightmare), but I can't get some web fonts to work. Here's my markup: @font-face syntax: @font-face { font-family:Roboto Thin; font-weight:100; font-style:normal; src:url(/fonts/ttf/roboto-thin-webfont.ttf) format("truetype"), url(/fonts/eot/roboto-thin-webfont.eot) format("embedded-opentype"), url(/fonts/svg/roboto-thin-webfont.svg) format("svg"), url(/fonts/otf/roboto-thin-webfont.otf) format("opentype

IE 10 not setting / sending cookies (from js) to server

柔情痞子 提交于 2019-12-10 10:36:43
问题 A while back I switched a large development project from using cookies to using localStorage. However I've realized that I was a little bit gun-ho and that some of the cookies were actually need on the server. I have set these back from localStorage to using cookies. However in the interim I have installed IE10 on my Win7 dev box and also switched my development server from IIS Express to ISS 7.5 running locally. To allow Fiddler to intercept my local traffic I access the development pages

Compatibility problems with Internet Explorer 10/11 and an old .net framework 1.1 website

£可爱£侵袭症+ 提交于 2019-12-10 09:47:33
问题 The Scenario I have a very old website developed in .net (framework 1.1). The site has several problems with Internet Explorer 10/11 that can be fixed using compatibility view. The Problem Problem is that framework 1.1 doesn't recognize Internet Explorer 10/11 as an advanced capability browser, so a lot of features (for example javascript code) are disabled when a user with Internet Explorer 10/11 accesses the website. Microsoft released patches to fix this problem for .net framework versions

border collapse not working in IE10

这一生的挚爱 提交于 2019-12-10 09:40:46
问题 Has anyone come across a solution for border collapse on tables not working in IE10? I have tables on web sites used where needed, and they display fine in all other browsers, but Since IE 10 the borders are way to thick. any help appreciated 回答1: Above question may be a few months old, but today I've ran into the same problem and thought I could at least provide some possible solution, even though it's not an ideal one. As the problem describes, using border-collapse causes a thick border in