Xpra: Ticket #2686: xpra/html5 modal application on top

Hi, I am using xpra to access a remote application using the html5 client, xpra on the server run in seamless mode ( start --start-cmd=/usr/bin/xterm ), If I run a pyqt modal application launcher, two things happen, the pyqt application has z-index 15000, and whatever window I start from this launcher goes below and I cannot use it. The other wrong behaviour is this pyqt launcher is not listed in the upper menu, so If i minimize it than I lose it, and I am not able to show it again..

If I attach the remote session via the xpra client it works correctly, the issue is only with the html5 client.

If I start xpra in destkop mode, it works correctly even with html5 client.

os: ubuntu 18.04 xpra version: 3.0.7-r25627-1 020-03-30 12:22:02,516

I have enclosed a picture Kindly regards Marco



Mon, 30 Mar 2020 11:14:27 GMT - Marco De Simone: attachment set


Mon, 30 Mar 2020 11:14:54 GMT - Marco De Simone: attachment set

xpra -d window log


Mon, 30 Mar 2020 11:52:48 GMT - Antoine Martin: owner changed; milestone set

Looks like the window has both the DIALOG and NORMAL window type set. What application can I use for testing?

The html5 client does not track application groupings, so the dialog window should be "modal" or "on top" of its siblings, but not other windows. Fixing that is hard.


Mon, 30 Mar 2020 15:57:50 GMT - Marco De Simone:

You cannot try sorry, it's an old python code using pyqt/qt4, but we fixed using QWidget instead of QDialog for the main window, now it works perfect, it acts as normal window.

Thanks Marco


Sat, 13 Jun 2020 07:07:47 GMT - Antoine Martin: owner, status changed

We need to change update_zindex to raise focused windows more, but only if there are no modal / dialog siblings. (need to keep track of pid / transient-for?) This may require calling update_zindex every time one of the windows metadata is updated..


Sun, 04 Oct 2020 14:37:51 GMT - Antoine Martin: milestone changed


Thu, 08 Oct 2020 04:46:04 GMT - Antoine Martin:

See also #2897.


Sat, 23 Jan 2021 05:58:04 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2686