[Webkit-unassigned] [Bug 220993] REGRESSION(r270637) Filtering does not work in Styles sidebar panel
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 26 11:46:54 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=220993
--- Comment #6 from Razvan Caliman <rcaliman at apple.com> ---
Comment on attachment 418448
--> https://bugs.webkit.org/attachment.cgi?id=418448
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=418448&action=review
>> Source/WebInspectorUI/ChangeLog:9
>> + Reverting removal of abstract method used by SpreadsheetRulesStyleDetailsPanel.
>
> I think we should just remove the `super.filterDidChange(filterBar);` call in `ComputedStyleDetailsPanel.js`. `WI.GeneralStyleDetailsSidebarPanel.prototype.initialLayout` checks for `typeof this._panel.filterDidChange === "function"`, so it may be better to remove it from the superclass in case we add new subclasses that don't actually override it.
Sounds good. Done!
--
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/20210126/2c310e8f/attachment-0001.htm>
More information about the webkit-unassigned
mailing list