Open
Bug 513188
Opened 16 years ago
Updated 3 years ago
Allow events to be targeted at the document object
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
NEW
People
(Reporter: jwatt, Unassigned)
Details
Attachments
(1 obsolete file)
We should allow events to be targeted at the document object. For example, mouse events should be targeted at the document object when the document does not contain any elements, or when every element in a document has a computed value of 'none' for the 'pointer-events' property.
| Reporter | ||
Comment 1•16 years ago
|
||
This was my rough first steps before I realized I was going to end up essentially rewriting nsEventStateManager, and since the patch was for branch, I decided not to do that. This patch may or may not be useful to anyone wanting to pursue this.
| Reporter | ||
Updated•16 years ago
|
Attachment #397420 -
Attachment is obsolete: true
Updated•16 years ago
|
Version: unspecified → Trunk
| 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
•