]
Denis Golovin updated JBDS-3696:
--------------------------------
Fix Version/s: 4.1.4.GA
Browse buttons should not respond when a file dialog is opened
--------------------------------------------------------------
Key: JBDS-3696
URL:
https://issues.jboss.org/browse/JBDS-3696
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: installer
Affects Versions: 9.1.0.CR1
Reporter: Jan Richter
Assignee: Joshua Wilson
Labels: havoc, ui
Fix For: 4.1.4.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.