RESOLVED WORKSFORME 117887
Web Inspector: shadow DOM of video controls appear to stop at one nested level deep
https://bugs.webkit.org/show_bug.cgi?id=117887
Summary Web Inspector: shadow DOM of video controls appear to stop at one nested leve...
James Craig
Reported 2013-06-21 12:10:32 PDT
Created attachment 205205 [details] Screen shot: shadow DOM of video controls appear to stop at one nested level deep See screen shot. The shadow DOM of video controls appear to stop at one level deep. This is either a functional bug in that nested shadow DOM content is not displayed in the Web Inspector, or it's a UX bug that could be resolved by calling this "Shadow Content (empty)" or something to that effect.
Attachments
Screen shot: shadow DOM of video controls appear to stop at one nested level deep (110.39 KB, image/png)
2013-06-21 12:10 PDT, James Craig
no flags
Radar WebKit Bug Importer
Comment 1 2013-06-21 12:10:41 PDT
Joseph Pecoraro
Comment 2 2013-06-21 12:35:38 PDT
So, data:text/html,<input%20type="button"> shows there is no subtree. I'm not sure if it is correct or not though.
Timothy Hatcher
Comment 3 2013-06-21 16:18:44 PDT
This is correct, the Shadow DOM tree is empty for these buttons. We probably should not show it if it is empty.
Blaze Burg
Comment 4 2016-12-13 11:31:24 PST
This works fine for me on trunk.
Note You need to log in before you can comment on or make changes to this bug.