Bug 153122

Summary: [GTK] List box selections stopped working again with GTK+ from current git master
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, commit-queue, esprehn+autocc, glenn, kondapallykalyan
Priority: P2 Keywords: Gtk
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mcatanzaro: review+

Description Carlos Garcia Campos 2016-01-15 04:28:54 PST
The problem is that the ListBox selection implementation is wrong. We are using a similar implementation to GtkEntry, but GtkTreeView doesn't have a child CSS node for selections.
Comment 1 Carlos Garcia Campos 2016-01-15 04:31:55 PST
Created attachment 269044 [details]
Patch
Comment 2 Carlos Garcia Campos 2016-01-16 01:44:38 PST
Committed r195167: <http://trac.webkit.org/changeset/195167>