Hi,

With Gecko 1.8, I was able to find the HTML Tag under the cursor by
setting up a nsIDOMEventListener at the DOMWindow level and  sent
a "mousemove" nsMouseEvent via ViewManager->DispatchEvent interface and 
later
query the listener's target.

However, this seems to have broken after migrating to Gecko 1.9.
In debugger, the mouse event is treated as "synthesized" event and ignored,
even though I initialized it with nsMouseEvent::eReal flag.

is there an alternative interface for achieving the same thing?

Thanks for any help,

Steve

_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to