[Webkit-unassigned] [Bug 151502] New: [GTK] Non-symbolic icons used for edit-find and edit-clear

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 20 10:40:09 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=151502

            Bug ID: 151502
           Summary: [GTK] Non-symbolic icons used for edit-find and
                    edit-clear
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: bugs-noreply at webkitgtk.org

RenderThemeGtk.cpp improperly uses color icons in paintSearchFieldResultsDecorationPart(), paintSearchFieldCancelButton(), and paintCapsLockIndicator(). The proper icons would be edit-find-symbolic, edit-clear-symbolic, and dialog-warning-symbolic, respectively.

I tried to fix this by calling getStockSymbolicIconForWidgetType() rather than getStockIconForWidgetType() in those functions, but the icons in the search entry didn't display unless I removed the flag GTK_ICON_LOOKUP_FORCE_SIZE from the call to gtk_icon_theme_lookup_icon() in getStockSymbolicIconForWidgetType(), and then they displayed blurry, which is weird for symbolic icons, so I was doing something wrong.

Testcase for the search entry is to open the web inspector and look in the upper right.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151120/4beb6068/attachment-0001.html>


More information about the webkit-unassigned mailing list