Bug 117887 - Web Inspector: shadow DOM of video controls appear to stop at one nested level deep
Summary: Web Inspector: shadow DOM of video controls appear to stop at one nested leve...
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-06-21 12:10 PDT by James Craig
Modified: 2016-12-13 11:31 PST (History)
5 users (show)

See Also:


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 Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Craig 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.
Comment 1 Radar WebKit Bug Importer 2013-06-21 12:10:41 PDT
<rdar://problem/14232424>
Comment 2 Joseph Pecoraro 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.
Comment 3 Timothy Hatcher 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.
Comment 4 BJ Burg 2016-12-13 11:31:24 PST
This works fine for me on trunk.