-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Focus lost when switching editors #1782
Comments
Pretty sure this is a regression. Marking medium pri. |
Changing to high priority. It's easy to get Brackets in a bad state after this. For example, after step 4, if you switch out of the app and back into it, sometimes Brackets will switch to showing the previous file, but won't properly update the selected item or the title. (If you have trouble reproing that, let me know and I'll try to find specific steps.) It looks like this broke in 75e4e90. @jasonsanjose, can you take a look? |
I worry there may be other regressions related to that change -- I think we have a lot of code that assumes editor switches happen synchronously (i.e. DocumentManager probably assumes that EditorManager is done updating after it's done handling currentDocumentChanged). Just for the record (since NJ & I were out), the relevant changes seem to be pulls #1765 & #1766. |
I'm seeing a bunch of other weird glitches that I think are related:
|
FBNC @njx |
Looks good at a first glance. Will keep an eye on it as I use Brackets over the next few days. |
Result: nothing happens, even though the cursor is blinking. Have to click into the editor in order to set focus before pasting.
The text was updated successfully, but these errors were encountered: