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 758094 - GtkSpinButton missing redraw
GtkSpinButton missing redraw
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
3.19.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-11-14 09:13 UTC by Christoph Reiter (lazka)
Modified: 2015-11-20 16:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Python example (473 bytes, text/plain)
2015-11-14 09:13 UTC, Christoph Reiter (lazka)
Details

Description Christoph Reiter (lazka) 2015-11-14 09:13:47 UTC
Created attachment 315444 [details]
Python example

Told Company on IRC some days ago, but reporting here anyway so it doesn't get lost.

Two issues after the recent css changes:

* GtkSpinButton is missing a redraw that is only triggered after hovering when added to an already visible parent.
* It looks different compared to 3.18 in case the parent widget expands, setting valign to CENTER makes it behave as before. Not sure if that's a problem..

The attached example shows both cases.