You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you open the Extension Manager dialog, you can't close Brackets with Alt+F4 or the X in the top right. The X has a hover state, but it can't be activated. The Minimize and Restore buttons work as expected though.
The text was updated successfully, but these errors were encountered:
This is by design on all platforms. The extension manager and other dialogs are modal dialogs, and modal dialogs, by definition, prevent other actions from occurring, such as closing the program.
Comment by stowball Friday Apr 24, 2015 at 19:30 GMT
If it's by design, then the X shouldn't have a hover state, because that's a confusing user experience. I'd also argue that none of the menus should be focusable/clickable because they don't actually do anything when the modal is open.
Issue by stowball
Friday Apr 24, 2015 at 12:28 GMT
Originally opened as adobe/brackets#10999
When you open the Extension Manager dialog, you can't close Brackets with Alt+F4 or the X in the top right. The X has a hover state, but it can't be activated. The Minimize and Restore buttons work as expected though.
The text was updated successfully, but these errors were encountered: