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)
Tracking
()
NEW
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.
Comment 1•18 years ago
|
||
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?
| Assignee | ||
Updated•7 years ago
|
Component: Event Handling → User events and focus handling
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•