]
Jan Richter closed JBDS-3696.
-----------------------------
This was fixes as part of JBDS-3788 I believe. Closing this issue as well.
Browse buttons should not respond when a file dialog is opened
--------------------------------------------------------------
Key: JBDS-3696
URL:
https://issues.jboss.org/browse/JBDS-3696
Project: Red Hat Developer Studio (DevStudio)
Issue Type: Bug
Components: platform-installer
Affects Versions: 9.1.0.CR1
Reporter: Jan Richter
Assignee: Denis Golovin
Labels: havoc, ui
Fix For: 10.0.0.GA
Clicking the 'Browse' buttons on confirm page opens a native file dialog. Once
open, the user can just navigate back to the main window and keep clicking those buttons.
What happens is - for every click a new dialog is queued up. Once the current one closes
the next one in the queue will open. We should not allow this kind of chaining - it is
fairly annoying.