Closed
Bug 901175
Opened 11 years ago
Closed 11 years ago
properly handle when the frame has an empty intersection with the exposed region for events
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: tnikkel, Assigned: tnikkel)
References
Details
Attachments
(2 files)
(deleted),
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
ComputeDistanceFromRegion returns -1 for empty regions, which is smaller than all other distances and screws everything up.
Attachment #785315 -
Flags: review?(roc)
Comment 2•11 years ago
|
||
And a simple automated test case to exercise this code path.
Attachment #785343 -
Flags: review?(roc)
Assignee | ||
Comment 3•11 years ago
|
||
I pushed this simple obvious fix to inbound while review is still pending, I will of course apply any review comments as further pushes as necessary.
https://hg.mozilla.org/integration/mozilla-inbound/rev/66728b1aa975
Attachment #785315 -
Flags: review?(roc) → review+
Attachment #785343 -
Flags: review?(roc) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Thanks for the test Matt!
Comment 5•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/66728b1aa975
https://hg.mozilla.org/mozilla-central/rev/58c2fb8fb2c2
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•