[webkit-changes] [WebKit/WebKit] dae5e6: Web Inspector: Styles Panel: Tab navigation forwar...

Razvan Caliman - Apple noreply at github.com
Fri Mar 17 09:52:39 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: dae5e660c9cc3922e409c6d911174ead23599e27
      https://github.com/WebKit/WebKit/commit/dae5e660c9cc3922e409c6d911174ead23599e27
  Author: Razvan Caliman <rcaliman at apple.com>
  Date:   2023-03-17 (Fri, 17 Mar 2023)

  Changed paths:
    M Source/WebInspectorUI/UserInterface/Views/SpreadsheetCSSStyleDeclarationSection.js
    M Source/WebInspectorUI/UserInterface/Views/SpreadsheetRulesStyleDetailsPanel.js

  Log Message:
  -----------
  Web Inspector: Styles Panel: Tab navigation forwards skips groupings (@media, @supports) of next CSS rule
https://bugs.webkit.org/show_bug.cgi?id=250134

Reviewed by Patrick Angle.

Check the next adjacent CSS rule for editable groupings and start editing the first match
before defaulting to editing the rule's selector.

* Source/WebInspectorUI/UserInterface/Views/SpreadsheetCSSStyleDeclarationSection.js:
(WI.SpreadsheetCSSStyleDeclarationSection.prototype.startEditingFirstGroupingOrRuleSelector):
* Source/WebInspectorUI/UserInterface/Views/SpreadsheetRulesStyleDetailsPanel.js:
(WI.SpreadsheetRulesStyleDetailsPanel.prototype.spreadsheetCSSStyleDeclarationSectionStartEditingAdjacentRule):

Canonical link: https://commits.webkit.org/261796@main




More information about the webkit-changes mailing list