[Webkit-unassigned] [Bug 258130] New: Web Inspector: Elements tab breadcrumb navigation doesn't select node if there are sibling nodes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 15 07:06:13 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=258130
Bug ID: 258130
Summary: Web Inspector: Elements tab breadcrumb navigation
doesn't select node if there are sibling nodes
Product: WebKit
Version: Safari 16
Hardware: Mac (Apple Silicon)
OS: macOS 13
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: opendarwin at lapcatsoftware.com
CC: inspector-bugzilla-changes at group.apple.com
Created attachment 466700
--> https://bugs.webkit.org/attachment.cgi?id=466700&action=review
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230615/a4143c8f/attachment.htm>
More information about the webkit-unassigned
mailing list