internet-explorer-9

IE9 HTTPS security is compromised by my Greasemonkey script?

I’ve got a Greasemonkey-for-IE script in IE9 that’s importing jQuery. But on secure pages it doesn’t work. I’m getting: SEC7111: HTTPS security is compromised by http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js The code that fails is: var script = document.createElement("script"); script.setAttribute("src", "http...

ThumbBarButton on IE9

i am trying to use the document.addEventListener('msthumbnailclick', processSelection, false); method to attach the event to the buttons but i gives me an error "Object doesn't support this property or method" i tried document.attachEvent but it's not working, looks like it doesn't really attach the function to the event any ...

Has anyone else had trouble with IE9 and jQueryUI?

I work with a lot of jQuery UI code and IE9 seems to slow down to a crawl everytime I browse a page with jQueryUI on it. You could try it out on the jQueryUI demo pages @ http://jqueryui.com/demos/ ...

adding tasks to pinned websites in ie9

how can i add tasks to windows 7 jumplist of pinned websites like there are tasks added to facebook and twitter ...

disable a link in IE9 - prototype stop() not working

IE9 is still in Beta, but all the same, here is a question: Using prototype.js 1.6.1, proper form for adding a click event to a link, and override the default link behavior, would be: mylink.observe('click', function(e){ doSomething(); e.stop(); }); While this works perfectly in every other browser that I tried, IE9 is a unique...

Gradients in Internet Explorer 9

Hi Does anyone know the vendor prefix for gradients within IE9 or are we still supposed to still be using their proprietry filters? What I've got for the other browsers is: background-image: -moz-linear-gradient(top, #444444, #999999); /* FF3.6 */ background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #444444),co...

Rotation of div containing html5 elemets (e.g. SVG, canvas) in ie9 doesn't show div properly

I've tried using the filter attribute to rotate a div, this works well until the div is comprised of an SVG element, which results in a rotated div with the SVG not being shown (with the exception of images). e.g. style="filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.86602540, M12=0.50000000, M21=-0.50000000,M22=0.86602540,sizin...

Crazy widths using SimpleModal in IE9

Has anyone else tried using SimpleModal in IE9? If so, have you experienced that the width of the modal is wildly wrong? I checked on the homepage for SimpleModal, and the modals are all over the place width-wise there as well. Does anyone have a fix for this? ...

What is pronunciation "IE9" means in German language?

I heard my coworker saids the pronunciation of "IE9" in German language means something else. Anybody know German can explain this? Thanks a lot. ...

How to get IE8/9 active tab html source by C#

I am trying to create a program in C# in Visual Studio which would acquire html source of a current opened (or selected, or all) tab(s) in Internet Explorer 8/ (prefered) 9. I am tired of copying by - browser-> View Source, alt+a, alt+c, program -> alt+v Anyone got an idea how to solve it? ...