Category "internet-explorer"

Why is event.ClientY always negative on some client machines?

We have an application that is installed on an intranet and is accessed with IE. There are certain things that we want to do if the user closes the browser (e.g

'data' is null or not an object IE8

I am transmitting message from an iframe to its parent page using postMessage. This is my code. In iframe: $(".history_date").click(function(event) { window.t

Did windows update 2846071 break the handling of window.event.clientX clientY?

Did windows update http://support.microsoft.com/?kbid=2846071 break the handling of window.event.clientX and clientY? It seems that Windows 7 machines using IE

Hide scroll bar, but while still being able to scroll

I want to be able to scroll through the whole page, but without the scrollbar being shown. In Google Chrome it's: ::-webkit-scrollbar { display: none; }

How is jQuery able to normalize currentTarget for IE?

In an event handler in a standard compliant browser, this and e.currentTarget (where e is the parameter of the handler) refer to the element to which the handle

How can I close the browser window after redirecting to an MS office (Word, Excel, PowerPoint) document automatically opened?

In the web application I am working on, we have some long-running processes that are in charge of getting office documents. We basically open a popup with windo