-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dialog focus management #1626
Comments
IMO, Eclipse has nothing to do with it. It is indeed a job of window manager and they define if a new window should receive a focus. Most modern desktop environment decided not to move focus without explicit user request. Please add name and version of your desktop environment and actual steps to reproduce the problem (current description lacks the type, timing and source of a dialog). |
Hello.
Only SWT (as eclipse) application work like this. All other app do not have this problem.
For information, i use KDE5 (plasma/X11) on debian12. The focus follow the mouse.
The step to reproduce. It's simple.
- Open 2 eclipse window with some overlap. mouse the mouse from one window to other. when the mouse pass on the other window, this window move forward.
- Open eclipse window on desktop 2. Start one action like "git compare". Move to desktop 1. When the dialog appears, the desktop change to desktop 2 without user action.
…On 11/27/24 22:21, Vasili Gulevich wrote:
IMO, Eclipse has nothing to do with it. It is indeed a job of window manager and they define if a new window should receive a focus. Most modern desktop environment decided not to move focus without explicit user request.
Please add name and version of your desktop environment and actual steps to reproduce the problem (current description lacks the type, timing and source of a dialog).
—
Reply to this email directly, view it on GitHub <#1626 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AZX6BZ55WZJV3KXBGZULN3D2CYZVRAVCNFSM6AAAAABSSYYWPGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBUG44DOMBQGU>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
When a dialog from eclipse appears, the screen switch to eclipse while i am writing in other application (A) on an other screen. This make losing my work on (A).
There's no reason for eclipse to acquire the focus to display a dialog box or no other reason. This is the role of the window manager.
regards.
The text was updated successfully, but these errors were encountered: