internet-explorer

IE8 Developer Tools won't open

Possible Duplicate: Why isnt my IE8 Developer Tools working? Just installed IE8 on WinXP. Trying to use the Dev Tools but, clicking on the menu item or hitting F12 doesn't do anything. I can see the option in the tools menu, just can't use it. I've checked to make sure it wasn't opening minimized or off screen and I've check...

IHTMLDocument2->documentElement->outerHTML is too slow recreating HTML from DOM, is there a faster way?

Hi, I've got an IE BHO plugin that sends out via a COM call the HTML of a page that was loaded in the window. // Note all error handling removed for readability :) STDMETHODIMP CPlugin::get_HTML(long lMaxSize, BSTR *pbstrHTML) { CComPtr<IDispatch> pDispatch; MSHTML::IHTMLDocument2Ptr pDocument2 = NULL; MSHTML::IHTMLDocument3Ptr pDocu...

Link shows but doesn't actually link inside a positioned div in IE

you can see the site at Emeraldcityguitars.com, the links are the Spotlight titles in New and Vintage Spotlight spaces at the bottom. the images link but the product title text doesn't. I think the issue is that its contained in a z-indexed div, but I don't see why that would break a link. Help... <div id="vintage_spotlight"> <%...

IE developer toolbar: how to debug javascript?

Hi there, How can i set a break point in a javascript function and have the IE toolbar break on it ... as i can do with Firebug? ... or can i do this in IE? ...

How can I get this menu to behave in IE6?

I have a site whose menu is functioning incorrectly in IE6, and only IE6. A live preview of the site can be seen here. The HTML & CSS are too long to post here but please view the source and the CSS. I have implemented conditional comments and the IE6 Update jQuery plugin. Neither work. ...

jQuery change event on <select> not firing in IE

I've got a page with a variable number of <select> elements (which explains why I'm using event delegation here). When the user changes the selected option, I want to hide/show different content areas on the page. Here's the code I have: $(document).ready(function() { $('#container').change(function(e) { var changed = $(e.target);...

Jquery slideToggle IE problem

Hi everyone, i got my jquery slideToggle working for Firefox. Ok it's not perfect, because when it slides down the performance is somehow jumpy. I tried different workarounds, but noone helped that right. So first question is, what could cause this little jumpiness in my code. And then the bigger problem is the display in IE. IE6 and I...

How Can I stop Internet Explorer from automatically displaying XML?

Is there anyway to force Internet Explorer to prompt for download of XML files instead of automatically displaying them? A code solution or just a set of IE configuration steps would be fine. Even if I use the wrong extension, IE uses "content sniffing" to determine that is XML and opens it automatically anyway. I'd rather have the Ope...

Windows Authentication doesn't prompt for login

I've had Windows Authentication setup on an area of our website for some time now, and it has worked flawlessly so far. Recently, the login prompt stopped appearing and went straight to "Page cannot be displayed" for some reason. While connected to our network, the page works fine. Outside our network, users are supposed to receive a log...

capturing bubbling key event from flash with javascript?

In IE, if flash has focus, and receives a keydown event, it does not appear to bubble the event up through the DOM (I can't capture the event by listening on document, however the same listener can capture key events from html siblings, so I know my listener is working). However, some other plugins on the page (I am looking at you windo...

Original Markup inInternet Explorer in Range / Selection

I am extracting content selected by the user via this function: function getSelectionHTML() { var userSelection; if (window.getSelection) { // W3C Ranges userSelection = document.getElementById('axPage').contentWindow.getSelection(); // Get the range: if (userSelection.getRangeAt) var range = userSelection.getRa...

Internet Explorer: overflow and float

Hi folks, I have an img inside a div. I have set the img to "float: right", and the div to "overflow: hidden". Because the div is narrower than the img, I expect the left portion of the img to be cut off and hidden, which is indeed the case in Firefox. However, IE refuses to acknowledge the "float: right" property of the img, always ...

Getting Print media CSS style applyed web page in WebBrowser control in C#

Hi all, We would like to print the Web page loaded onto WebBrowser control in C# .net application.We have custom printer driver to print the bitmap images, now our task is to get the printer friendly version of web pages by applying print media CSS style to webBrowser control. Do you know the method /code to get the Printer friendly v...

jQuery slideToggle() Internet Explorer problem and jumpy animation

Hey yaa! I have a big problem with my jquery. I finally made it that my slidetoggle runs in firefox. The animation is a little bit jumpy in the end of the animation. I read a lot of workarounds, but somehow nothing helped me really. Perhaps anyone of you can rescue me out of this dilemma. The other bigger problem is that the hidden div...

Capture mouse events for HTML option element on IE

For Internet Explorer only it seems that the target (srcElement) of clicks,mousedowns,mouseups,mouseovers,etc on <select /> elements will not be tied to the <option /> element. Given the following HTML: <select id="madness"> <option value="1">One</option> <option value="2">Two</option> <option value="2">Three</option> </sele...

Is there a way to condition a CSS styling to execute only on IE quirks mode?

I want to write a cross-browser widget, to integrate both to IE standard and quirks mode pages (FF is easy of course). Since I want to write the styling only once I would like to condition some styling statemets to execute only in quirks/standard mode. Is there a way t do so? As far as I understand, both the _ hack and IE conditional ...

Using special Chars in Firefox and IE, are being encoded by the browser differently

Hi guys, I've got a multilingual site, that allows users to input text to search a form field, but the text goes through Javascript before heading off to the backend. Special chars like "欢" are being properly handled in Firefox, but not in any version of IE. Can someone help me understand what's going on? Thanks! ...

DHTMLX : Known problems with IE?

Are there any DHTMLX users out there? We have an app that is being developed that renders fine in Firefox and Chrome, but is suffering greatly under IE. Any thoughts? Copied from IE detailed error diaglog box: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1....

styleWithCSS for IE

I'm using a rich text editor and when I click on the indent, it inserts a tag. I ran execCommand('styleWithCSS', false, true); and that made it do the indent using styling. Unforntunately, this only work in firefox and not IE. Does anyone have a solution for getting it to use styling in IE? ...

Why won't my XML image slider work in IE?

I installed a Flash XML image slider on my site and it works perfectly in Firefox but will not display in IE. The demo version displays in IE, but not on my site. I'm completely stumped and would appreciate help! The URL of my site is http://www.omgblog.com I've included the code below. Thank you for any help you can provide! Best, Fra...