Closed Bug 1363855 Opened 7 years ago Closed 7 years ago

transitions involving transformations inside of a masked region cause graphic glitches

Categories

(Core :: Web Painting, defect)

53 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1362000
Tracking Status
firefox53 - wontfix
firefox54 + fixed
firefox55 + fixed

People

(Reporter: ulliniiro, Assigned: u459114)

References

Details

(Keywords: regression)

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:53.0) Gecko/20100101 Firefox/53.0
Build ID: 20170413192749

Steps to reproduce:

Create an svg element (rectangle) and make it translate via transition on hover event. Put the rectangle inside of a masked region: <g mask="...><rect...></g> Hover the mouse around...

I put the basic example here: http://codepen.io/iiroullin/pen/oWEOOM


Actual results:

When the mouse is moved in and out of zone triggering the transition, the rectangle occasionally erratically hops penetrating outside of the masked region



Expected results:

1) The rectangle shouldn't hop
2) The rectangle shouldn't penetrate outside of the masked region
Component: Untriaged → Layout: Web Painting
Product: Firefox → Core
It seems that this bug is new to Firefox 53.0: I had an older version (52...) on my laptop and it did not have this bug. As soon as it updated, the bug appeared!
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=0005d0bfadf72746ce36f4e8d09d9504b814557e&tochange=ba20391edbec448b56725ef01158176614706b4f

Looks like the following bug has the  changes which introduced the regression:
https://bugzilla.mozilla.org/show_bug.cgi?id=1313898

cku, could you check this regression from your bugfix, please.
Blocks: 1313898
Status: UNCONFIRMED → NEW
Has Regression Range: --- → yes
Has STR: --- → yes
Ever confirmed: true
Flags: needinfo?(cku)
Keywords: regression
Assignee: nobody → cku
Flags: needinfo?(cku)
See Also: → 1362000
See Also: → 1350663
Yes, I am currently look into this problem. The position of a mask layer is not updated correctly.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
fixed&uplifted in the dupe
You need to log in before you can comment on or make changes to this bug.