Bug 452116 - Prompts don't get focus
Summary: Prompts don't get focus
Status: REPORTED
Alias: None
Product: kstars
Classification: Applications
Component: general (show other bugs)
Version: 3.5.8
Platform: macOS (DMG) macOS
: NOR normal
Target Milestone: ---
Assignee: Rob
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-31 14:44 UTC by Jon Bryan
Modified: 2022-06-05 15:37 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Bryan 2022-03-31 14:44:21 UTC
SUMMARY
***
Pop-up prompts come up behind the Ekos window.  Hard to respond to something you can't see.  It happens for everything, including submitting this bug report.
***


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Rob 2022-06-05 15:37:05 UTC
This is a long existing annoyance on MacOS.  Basically the problem is that QT on MacOS doesn't have the same parent - child window behavior as the other operating systems.  When I first ported KStars to the Mac, all the windows such as Ekos and other dialogs, would disappear behind the star map if you clicked on the star map since they were all independent windows.  I was able to fix some of them by making them "tool windows" but not all of them.  Some of them still disappeared behind the starmap.  So I had to make all windows we want in front of the starmap "always on top" so they don't disappear.  The drawback to that is that they can appear in front of dialogs.  So it is trading one issue for another.  But moving a small window to get to a dialog is much less difficult than the whole starmap.