internet-explorer-9

create an adaptive quadrilateral trapezoid in css

≡放荡痞女 提交于 2019-12-13 15:13:25
问题 Is it possible to create the image shapes in css? I've googled this more than I'd like to admit over the last week without finding a solution. I have been able to semi-replicate it but haven't gotten all the requirements worked out. have a border be responsive adapt to content height (in a cms so I don't have control over the amount of text) work in IE9 It needs to adapt to the content height and be responsive. One attempt I used multiple clip-paths but it fails in IE. jsfiddle <div class=

javascript: get base64 of input field (type=file) in IE9

喜你入骨 提交于 2019-12-13 14:07:28
问题 I need to upload an image, something like this <form> <input type="file"> </form> However, I want to crop/resize the file before uploading. The cropping and resize is no problem, but how do I get the base64 from the input file element? In IE10 and the other browsers I can it like this: if (this.files.length === 0) { return; } var file = this.files[0]; if (file.type.match(/image.*/)) { var reader = new FileReader(); reader.onload = function (event) { cropAndResize(event.target.result); };

WatiN ie9 confirm dialog is not working [duplicate]

扶醉桌前 提交于 2019-12-13 07:39:26
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: Watin & IE9 - Cant click ok buttons var dialogHandler = new WatiN.Core.DialogHandlers.ConfirmDialogHandler(); using (new WatiN.Core.DialogHandlers.UseDialogOnce(browser.DialogWatcher, dialogHandler)) { browser.Button(Find.ById("btnSave")).ClickNoWait(); dialogHandler.WaitUntilExists(); } it's not working on ie 9, javascript confirm I already use latest version 2.1 回答1: ConfirmDialogHandler confirmHandler = new

CSS radial gradient on ie8 and ie9

五迷三道 提交于 2019-12-13 06:27:34
问题 Is there a way to make the following work on ie8 and ie9? Thanks background: -moz-moz-radial-gradient(center top, farthest-side, rgba(175,175,175,0.3) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */ background: -webkit-gradient(radial, center top, farthest-side, 0px, center top, farthest-side, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */ background: -webkit-radial-gradient(center top, farthest-side, rgba(175,175,175,0.3) 0%,rgba(255,255

Unable to debug JavaScript in VS 2012 and IE9 after rollback from IE10

☆樱花仙子☆ 提交于 2019-12-13 06:17:27
问题 I recently accidentally let Windows Update install IE10 on my Windows 7 64bit machine and then uninstalled that update (need IE9 for main dev process). Ever since then I cannot debug JavaScript in VS - getting all too familiar Breakpoint will not be hit no symbols have been loaded for this document Debugging worked flawlessly before update/rollback. Any idea what could've changed and how to change it back? 回答1: Fixed by repairing VS 2012 install. Guess IE10 left some artifacts after being

Hover doesn't work on nested ul in ie9

不羁的心 提交于 2019-12-13 05:59:21
问题 I have this website where on the left menu there's a nested menu on the "hotel" link. The submenu that appears hovering "hotel" has a gap on the left, but since in the gap the mouse hovers the nested "ul" element there are no problems in Firefox or Google Chrome. But this doesn't work in IE9 (not sure about other versions), infact I can't reach the submenu because it disappears. Is this a known bug? Am I doing something wrong? 回答1: IE9 is seeing the <ul/> padding-left or <li/> margin-left as

Silverlight.js file broken in IE9?

流过昼夜 提交于 2019-12-13 05:41:02
问题 After downloading IE9, I found that running any Silverlight page breaks (only in IE9). After clicking "yes" to debug, I was amused to see that the Silverlight.js file is choking on some JavaScript that was put in as a hack to work with previous versions of IE. What would the fastest way to fix this be? Is there an updated Silverlight.js file I can download from somewhere? Should I use a meta tag to tell IE to render as though it were version 7 or 8? Thanks! 回答1: Silverlight.js is for helping

Why IE 9 not supporting JavaScript function?

落花浮王杯 提交于 2019-12-13 05:26:38
问题 I'm trying to make a function for checking file size and extension on run time, I have done it and working properly on all browser except ie 9. Can anyone let me know where the problem? Javascript <script type='text/javascript'> function showFileSize() { var input, file; // (Can't use `typeof FileReader === "function"` because apparently // it comes back as "object" on some browsers. So just see if it's there // at all.) if (!window.FileReader) { bodyAppend("p", "The file API isn't supported

Rendering issue of text-overflow: ellipsis in IE9

青春壹個敷衍的年華 提交于 2019-12-13 05:19:58
问题 The text-overflow: ellipsis works as expected in all of the project supported browsers but I still have a rendering issue in IE9 (see screenshot). The CSS rule is followed, but the characters of the ellipsis is not rendered correctly. Most (or all) of the posts treating about text-overflow: ellipsis are generally about it's implementation, but about that very topic, I have no luck. 回答1: I actually found more information about that issue here: https://github.com/FortAwesome/Font-Awesome/issues

Scrolling causes page scroll AND map zoom in IE9 (Google maps v2)

ⅰ亾dé卋堺 提交于 2019-12-13 05:15:48
问题 In Internet Explorer 9, using the Google Maps API v2 (which is deprecated), zooming with the scroll wheel also causes the page to scroll. Does anyone know of a workaround for this issue? (Upgrading our codebase to v3 is not yet possible, unfortunately.) This behavior does not occur in earlier versions of Internet Explorer. Here is a test page. 回答1: Many people seem to have the same problem around the net but I found no solutions posted. So here is mine: Since non-scrollable components do not