Closed
Bug 51263
Opened 25 years ago
Closed 25 years ago
Events should retarget across anonymous scope boundaries
Categories
(Core :: XBL, defect, P3)
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: hyatt, Assigned: hyatt)
References
Details
(Keywords: regression, Whiteboard: [xbl1.0])
XBL anonymous content should be invisible to explicit content. The DOM Event's
target needs to be updated.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Whiteboard: [xbl1.0]
Target Milestone: --- → M18
the resetting of event target for text input fields has caused a regression
(see bug# 51321) in the d&d code. Hyatt is aware of this, and providing what we
need to fix d&d should not be too difficult. please nsbeta3+ this.
anthony
Keywords: nsbeta3,
regression
Assignee | ||
Comment 2•25 years ago
|
||
Fixed. You can use
event.originalTarget from JS
or
event->GetOriginalTarget from C++.
I did not patch the code in editor, so you guys need to go and find the places
where GetTarget is being used when you really want GetOriginalTarget.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•