internet-explorer-10

translate3d between 0% and negative % in IE10

醉酒当歌 提交于 2019-12-04 04:53:25
I have an element that needs to animate left and right to the amount of 50% of its full width. I've accomplished this with the following (simplified) markup: <div class="wrapper"> <div class="inner">Inner</div> </div> And style: .wrapper { position: relative; width: 300px; height: 200px; } .inner { position: absolute; top: 0; right: 0; bottom: 0; left: 0; animation: MOVE_AROUND 5s infinite; } With keyframe animation: @keyframes MOVE_AROUND { 0%, 10% { transform: translate3d(0, 0, 0); } 20%, 40% { transform: translate3d(-50%, 0, 0); } 60%, 80% { transform: translate3d(50%, 0, 0); } 90%, 100% {

Could not complete the operation due to error 800a025e

痞子三分冷 提交于 2019-12-04 03:18:27
What does this error mean in IE10/11: Error: Could not complete the operation due to error 800a025e. And how would I debug it? It says its this line: this.nativeSelection.removeAllRanges(); https://code.google.com/p/rangy/source/browse/trunk/src/js/core/wrappedselection.js#416 See it in action here: http://panmedia.github.io/raptor-editor/tests/cases/selection/selection-expand.html I had this error coming up recently, I fixed it with the following chceck: var sel = window.document.getSelection(); if (sel.rangeCount > 0 && sel.getRangeAt(0).getClientRects().length > 0) { sel.removeAllRanges();

__doPostBack is undefined on DotNetNuke website for IE 10

拥有回忆 提交于 2019-12-04 03:09:56
问题 I have a DotNetNuke site, and today a customer called in and said it wasn't working on IE 10. Specifically the login and register links weren't working, but they do in compatibility mode. I took a look on our test windows 8 machine and saw that it was failing because __doPostBack was undefined. I've been searching for a fix for the last 6ish hours, and what I've been able to find is that apparently the IE10 user agent is covered in the ie.browser file and that I should install this hotfix and

font-face not working in IE 10

南楼画角 提交于 2019-12-04 03:06:18
I have absolutely no succes in getting IE 10 to display custom fonts. Has anyone else a solution for this? I can see a few shout-outs on the net that others have trouble with their fonts in IE 10, but no solutions or confirmed bugs to be found. Anyone with the same experience or solution? This is what I have right now, and it works well in IE before 10, Chrome and Safari: @font-face { font-family: "LCD"; src: url('http://www.somedomain.xxx/Public/Fonts/Quartz_Regular.ttf'); } <!--[if IE]> <style type="text/css"> @font-face { font-family: "LCD"; src: url('http://www.somedomain.xxx/Public/Fonts

SCRIPT1010: Expected identifier in IE10

半城伤御伤魂 提交于 2019-12-04 02:18:07
In my project I am using the Prototype JavaScript Framework 1.7.1 When I load the web page in IE10 on Windows 7 I get the error message below: SCRIPT1010: Expected identifier line 1 character 9 which points to <!DOCTYPE html> in my test HTML page below: <!DOCTYPE html> <html> <head> <title>My webpage title</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="description" content="" /> <meta name="keywords" content="" /> <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/prototype/1

AngularJS on IE10+ ,textarea with placeholder cause “Invalid argument.”

三世轮回 提交于 2019-12-03 23:51:02
问题 I'm getting " Invalid argument " when using angularJS ,TextArea with placeholder, on IE10+. This will ONLY happen when the textarea node is closed with </textarea> and will not happen when I close the textarea now on itself. This will raise the "Invalid argument" exception: <div ng-app> <input ng-model="placeholderModel" type="text"/> <textarea id="message" placeholder="{{placeholderModel}}" ng-model="textareaModel"></textarea> </div> This will work with no problems: <div ng-app> <input ng

IE 10 elements with relative position disappearing after scrolling in parent element

▼魔方 西西 提交于 2019-12-03 17:30:13
Elements with position: relative , located inside table cells in a big table disappear in Internet Explorer 10 on Windows 7 in a particular case: Scroll down the page Scroll the div#scroller to the right Scroll to top All browsers work as expected, IE10 shows blank table cells At this point, resizing IE10 window will trigger correct display of cell contents. Big table, all cells identical: <td><div>Foo bar</div></td> CSS: td div { position:relative; } Here's an extremely simplified demo: http://jsfiddle.net/86BaU/ This is a known and reported bug in IE10. However, MS seems unwilling to do

Reporting services printing crashes IE

徘徊边缘 提交于 2019-12-03 17:15:36
问题 We have been using SSRS 2008 R2 for over a year and printing has worked fine. As the client browsers on Windows 7 are upgraded to IE10 we have some browsers crash when the users click on the print icon. The faulting module is rsclientprint64.dll To try to resolve this issue I manually copied the dll and associated files to C:\Windows\Downloaded Program Files and registered the dll using regsvr32. I registered the rsclientprint64.dll instead of the rsclientprint.dll since that is the file that

IE requires double click with custom button

孤者浪人 提交于 2019-12-03 17:14:56
问题 I have a script that is dived as: HTML: <div id="wrapper"> <div id="container"> <div id="button">Click me!</div> <form> <input type="file" /> </form> </div> <div id="notice">File is uploaded!</div> </div> JavaScript(JQuery 2): $(document).ready(function () { $("input").on("change", function () { $("div#notice").fadeIn(); //$("form").submit(); //If you want it to submit on your site uncomment this }); }); CSS: div#wrapper { background-color: #ccc; position: absolute; width: 300px; height:

How to inspect an element in IE10 (For Free)

瘦欲@ 提交于 2019-12-03 16:36:14
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 ? IE Developer Tools provides a "click to select" tool - for free. See Getting Started with the F12 Developer Tools (IE9/10) and look for "Select element by click": The Find menu has only one item, Select element by click. You can enable this feature from the menu item, by clicking the Select clement by click button Picture of Select Element by Click button or by pressing Ctrl+B. By enabling this feature, you can choose an element on a webpage by