Bug 114441
Summary: | Shadow DOM doesn't support webkit-transform | ||
---|---|---|---|
Product: | WebKit | Reporter: | Court Kizer <courtkizer> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Major | CC: | ahmad.saleem792, ap, bfulgham, courtkizer, rniwa, webkit-bug-importer |
Priority: | P1 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | OS X 10.8 | ||
URL: | http://jsbin.com/eluduf/1/edit | ||
Bug Depends on: | |||
Bug Blocks: | 148695 |
Court Kizer
Shadow DOM elements in Safari doesn't properly support -webkit-transform. Chrome does. Obviously with the upcoming <component> and <template> tags this is going to be a big issues.
You can test here:
http://jsbin.com/eluduf/1/edit
Hover over the <VIDEO> play button, in Safari it doesn't obey -webkit-transform: scale(1.2); it DOES in Google Chrome.
REALLY need this to work gentlemen, Devs need to be able to play with Shadow DOM, as this year millions of sites are going to start using it.
Thank you - beer is on me!
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
I am able to reproduce this bug in Safari 15.6 on macOS 12.6 where hovering on <video> tag does not reflect any transform but in case of Chrome Canary 106, it changes to "Blue" background to transition and show effect.
I was not able to test this in Firefox Nightly 105 because of "No Video with supported format and MIME type found" error.
I am changing status to "New". Thanks!
Radar WebKit Bug Importer
<rdar://problem/98460397>