mdbook/tests
Eric Huss c5c31bb9f5 Fix global keypress handler with the ACE editor
This fixes an issue where pressing `?` inside the ACE editor was opening
the help popup. The solution here is to ensure that the global keypress
handler works the same as the one used in the search handler.

Fortunately other keypresses like left and right were working OK because
ACE was doing something like stopPropagation (I'm not sure exactly).

Fixes https://github.com/rust-lang/mdBook/issues/3064
2026-05-04 11:48:41 -07:00
..
gui Fix global keypress handler with the ACE editor 2026-05-04 11:48:41 -07:00
testsuite Improve error message for invalid Font Awesome icons 2026-02-24 08:58:05 -05:00