Closed
Bug 1073877
Opened 10 years ago
Closed 10 years ago
Mouse handling regression in main acid test.
Categories
(Firefox Graveyard :: Shumway, defect)
Firefox Graveyard
Shumway
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mbx, Assigned: till)
References
Details
(Keywords: regression)
Hovering the mouse over the nose no longer causes it to spin.
Comment 1•10 years ago
|
||
Looks like this regressed in https://github.com/mozilla/shumway/pull/1711. The rotated rectangle in the center (further referred as "the nose") is fully covered by an oval shape which is partly masked so that the nose is visible again. In this case, mouse tests that would lead to a successful hit within the masked area of that shape should be ignored and "fall through" to underlying objects.
Updated•10 years ago
|
Assignee: nobody → till
Comment 2•10 years ago
|
||
This might be a dupe of hit testing bug 1073401.
Blocks: shumway-m3
Keywords: regression
Assignee | ||
Comment 3•10 years ago
|
||
Fixed by https://github.com/mozilla/shumway/pull/1783
(In reply to Chris Peterson (:cpeterson) from comment #2)
> This might be a dupe of hit testing bug 1073401.
Surprisingly, it turned out to be completely unrelated - expect for being caused by the same patch.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•