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 782997 - On fullscreen, widget does not receive size-allocate after changing scale-factor (hidpi)
On fullscreen, widget does not receive size-allocate after changing scale-fac...
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2017-05-23 12:42 UTC by Victor Toso
Modified: 2018-05-02 18:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Modified hello world to print scale-factor and size-allocate (2.13 KB, text/plain)
2017-05-23 12:42 UTC, Victor Toso
Details

Description Victor Toso 2017-05-23 12:42:40 UTC
Created attachment 352421 [details]
Modified hello world to print scale-factor and size-allocate

* In non fullscreen, works as expected:

1) Widget is windowed, size is: 200 x 200
2) Maximize it, new size is: 1920 x 1043
3) GNOME Tweak-tool > Windows > Window scaling: From 1 -> 2
4) Widget's new size is: 960 x 503

* Fullscreen:

5) Set widget to fullscreen, size is: 1920 x 1080
6) same as (3)
7) Still 1920 x 1080

I've modified the gtk hello-world to make this easier to see, it is attached.
Comment 1 GNOME Infrastructure Team 2018-05-02 18:32:01 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/827.