[Webkit-unassigned] [Bug 272876] Web Inspector: Computed CSS goto arrow doesn't work when "show independent Styles sidebar" is disabled
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 18 19:29:51 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=272876
--- Comment #1 from novov <anon185441 at gmail.com> ---
When the sidebar is unified, SpreadsheetCSSStyleDeclarationEditor.selectProperties() is called multiple times, for previous highlighted properties and then the current properties.
This is because the previous highlighted properties are preserved when re-opening the Styles tab, which is usually our desired behaviour, but causes problems when the user asks for a new property to be highlighted. This does not cause issues with the two-column view since the Styles tab is already open there, so the behaviour wrt remembering previous properties is not triggered.
--
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/20240419/29b9dcdc/attachment.htm>
More information about the webkit-unassigned
mailing list