GNOME Bugzilla – Bug 731663
CSS of column headers for drag-and drop not applied for custom treeview-like widgets
Last modified: 2014-07-08 12:36:38 UTC
Created attachment 278453 [details] [review] Patch to fix selector for drag-and-drop of column headers Custom-drawn widget that want to look like a TreeView often paint the column header directly, so they apply the button class at the same level than the column-header widget. This is the case for example to the track list in Banshee (GTK 3 port in progress). This means that selectors like "column-header .button..." do not match, there needs to be the equivalent "column-header.button...". This is already the case in a lot of places, but is missing for the "dnd" class. I'm attaching a one-line patch to correct this.
I'd love to have reorderable headerbar in gtk3-widget-factory. Neither Banshee nor Evolution is easy to get jhbuilt to test :(
We currently lack style for the dnd target completely.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.