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 790825 - GtkDialog: content area extra vertical space
GtkDialog: content area extra vertical space
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2017-11-25 17:59 UTC by gkrithi8
Modified: 2018-05-02 19:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
extra space highlighted in color (76.58 KB, image/png)
2017-11-25 17:59 UTC, gkrithi8
Details
minimised copy of Interactive Dialog from gtk3-demo (3.22 KB, text/plain)
2018-03-12 23:33 UTC, Daniel Boles
Details

Description gkrithi8 2017-11-25 17:59:35 UTC
Created attachment 364389 [details]
extra space highlighted in color

There is some extra vertical space in GtkDialog created via "gtk_dialog_new_with_buttons". Issue is reproducible with gtk3-demo ( Dialogs and Message Boxes ). Refer attachment for correct and incorrect behavior.

Quickly checked a couple of gtk versions, I had.

3.20.10-1.fc24 works ok
3.22.17-2.fc25 extra space bug

So, could be a regression.
Comment 1 gkrithi8 2017-11-25 18:01:10 UTC
clicking on "Interactive Dialog" in "Dialogs and Message Boxes" example also shows the issue.
Comment 2 Daniel Boles 2018-03-12 23:33:59 UTC
Created attachment 369592 [details]
minimised copy of Interactive Dialog from gtk3-demo

Both windows you mention can be resized, and that removes the extra space. So, I think this may be more an issue of the default size of the window, than anything specific to GtkDialog.

Anyway, the attached minimised copy of Interactive Dialog from gtk3-demo attributes the surplus request to the dialog, not its child, fwiw.

child:
minimum: 290 x 126
natural: 290 x 126

dialog:
minimum: 342 x 215
natural: 342 x 215
Comment 3 GNOME Infrastructure Team 2018-05-02 19:28:57 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/978.