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 764239 - Apply 'textview border' node style also to the corners
Apply 'textview border' node style also to the corners
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Widget: GtkTextView
3.20.x
Other Linux
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2016-03-26 17:41 UTC by Sébastien Wilmet
Modified: 2018-05-02 17:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sébastien Wilmet 2016-03-26 17:41:07 UTC
The 'textview border' style is currently not applied to the corners.

For example when both the left and top borders are shown, there is a top-left corner.

If we apply some CSS to the 'textview border' node, it would be nice to apply it also to the corners. For example:

textview border {
  background-color: blue;
}

And call:
> gtk_text_view_set_border_window_size (text_view, GTK_TEXT_WINDOW_LEFT, 20);
> gtk_text_view_set_border_window_size (text_view, GTK_TEXT_WINDOW_TOP, 20);
Comment 1 Matthias Clasen 2018-02-10 05:12:44 UTC
We're moving to gitlab! As part of this move, we are moving bugs to NEEDINFO if they haven't seen activity in more than a year. If this issue is still important to you and still relevant with GTK+ 3.22 or master, please reopen it and we will migrate it to gitlab.
Comment 2 Sébastien Wilmet 2018-02-10 10:06:49 UTC
Still a problem.
Comment 3 GNOME Infrastructure Team 2018-05-02 17:01:08 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gtk/issues/608.