mozilla / tofino

Project Tofino is a browser interaction experiment.
https://mozilla.github.io/tofino
Apache License 2.0
649 stars 67 forks source link

Track focused element in browser chrome #118

Closed jsantell closed 8 years ago

jsantell commented 8 years ago

Right now, we can use the document global to check the active element, but this complicates things. We can put it in our app state, but that seems to mean a lot of app changes for something that'll happen often.

Initial discussion: https://github.com/mozilla/tofino/pull/99/files#r59585950

jsantell commented 8 years ago

This issue is no longer relevant I believe. Please reopen if you feel otherwise.