[Webkit-unassigned] [Bug 282348] New: Web Inspector: Containers for DOMTreeOutline in Audit and Console do not scroll for for expanded deep trees
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 30 12:37:47 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=282348
Bug ID: 282348
Summary: Web Inspector: Containers for DOMTreeOutline in Audit
and Console do not scroll for for expanded deep trees
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: rcaliman at apple.com
CC: inspector-bugzilla-changes at group.apple.com
The change introduced in https://bugs.webkit.org/show_bug.cgi?id=234376 ensures a minimum width for DOM tree outline items so they don't get wrapped to unusable widths in narrow containers. WI.DOMTreeContentView was already a scroll container, meaning a deep node tree can be expanded and introduce horizontal overflow as needed.
But there are other uses of WI.DOMTreeOutline in Web Inspector where their containers are not scroll containers.
This makes it impossible to fully expand a deep node tree in those contexts:
https://github.com/WebKit/WebKit/blob/076349f5d081726a70e001209bb231dd767051ae/Source/WebInspectorUI/UserInterface/Views/FormattedValue.js#L90
https://github.com/WebKit/WebKit/blob/076349f5d081726a70e001209bb231dd767051ae/Source/WebInspectorUI/UserInterface/Views/AuditTestCaseContentView.js#L228
This is a separate bug, unrelated to the change in https://bugs.webkit.org/show_bug.cgi?id=234376.
--
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/20241030/cb10cebd/attachment.htm>
More information about the webkit-unassigned
mailing list