textadept icon indicating copy to clipboard operation
textadept copied to clipboard

QT warnings when mousing over submenus

Open mhwombat opened this issue 2 years ago • 2 comments

I cloned the Textadept repo today and compiled it with QT on Linux. I notice that when I move the mouse over a menu entry that has submenus (for example, if I'm in the Edit menu and I move the mouse over Select, I see the following warning. It doesn't seem to affect anything. I'm logging the issue just in case the information is useful.

qt.qpa.wayland: setGrabPopup called with a parent, QtWaylandClient::QWaylandXdgSurface(0x14f7130) which does not match the current topmost grabbing popup, QtWaylandClient::QWaylandXdgSurface(0x1777970) According to the xdg-shell protocol, this is not allowed. The wayland QPA plugin is currently handling it by setting the parent to the topmost grabbing popup. Note, however, that this may cause positioning errors and popups closing unxpectedly because xdg-shell mandate that child popups close before parents

mhwombat avatar Dec 19 '22 15:12 mhwombat

Thanks for the report, but I have no idea what this means. I've seen some xcb warnings/errors show in the terminal after showing dialogs, but I have no idea if they are Qt issues or issues with how Textadept uses Qt. I don't have a Wayland display, so I cannot try to reproduce the warning.

orbitalquark avatar Dec 20 '22 02:12 orbitalquark

Hi, in my experience, the messages only appear when I'm in wayland, which is still too experimental in my production distro (Ubuntu 20.04). But yes, it may be an issue in the near future. When I upgrade from Ubuntu 20.04 to 22.04 in my production machine. I hope to be able to help,

/PA

On Tue, 20 Dec 2022 at 03:09, orbitalquark @.***> wrote:

Thanks for the report, but I have no idea what this means. I've seen some xcb warnings/errors show in the terminal after showing dialogs, but I have no idea if they are Qt issues or issues with how Textadept uses Qt. I don't have a Wayland display, so I cannot try to reproduce the warning.

— Reply to this email directly, view it on GitHub https://github.com/orbitalquark/textadept/issues/313#issuecomment-1358742693, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZKU4GHMC4M2BCAOIO4XS3WOEINDANCNFSM6AAAAAATDOZZXM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Fragen sind nicht da um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg Kreisler

Headaches with a Juju log: unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run a leader-deposed hook here, but we can't yet

paaguti avatar Dec 20 '22 06:12 paaguti