Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 88e4b7b165201ae9a16a869676bd198ca646e4ff
https://github.com/WebKit/WebKit/commit/88e4b7b165201ae9a16a869676bd198ca646e4ff
Author: Razvan Caliman <[email protected]>
Date: 2026-03-05 (Thu, 05 Mar 2026)
Changed paths:
M Source/WebInspectorUI/UserInterface/Views/DataGrid.css
M Source/WebInspectorUI/UserInterface/Views/Table.css
Log Message:
-----------
Web Inspector: REGRESSION(307475@main): Storage tab, Network tab, Heap
Snapshot content scroll uncontrollably
https://bugs.webkit.org/show_bug.cgi?id=309248
rdar://171394072
Reviewed by BJ Burg.
With scroll anchoring enabled, the "before layout" hook occurs after building
the render tree but before layout.
In the case of `WI.Table` and `WI.DataGrid` which populate the rows and then
trigger layout,
scroll anchoring latches onto a <tbody> with lots of 0x0 rows.
This patch disables scroll anchoring for these cases.
* Source/WebInspectorUI/UserInterface/Views/DataGrid.css:
(.data-grid .data-container):
* Source/WebInspectorUI/UserInterface/Views/Table.css:
(.table > .data-container):
Canonical link: https://commits.webkit.org/308726@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications