After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 763823 - [HighContrast(|Inverse)] dnd on a vertical spinbutton does a weird resizing
[HighContrast(|Inverse)] dnd on a vertical spinbutton does a weird resizing
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Themes
3.19.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
: 763824 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2016-03-17 16:36 UTC by Arnaud B.
Modified: 2016-03-18 14:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot. (130.04 KB, image/png)
2016-03-17 16:36 UTC, Arnaud B.
  Details
High Contrast: fix drop states (3.34 KB, patch)
2016-03-18 14:49 UTC, Jakub Steiner
committed Details | Review

Description Arnaud B. 2016-03-17 16:36:53 UTC
Created attachment 324199 [details]
Screenshot.

When using HighContrast/HighContrastInverse themes, drag’n’dropping on a vertical spinbutton (like in page 2 of the Widget Factory) makes it weirdly resize.
Comment 1 Lapo Calamandrei 2016-03-17 17:18:44 UTC
this is general for dnd, since HC sets a border on :drop(active) targets making them grow when it's not present.
Somethin like this should be used:

*:drop(active) {
  border-color: something;
  box-shadow: inset 0 0 0 1px something;
}
Comment 2 Jakub Steiner 2016-03-18 14:49:52 UTC
Created attachment 324282 [details] [review]
High Contrast: fix drop states
Comment 3 Jakub Steiner 2016-03-18 14:50:15 UTC
*** Bug 763824 has been marked as a duplicate of this bug. ***
Comment 4 Jakub Steiner 2016-03-18 14:51:12 UTC
Attachment 324282 [details] pushed as ad98651 - High Contrast: fix drop states