zulip/zephyr
Luke Faraone e9ee6e365a Only allow hotkeys when not focused on input/textarea/button elements.
Here we bind to the focus and blur events to keep track of when elements
we care about are in focus. Elsewhere, we test whether hotkeys are allowed
before... using hotkeys.

(imported from commit 50f8f8cb4874209411db59512f77c8dd33d837f5)
2012-08-30 17:45:05 -04:00
..
management Use named parameters to condense some of the new ORM object creation code. 2012-08-30 17:17:59 -04:00
static Only allow hotkeys when not focused on input/textarea/button elements. 2012-08-30 17:45:05 -04:00
__init__.py Initial Django commit: basic account, zephyr stream, narrowing, etc. 2012-08-28 12:44:51 -04:00
decorator.py Implement long polling using Tornado. 2012-08-30 14:29:34 -04:00
forms.py Initial Django commit: basic account, zephyr stream, narrowing, etc. 2012-08-28 12:44:51 -04:00
models.py Remove stray print statements :-( 2012-08-30 17:40:30 -04:00
tests.py Initial Django commit: basic account, zephyr stream, narrowing, etc. 2012-08-28 12:44:51 -04:00
views.py Fix a bug (using the wrong id) when filtering subscriptions. 2012-08-30 17:17:59 -04:00