zulip/web
evykassirer 1806c390c1 search: Navigate results with up/down when input is focused.
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
2024-08-13 19:09:20 -07:00
..
e2e-tests search: Empty input on open, and show current narrow search suggestions. 2024-07-19 16:55:09 -07:00
generated
html 5xx: Remove duplicate `error_page` class applied on page. 2024-07-03 13:35:12 -07:00
images thumbnail: Show the right spinner based on dark/light mode. 2024-07-21 18:41:59 -07:00
server katex_server: Fix implicit use of any. 2024-05-04 18:53:34 -07:00
shared send_later_popover: Update calendar days icon. 2024-07-19 14:13:12 -07:00
src search: Navigate results with up/down when input is focused. 2024-08-13 19:09:20 -07:00
styles typeahead: Change color for the right hand side option label. 2024-08-13 18:28:32 -07:00
templates right_sidebar: Refactor user search to match left sidebar approach. 2024-08-13 08:55:31 -07:00
tests echo: Fix incorrect check for message `topic`. 2024-08-13 09:37:35 -07:00
third bootstrap: Remove legacy `nav nav-list` classes and related CSS. 2024-07-15 10:00:22 -07:00
.browserslistrc
.gitignore
babel.config.js dependencies: Upgrade JavaScript dependencies. 2024-04-25 16:46:03 -07:00
debug-require-webpack-plugin.ts tsconfig: Enable exactOptionalPropertyTypes. 2024-05-16 08:58:20 -07:00
debug-require.js
postcss.config.js eslint: Fix unicorn/no-anonymous-default-export. 2024-04-25 16:46:03 -07:00
webpack.assets.json support: Set discounted price instead percentage for customers. 2024-05-16 02:18:43 -07:00
webpack.config.ts static: Only run CompressionPlugin in production. 2024-08-13 09:01:06 -07:00
webpack.dev-assets.json