zulip/zephyr/static/js
Tim Abbott 71d87499d8 Fix bug where hotkeys would still work in the compose box.
Just for the record, here's what happened:

If you click on a class message to start a reply, then click outside
to unfocus, then click on a huddle message to reply to that instead,
the system would end up calling the focus handler twice and _then_ the
unfocus handler once (why are we unfocusing something?  Because we
have two compose windows -- new_zephyr and new_personal_zephyr, and
we're switching between them).  the end result is that we'd re-enable
hotkeys with that unfocus handler.

Fix this by being sure to explicitly disable hotkeys after we setup a
reply to a message.

(imported from commit a7735d9a63f0c3c9f6c12d94e8bb107bf3675f44)
2012-10-05 16:38:09 -04:00
..
common.js Drop JSLint directives 2012-10-04 11:04:25 -04:00
compose.js Drop JSLint directives 2012-10-04 11:04:25 -04:00
debug.js Allow console.log in debug.js 2012-10-04 12:36:59 -04:00
dom_access.js Drop JSLint directives 2012-10-04 11:04:25 -04:00
hotkey.js Make extra room when you press down on the last message. 2012-10-05 16:32:47 -04:00
narrow.js Remove dead code. 2012-10-04 15:47:20 -04:00
setup.js Drop JSLint directives 2012-10-04 11:04:25 -04:00
signup.js Remove errant console.log. 2012-10-04 13:33:59 -04:00
subscribe.js Drop JSLint directives 2012-10-04 11:04:25 -04:00
ui.js Fix bug where hotkeys would still work in the compose box. 2012-10-05 16:38:09 -04:00
zephyr.js Display the date when either it or the recipient changes. 2012-10-05 15:44:15 -04:00