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 764403 - Modal dialog is opened in the upper left corner
Modal dialog is opened in the upper left corner
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
3.20.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2016-03-31 08:51 UTC by Maxim
Modified: 2016-04-04 15:23 UTC
See Also:
GNOME target: ---
GNOME version: 3.19/3.20


Attachments
screenshot (336.89 KB, image/png)
2016-03-31 08:51 UTC, Maxim
Details

Description Maxim 2016-03-31 08:51:19 UTC
Created attachment 325065 [details]
screenshot

Attach modal dialogs in Nautilus with disabled setting 
open in the upper left corner.
It's happend with upgrade 3.20.1 > 3.20.2
Comment 1 Christoph Reiter (lazka) 2016-03-31 08:56:03 UTC
https://git.gnome.org/browse/gtk+/commit/?id=a91237d65e91cf7dc1581fabf9245ca89e988088 should have been pushed to 3-20 as well..
Comment 2 Matthias Clasen 2016-03-31 10:22:39 UTC
I didn't want to re-break emacs in 3.20
Comment 3 Matthias Clasen 2016-03-31 10:24:30 UTC
Also, you failed to explain how that commit is related to the issue reported here.
Comment 4 Christoph Reiter (lazka) 2016-03-31 10:59:29 UTC
Ah sorry, I assumed it was an oversight.

The revert on master broke initial window positioning for some of my popup windows (moving them to 0,0), but I didn't report it since it got re-reverted shortly after. I'm not sure if this is the same problem, but it looks similar at least.
Comment 5 Alberts Muktupāvels 2016-03-31 12:48:33 UTC
Emacs vs. probably many other programs?

I see this bug/problem:
- when gtk_window_present-ing window with GTK_WINDOW_POS_CENTER;
- Clock applet in gnome-panel is placed in top left corners when opening for first time;
Comment 6 Alberts Muktupāvels 2016-03-31 18:30:15 UTC
System monitor opens centred with gtk+ 3.18 and master, but in top left corner with 3.20. Same with preferences dialog in system monitor app.
Comment 7 Maxim 2016-04-04 11:09:53 UTC
(In reply to Alberts Muktupāvels from comment #6)
> System monitor opens centred with gtk+ 3.18 and master, but in top left
> corner with 3.20. Same with preferences dialog in system monitor app.

Many properties windows of various apps also opened in top left.
Comment 8 Matthias Clasen 2016-04-04 15:23:49 UTC
I've put the patch back in the 3.20 branch