MantisBT - Doomseeker
View Issue Details
0004574DoomseekerUIpublic2025-11-12 02:062025-11-15 12:22
BLOODWOLF 
Zalewa 
normalminoralways
needs testingopen 
DesktopWindows10
1.5.2 
1.5.3 
0004574: Create game dialog is sent behind server window when moving mouse
Doomseeker 1.5.2-251109-1618

Launch doomseeker
click the create game toolbar button
as you move your mouse over to the create game pop-up window it gets sent behind the doomseeker server list window
`Zalewa — 6:00 AM
Caused by this change:'https://bitbucket.org/Doomseeker/doomseeker/commits/ebf8a099c544f73decee0abf829a9bed70013ee0 [^]'
Yes, it's best to post this on the tracker.`
No tags attached.
related to 0004444resolved Zalewa Qt 6: QObject::connect warning spam when hovering over servers 
Issue History
2025-11-12 02:06BLOODWOLFNew Issue
2025-11-12 12:16ZalewaAssigned To => Zalewa
2025-11-12 12:16ZalewaStatusnew => assigned
2025-11-12 12:17ZalewaProduct Version1.5.1 => 1.5.2
2025-11-12 20:52ZalewaRelationship addedrelated to 0004444
2025-11-12 20:53ZalewaNote Added: 0024655
2025-11-12 22:15ZalewaNote Edited: 0024655bug_revision_view_page.php?bugnote_id=24655#r14617
2025-11-12 22:16ZalewaNote Edited: 0024655bug_revision_view_page.php?bugnote_id=24655#r14618
2025-11-13 13:20ZalewaNote Added: 0024656
2025-11-13 13:20ZalewaStatusassigned => needs testing
2025-11-13 22:41Blzut3Note Added: 0024657
2025-11-14 00:24ZalewaNote Added: 0024658
2025-11-14 00:25ZalewaNote Edited: 0024656bug_revision_view_page.php?bugnote_id=24656#r14620
2025-11-14 00:26ZalewaNote Edited: 0024658bug_revision_view_page.php?bugnote_id=24658#r14622
2025-11-14 03:11Blzut3Note Added: 0024659
2025-11-15 12:21ZalewaNote Added: 0024660
2025-11-15 12:22ZalewaTarget Version => 1.5.3

Notes
(0024655)
Zalewa   
2025-11-12 20:53   
(edited on: 2025-11-12 22:16)
I compiled against Qt 6.10 and Qt 6.10 is free of this problem, but it's not free of other problems that do not exist in Qt 5.7.
'https://www.youtube.com/watch?v=1KzaGs_hvXA [^]'

EDIT: I also compiled against Qt 6.9.3 and it's free of both Qt 5.7 and Qt 6.10 problems, yay!

(0024656)
Zalewa   
2025-11-13 13:20   
(edited on: 2025-11-14 00:25)
An update with the fix for this problem is available on the beta auto-update channel.

'https://bitbucket.org/Doomseeker/doomseeker/commits/bb5b4aaa17776cba0c27c32cd83099428daa6e5f [^]'

(0024657)
Blzut3   
2025-11-13 22:41   
Since you said Qt6 is free of the problem, shouldn't #if condition be both Qt5 and Windows?
(0024658)
Zalewa   
2025-11-14 00:24   
(edited on: 2025-11-14 00:26)
Maybe, but I don't see any problems with a `nullptr` QWidget in either Qt version on Windows, i.e., Windows is not affected by 0004444. The documentation for this parameter isn't very informative and it doesn't really say how it affects the behavior even if the associated `rect` parameter is used.

'https://doc.qt.io/qt-6/qtooltip.html#showText [^]'

(0024659)
Blzut3   
2025-11-14 03:11   
Sure, but in general the less preprocessor the better. Marking this as Qt5 only means we can go back to having a conditional compilation free code path when Qt5 is inevitably dropped. Unless you feel particularly strongly about it.
(0024660)
Zalewa   
2025-11-15 12:21   
You got the point 'https://bitbucket.org/Doomseeker/doomseeker/commits/1fea07ab43c44315d8876b890cd865da6b2b0d45 [^]'