← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1346783] Re: Dialogs set no parent, leading to "pop-under" dialogs that are hard to find

 

This bug was fixed in the package qtcreator-plugin-ubuntu -
3.1.1+14.10.20140728-0ubuntu1

---------------
qtcreator-plugin-ubuntu (3.1.1+14.10.20140728-0ubuntu1) utopic; urgency=low

  [ Zoltán Balogh ]
  * Custom qmake to deal with click chroots
  * Enable channel selection when creating an emulator ( (LP: #1334691,
    #1257711)

  [ Michael Vogt ]
  * README file is added to the project
  * Added missing dialog/message box parents. (LP: #1346783)
 -- Ubuntu daily release <ps-jenkins@xxxxxxxxxxxxxxxxxxx>   Mon, 28 Jul 2014 09:38:56 +0000

** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtcreator-plugin-ubuntu in
Ubuntu.
https://bugs.launchpad.net/bugs/1346783

Title:
  Dialogs set no parent, leading to "pop-under" dialogs that are hard to
  find

Status in “qtcreator-plugin-ubuntu” package in Ubuntu:
  Fix Released

Bug description:
  Some dialogs (e.g. UbuntuClickDialog) are modal but set no parent.
  This leads window managers like unity to not do correct stacking. The
  dialog can pop under the main window and become invsible (except for
  showing up in the taskbar). The main window is not responding anymore
  (of course) because of the modal dialog. The impression for the user
  is that the app has crashed/become unresponsive.

  Looking at the code it seems a bunch of QMessageBox::warning(0,...)
  instead of Core::ICore::mainWindow() is used (but only some, not all).
  I don't know if there is a reason for this, I changed it to use the
  main window as parent in the attached branch and did a testbuild that
  works for me.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1346783/+subscriptions


References