internet-explorer-9

Simple jQuery not working in IE

半城伤御伤魂 提交于 2019-12-03 17:24:13
I jsut now noticed that some simple jQuery is not working on IE9 and IE10 for mobile. I have some copyright links and simple sliding contact form which uses animate(). Also I use scrollTo plugin in combination with jQuery. I tried different versions, and still no solution. Maybe I am missing something obvious. Here is the code for one copyright link and for contact form to open and close. $('#privacy').click(function(){ $('#copyright').hide('fast'); $('#policy').toggle('slow'); $.scrollTo('+=800px', 800, { axis:'y' }); }); $('#plusSign').click(function(){ if ($('#contactFormHolder').hasClass(

Set the Default Search Engine Provider of IE with IOpenServiceManager::InstallService

末鹿安然 提交于 2019-12-03 16:56:16
I would like to set the Default Search Engine Provider of IE with IOpenServiceManager::InstallService: Belong to the link http://www.opensearch.org/Specifications/OpenSearch/1.1#OpenSearch_description_elements . I created the SearchProviderInfo.xml like this: <?xml version="1.0" encoding="UTF-8"?> <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> <ShortName>Web Search</ShortName> <Description>Use Example.com to search the Web.</Description> <Tags>example web</Tags> <Contact>admin@example.com</Contact> <Url type="application/atom+xml" template="http://example.com/?q=

Insert Text at current position TINYMCE IE9

狂风中的少年 提交于 2019-12-03 16:36:54
How to insert text into a tinyMce edtitor at the current position. It works perfect in Chrome, FF, Safari, but in IE it always starts at the top of the textarea. I currently do the following: tinyMCE.execCommand('mceInsertContent',false, 'blabla this is tekst'); I tried with focus, other commands, nothing works :(. Thanks for the help, but nothing worked. I found my own solution, and I felt like sharing this was needed, because I only found outdated solutions, that did not work :(. The solution: In your TinyMCE init add following code: tinyMCE.init({ // General options elements: elementid,

Kendo UI Grid Export to Excel / PDF not working on IE9

痞子三分冷 提交于 2019-12-03 16:18:14
I´m having problem to export Kendo UI Grid to excel and pdf in IE9. Everythig works fine using Chrome but in IE9 nothing happens. Here is my grid. Is there something wrong or missing? $("#gridDetalhes").kendoGrid({ dataSource: { data: myJsonList }, excel: { allPages: true, fileName: "SGD_Detalhes.xlsx" }, toolbar: ["excel", "pdf"], columns: [ { field: "DataInicio", width: "135px", title: "Início", type: "date", template: '#= kendo.toString(DataInicio,"dd/MM/yyyy HH:mm:ss") #' }, { field: "DataFim", width: "135px", title: "Fim", type: "date", template: '#= kendo.toString(DataFim,"dd/MM/yyyy HH

AngularJS Internet Explorer 9

烈酒焚心 提交于 2019-12-03 15:37:34
问题 I have small trouble with angularjs and internet explorer9. It look like, that angularjs is not loading correctly. If I starting ie with my application, nothing will work, but if I start the development tools of ie9 and refresh the page, my application will work and everything is loading and ready to use. I have no idea, what happen and how to solve this issue. I using angularJs Version 1.1.5. Big thanks! Update & Resolved My problem was, that I had everywhere console.log (..). On FF or

Table scroll bar jumps up when table receives focus in IE

拜拜、爱过 提交于 2019-12-03 14:55:58
The issue : I've a table with a wrapping div with overflow-y : auto , once the table gets focus, the scroll bar jumps up. How can I prevent this? I experience this behavior in IE9 , not in Chrome. Please note: I've added tabindex to the table so it can receive focus. And I focus on the table pragmatically upon a click on it. jsFiddle: http://jsfiddle.net/msdevs/r6TzS/4/ Scroll down the table Click on other element on the page so table loss focus Click on the table to focus on it Scroll bar jumps up HTML: <div> <table id="tabl" tabindex="1"> <thead> <tr> <th style="font-weight: bold">head</th>

onbeforeunload event is too enthusiastic in IE9

耗尽温柔 提交于 2019-12-03 14:53:02
问题 Here's some sample test html: <!DOCTYPE html> <html> <body> <a href="javascript:alert('Not going anywhere!');">Go nowhere 1</a> <a href="javascript:void(0);" onclick="alert('Not going anywhere!');">Go nowhere 2</a> <a href="http://www.google.com">Go somewhere</a> <script type="text/javascript"> window.onbeforeunload = function() { return "Really leave?"; }; </script> </body> </html> This is available as a working page here: timjeanes.com/ie9_onbeforeunload.htm In Firefox, Chrome and Safari, I

Internet Explorer Developer Tools how to preserve log upon navigation?

僤鯓⒐⒋嵵緔 提交于 2019-12-03 14:40:49
问题 I'm looking for the way to log stuff in Internet Explorer Developer Console that preserve page refresh. Under Google Chrome and Firefox's Firebug it's an option for that, but I could not find it under IE. I'm using IE 9. 回答1: In IE Developer Cosole go to Tools -> Clear Entries on Navigate and uncheck what you want to stay in log. 回答2: In Internet Explorer 11 there is now a button ("Clear entries on navigate") which one must toggle for enabling/disabling the IE to clear the network logs on

IE 9 and 10 box-shadow on resizing element

£可爱£侵袭症+ 提交于 2019-12-03 13:18:14
http://jsbin.com/ararar/5/edit tl;dr The above link is a quick example of the problem further described below. Click on the li:s to remove them, and see the rendering glitch in IE9 or IE10. In an app that my team is building, we have a box for search results, that changes in height depending on the number of matches. The element has a box-shadow applied to it. The problem is in IE9 and IE10, when the box becomes smaller. It seems like IE will "forget" about the box-shadow, and only re-render the inside part of the element. The box-shadow will still be rendered at the bottom of the resized

Selenium Server error: Unable to get browser

南笙酒味 提交于 2019-12-03 12:42:37
问题 I'm running Selenium Standalone Server 2.25 on Windows 7, with Internet Explorer 9 as a browser, and I'm getting this error for every test that requires opening the browser: Selenium::WebDriver::Error::UnknownError: Unable to get browser (WARNING: The server did not provide any stacktrace information) Command duration or timeout: 10 milliseconds Build info: version: '2.25.0', revision: '17482', time: '2012-07-18 21:08:56' System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1',