Open Bug 386831 Opened 18 years ago Updated 3 years ago

nsIDOMWindowUtils.sendMouseEvent and sendKeyEvent provide no feedback

Categories

(Core :: DOM: UI Events & Focus Handling, enhancement)

x86
Windows XP
enhancement

Tracking

()

People

(Reporter: timeless, Unassigned)

References

()

Details

I'm trying to dispatch events to things, but i need to know if they've been handled / suppressed. i understand that there might be a one to many event chain, that's life, if necessary an nsIArray of events so that i can browse through them would be fine.
hmm, I'm not quite sure what you mean with event chain here. Dispatching an event may cause other events to be dispatched. Would you like to know which events were dispatched and whether stopPropagation or preventDefault was called? Or what?
yes
Component: Event Handling → User events and focus handling
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.