vote up 1 vote down star

There is indeed method element.componentFromPoint(iCoordX, iCoordY) in Internet Explorer, but how do I differentiate a mouse click occurred in the content area of an element from the click occurred on its scrollbar in other browsers?

flag

Did you find a solution to this problem? I am having the same problem using the WebBrowser control in .NET – Abhimanyu Sirohi Jul 9 at 10:51

1 Answer

vote up 1 vote down

In Gecko-based browser it is possible to check on Event.originalTarget. If click happened on element's scrollbar this property will have a XULElement object returned. WebKit and Presto to go...

link|flag
I did not know that. Have been looking for a solution to this for years. – Crescent Fresh Jan 8 at 15:52

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.