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 763824 - [HighContrast(|Inverse)] dnd on a GtkFileChooserButton does weird things
[HighContrast(|Inverse)] dnd on a GtkFileChooserButton does weird things
Status: RESOLVED DUPLICATE of bug 763823
Product: gtk+
Classification: Platform
Component: Themes
3.19.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2016-03-17 16:41 UTC by Arnaud B.
Modified: 2016-03-18 14:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot. (118.81 KB, image/png)
2016-03-17 16:41 UTC, Arnaud B.
Details

Description Arnaud B. 2016-03-17 16:41:11 UTC
Created attachment 324200 [details]
Screenshot.

When using HighContrast/HighContrastInverse themes, drag’n’dropping a text on a GtkFileChooserButton makes a weird resizing, and (on HighContrast) adds an unneeded extra border.
Comment 1 Lapo Calamandrei 2016-03-17 16:59:51 UTC
there's a box underneat which gets the :drop(active) state as well, so it needs to be specialcased, relevant code from adwaita:

filechooserbutton:drop(active) {
  box-shadow: none;
  border-color: transparent;
}
Comment 2 Jakub Steiner 2016-03-18 14:50:15 UTC

*** This bug has been marked as a duplicate of bug 763823 ***