GNOME Bugzilla – Bug 762187
Drag highlight inconsistencies
Last modified: 2016-04-02 14:30:29 UTC
Created attachment 321491 [details] widget-factory-drag-highlight here is a new bug as requested in bug 761686. But I found some more issues... Attached is a screenshots of various drag highlights in gtk3-widget-factory (the bottom right one is there because it has no highlight compared to all others) As dragging on random widgets isn't that common I think a switch in inspector for setting a highlight on all widgets might help.
Pretty ugly stuff, for combos looks like the :drop state is not on the button but on the combobox node. This totally needs to be addressed in the theme widget by widget. The inspector switch (even better an evn var) as Christoph suggest would be great indeed.
Ok, I've been able to fix something via the theme and Matthias made the behaviour saner on some widgets, the main issue here now is the textview which seems not to get the drop(active) state at all, also the textview node does basically nothing css wise, so what I can do is changing the background of the textview > text node (yeah it's gross, but at least it's something), anyway I need that state working.
the textview text node does get the :drop(active) state, and textview text:drop(active) { border: 1px solid red; } works as expected