mirror of https://github.com/zulip/zulip.git
0d20a20b07
Previously, our dropdown list widget was lacking several keyUp/keyDown keyboard focus events due to which the user couldn't shift the focus from the dropdown item to it's search input. This commit essentially binds several additional keyboard events by defining a `dropdown_focus_events` function which helps in enhancing our keyboard focus events. Due to the above changes, it removes the custom event binded to dropdown list widget because of which we fallback to our deprecated keydown event handler functions present in /third/bootstrap. |
||
---|---|---|
.. | ||
assets | ||
audio | ||
generated | ||
html | ||
images | ||
js | ||
shared | ||
styles | ||
templates | ||
third | ||
.gitignore |