WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
258130
Web Inspector: Elements tab breadcrumb navigation doesn't select node if there are sibling nodes
https://bugs.webkit.org/show_bug.cgi?id=258130
Summary
Web Inspector: Elements tab breadcrumb navigation doesn't select node if ther...
Jeff Johnson
Reported
2023-06-15 07:06:13 PDT
Created
attachment 466700
[details]
Screenshot of Safari web inspector Steps to reproduce: 1. Open
https://webkit.org/web-inspector/elements-tab/
2. Inspect Element on the paragraph "The top-left of the Main Content Area shows a breadcrumb navigation from the main document element to the selected DOM node, allowing for quick selection of relative DOM nodes." 3. Select div.bodycopy in the breadcrumb navigation area Expected results: The node <div class="bodycopy"> is selected. Actual results: Nothing happens. The <p> element is still selected. Notes: In contrast, if you select article#post-11743.page in the breadcrumb navigation, the <article> element is selected, because it has no sibling nodes. div.bodycopy has 3 sibling nodes that appear in a popup, but selecting div.bodycopy in the popup still does nothing.
Attachments
Screenshot of Safari web inspector
(596.75 KB, image/png)
2023-06-15 07:06 PDT
,
Jeff Johnson
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-06-22 07:07:14 PDT
<
rdar://problem/111158315
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug