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 737981 - Strange frame in GtkScrolledWindow
Strange frame in GtkScrolledWindow
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Themes
3.14.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-10-06 09:07 UTC by Trinh Anh Ngoc
Modified: 2014-10-11 12:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot (39.73 KB, image/png)
2014-10-06 09:07 UTC, Trinh Anh Ngoc
Details

Description Trinh Anh Ngoc 2014-10-06 09:07:31 UTC
Created attachment 287817 [details]
Screenshot

The strange frame appears when both v-scroll vand h-scroll enabled
Comment 1 Matthias Clasen 2014-10-06 11:53:35 UTC
its intentionally drawn by the the theme
Comment 2 Jakub Steiner 2014-10-06 13:11:11 UTC
We could perhaps do with just using $bg_color and no border though.
Comment 3 Lapo Calamandrei 2014-10-10 20:56:23 UTC
this is not intentionally drawn by the theme, those borders should't be there:

.scrollbars-junction { // the small square between two scrollbars
  border-color: transparent;
  background-color: darken($bg_color, 5%);
  &:backdrop { background-color: transparent; }
}
Comment 4 Lapo Calamandrei 2014-10-10 20:59:01 UTC
P.S. Trinh Anh Ngoc, you're doing us a great service spotting all those issue, keep up the work!
Comment 5 Lapo Calamandrei 2014-10-11 12:42:01 UTC
Finally we figured out what that was, fix pushed to master and 3.14 branch