brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Focus Management problems #299

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by jlondon Tuesday Feb 21, 2012 at 19:50 GMT Originally opened as https://github.com/adobe/brackets/issues/301


Currently we have code in a lot of places that manually returns focus to the editor after various operations. This causes bugs whenever one of these operations is invoked while the focus is not in the main editor. For example:

We might instead want to have a central focus manager that makes sure focus doesn't arbitrarily go away from the editor. Then all our individual operations won't be trying to "correct" the focus location all the time.

Another alternative: many web browsers have (nonstandard) APIs for marking sections of the UI as non-focusable, or at least as not grabbing focus upon mousedown. If we use those APIs well enough, we may not need any sort of focus manager at all.

core-ai-bot commented 3 years ago

Comment by peterflynn Tuesday Feb 28, 2012 at 19:31 GMT


Per discussion in today's architecture meeting, I'm changing this from an architecture item to a standard bug with the "to user story" flag.

core-ai-bot commented 3 years ago

Comment by jlondon Friday Mar 09, 2012 at 05:09 GMT


Moved to Backlog - closing

core-ai-bot commented 3 years ago

Comment by peterflynn Wednesday Sep 05, 2012 at 21:14 GMT


See user story 404