Skip to content
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

Prevent trust dialogs from being hidden behind the application window #351

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

merks
Copy link
Contributor

@merks merks commented Oct 12, 2023

Use SWT.ON_TOP for the shell in order to keep the dialogs visible, because generally the user cannot proceed with their activity (update/install) until the dialog is completed.

A modal dialog is avoided because these dialogs are asynchronously opened from a background job, which blocks, so there is no knowing what UI activity might currently be under way.

eclipse-oomph/oomph#11

Use SWT.ON_TOP for the shell in order to keep the dialogs visible,
because generally the user cannot proceed with their activity
(update/install) until the dialog is completed.

A modal dialog is avoided because these dialogs are asynchronously
opened from a background job, which blocks, so there is no knowing what
UI activity might currently be under way.

eclipse-oomph/oomph#11
@github-actions
Copy link

Test Results

       9 files  ±0         9 suites  ±0   32m 45s ⏱️ - 9m 6s
2 177 tests ±0  2 173 ✔️ ±0    4 💤 ±0  0 ±0 
6 621 runs  ±0  6 610 ✔️ ±0  11 💤 ±0  0 ±0 

Results for commit 2b1bbe6. ± Comparison against base commit 48e7f27.

@merks merks merged commit bc8eb82 into eclipse-equinox:master Oct 12, 2023
9 checks passed
@merks merks deleted the pr-trust-dialogs-on-top branch October 12, 2023 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant