This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
Recipe
- Debug > Open Preferences File
- Edit a defined preference to have an invalid value, such as:
"tabSize": { line: 0, ch: 0 },
- Important: leave focus in editor
- Ctrl+S (to save file) and F5 (to Reload Brackets)
Result
Modal Error Reading Preferences dialog is displayed, but focus is still in document and it's editable!
Expected
Dialog creates the illusion of modality. You can see this by clicking on dialog (without dismissing it) -- focus cannot be returned to document at this point.