Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c0cef41981cc6b72b407b35d20183df01caeebf5
https://github.com/WebKit/WebKit/commit/c0cef41981cc6b72b407b35d20183df01caeebf5
Author: Razvan Caliman <[email protected]>
Date: 2024-11-05 (Tue, 05 Nov 2024)
Changed paths:
M Source/WebInspectorUI/UserInterface/Views/DOMTreeOutline.css
Log Message:
-----------
Web Inspector: Elements tab DOM tree view reduces deeply-nested nodes to one
character wide
https://bugs.webkit.org/show_bug.cgi?id=234376
rdar://86833831
Reviewed by BJ Burg.
Set a minimum width for DOM tree outline items to prevent wrapping to unusable
widths.
Ensure the containing block for the absolutely-positioned selection area
(the blue/gray highlight for selected tree items) spans the full width of the
scroll container.
Without this change, the absolutely-positioned element spans only the width of
the scroll port,
and appears cut-off when scrolling horizontally.
* Source/WebInspectorUI/UserInterface/Views/DOMTreeContentView.css:
(.content-view.dom-tree > .tree-outline-wrapper):
* Source/WebInspectorUI/UserInterface/Views/DOMTreeContentView.js:
(WI.DOMTreeContentView):
* Source/WebInspectorUI/UserInterface/Views/DOMTreeOutline.css:
(.tree-outline.dom):
(.tree-outline.dom li):
* Source/WebInspectorUI/UserInterface/Views/TreeOutline.js:
(WI.TreeOutline.prototype.treeElementFromEvent):
Canonical link: https://commits.webkit.org/286163@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes