Can't click on links on blog.openai.com (animation and preserve-3d related)
Categories
(Core :: Web Painting, defect, P2)
Tracking
()
Webcompat Priority | ? |
Tracking | Status | |
---|---|---|
firefox65 | --- | wontfix |
firefox66 | --- | wontfix |
firefox67 | --- | fix-optional |
firefox68 | --- | fix-optional |
firefox69 | --- | fix-optional |
People
(Reporter: karlcow, Assigned: mikokm)
References
()
Details
(Keywords: regression, Whiteboard: [webcompat])
Attachments
(1 file, 1 obsolete file)
(deleted),
text/html
|
Details |
Reporter | ||
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Being unable to click through to any blog posts on a real website seems pretty bad. Marking P2.
Comment 7•6 years ago
|
||
Can someone try to find a regression range for the reduced test-case? I did a few preserve-3d changes lately. I have no time right now but can take a look in a bit when I'm back at my computer if nobody is faster.
Comment 8•6 years ago
|
||
regressionwindow |
Regression window using attachment 9034360 [details]:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=6c49bb716593014c07d3736ea2124f74bfe3bb06&tochange=691f2e687e46d1b166b88b0a3f9dbd480bff9afa
Regressed by: f950b7a04741 Thinker K.F. Li — Bug 1226904 - Fix boundary checking for leaves collecting. r=roc
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 10•6 years ago
|
||
Changing to "Web Painting" based on comment 8 (hit testing uses the same display list code as painting).
Miko, maybe you could take a look or know who could?
Assignee | ||
Comment 11•6 years ago
|
||
(In reply to Daniel Holbert [:dholbert] from comment #10)
Changing to "Web Painting" based on comment 8 (hit testing uses the same display list code as painting).
Miko, maybe you could take a look or know who could?
I can take a look when I have more time to work on this.
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 12•6 years ago
|
||
Migrating Webcompat whiteboard priorities to project flags. See bug 1547409.
Comment 13•6 years ago
|
||
See bug 1547409. Migrating whiteboard priority tags to program flags.
Assignee | ||
Comment 14•6 years ago
|
||
I finally got to investigate this bug, and it seems that we are doing the right thing with hit testing.
When hovering over the white area of the testcase, there are two divs that are under the cursor: a preserve-3d parent with perspective, and a transformed child. The parent has z coordinate of 0. When the child is transformed in 3D, it can cross z=0 and intersect with its parent. This means that the parent element will be on top of the child element, where the points on child plane have z < 0.
I have further simplified the testcase to make the behavior more apparent.
Assignee | ||
Comment 15•6 years ago
|
||
Assignee | ||
Comment 16•5 years ago
|
||
I have filed a spec issue at https://github.com/w3c/csswg-drafts/issues/3997.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Description
•