mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-21 05:54:19 +08:00
When navigating the composer toolbar with arrow keys, you get stuck once you hit the headings button and arrow keys cease to work in either left/right direction. You get stuck here: <img width="595" height="58" alt="image" src="https://github.com/user-attachments/assets/cebc00a5-c629-488a-8716-6a9100e7b1b1" /> The issue was that DMenu captures keyboard commands looking for a `tab` and ignoring all other keys and this was breaking the parent handler watching for arrow keys. This will now pass other keys beyond tab back to the parent, so we can nav beyond headings in the toolbar. <img width="630" height="62" alt="image" src="https://github.com/user-attachments/assets/88d96979-0651-4744-8dd7-d2f2d8abe53b" /> I've added a test to check for this "stuck" state in the future. |
||
|---|---|---|
| .. | ||
| components | ||
| lib | ||
| modifiers | ||
| services | ||