Community
Participate
Working Groups
Build Identifier: In org.eclipse.ui.internal.operations.TimeTriggeredProgressMonitorDialog, 'dialogOpened' is only set to true in 'checkTicking()'. If 'dialog.open()' is called directly, 'dialogOpened' remains false, and 'checkTicking()' might call 'open()' again. In our use case, we have a credential dialog on the top of TimeTriggeredProgressMonitorDialog. Before we open the credential dialog, we will check if the TimeTriggeredProgressMonitorDialog is open. If not, call 'dialog.open()' to open it. The symptom of 'open()' being called twice is: after credential dialog is open on the top of progress dialog, progress dialog 'open()' is called again and grab the focus in the back. User's activity on the credential dialog might be interrupted. Reproducible: Always
Created attachment 191259 [details] Proposed Change Proposed changes, but not in patch format.
Created attachment 191260 [details] Proposed changes Not sure how to delete the first attachment. But this one is better.
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. If the bug is still relevant please remove the stalebug whiteboard tag.