[webkit-reviews] review granted: [Bug 212121] REGRESSION(r260978): Web Inspector: Styles: Pressing Space no longer toggles selected properties : [Attachment 399804] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 20 10:37:49 PDT 2020


Devin Rousso <drousso at apple.com> has granted Nikita Vasilyev
<nvasilyev at apple.com>'s request for review:
Bug 212121: REGRESSION(r260978): Web Inspector: Styles: Pressing Space no
longer toggles selected properties
https://bugs.webkit.org/show_bug.cgi?id=212121

Attachment 399804: Patch

https://bugs.webkit.org/attachment.cgi?id=399804&action=review




--- Comment #4 from Devin Rousso <drousso at apple.com> ---
Comment on attachment 399804
  --> https://bugs.webkit.org/attachment.cgi?id=399804
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=399804&action=review

rs=me

>
Source/WebInspectorUI/UserInterface/Views/SpreadsheetCSSStyleDeclarationEditor.
js:98
> +	       let propertyView = new WI.SpreadsheetStyleProperty(this,
property, {selectable: true});

and this is why I love `options = {}` ��


More information about the webkit-reviews mailing list