NEW 252999
Unexpected result as paragraph z-index changes depending on CSS scale
https://bugs.webkit.org/show_bug.cgi?id=252999
Summary Unexpected result as paragraph z-index changes depending on CSS scale
Adam Gamble
Reported 2023-02-27 09:26:30 PST
Example case: https://jsfiddle.net/mdfs3tb0/ An outer div scales a fixed-size inner div (a 'canvas') which contains some elements positioned with translate(). Scaling past the bounds of the inner div will cause the z-index of the stacking order of the paragraph element to change. This doesn't seem to happen in other browsers and seems unexpected.
Attachments
Simon Fraser (smfr)
Comment 1 2023-02-28 12:38:27 PST
I think this is about clipping and the overlap map; I recall another bug that's probably related.
Radar WebKit Bug Importer
Comment 2 2023-03-06 09:27:15 PST
Note You need to log in before you can comment on or make changes to this bug.