mirror of https://github.com/zulip/zulip.git
1806c390c1
What was happening: * Focus being in the search input text box made Up/Down be handled by the browser and move the cursor. This is default browser behavior, and not useful to us (you can use home/end for the same goal, but also one just doesn't put much text in that input given the pills system). * We probably don't want to push keyboard focus out of the search box after completing a search, since that would make it annoying to type a new search term or whatnot. The fix is to just make the existing Up/Down keyboard handler apply even if the search input is focused. More context here: https://chat.zulip.org/#narrow/stream/9-issues/topic/Can't.20navigate.20search.20results.20using.20the.20keyboard.20.2331291/near/1913535 |
||
---|---|---|
.. | ||
e2e-tests | ||
generated | ||
html | ||
images | ||
server | ||
shared | ||
src | ||
styles | ||
templates | ||
tests | ||
third | ||
.browserslistrc | ||
.gitignore | ||
babel.config.js | ||
debug-require-webpack-plugin.ts | ||
debug-require.js | ||
postcss.config.js | ||
webpack.assets.json | ||
webpack.config.ts | ||
webpack.dev-assets.json |