mdbook/tests/gui
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
..
books Add a test for global keypress with ACE editor focused 2026-04-27 15:32:09 -07:00
editor-keypress.goml Fix global keypress handler with the ACE editor 2026-05-04 11:48:41 -07:00
heading-nav-collapsed.goml Try to make heading-nav-collapsed test more reliable 2026-04-20 17:07:56 -07:00
heading-nav-current-to-bottom.goml Move heading-nav gui tests to a dedicated book 2025-10-15 07:00:35 -07:00
heading-nav-empty.goml Move heading-nav gui tests to a dedicated book 2025-10-15 07:00:35 -07:00
heading-nav-filter.goml Fix avoiding the mark header in the sidebar nav 2025-10-21 17:19:00 -07:00
heading-nav-folded.goml Fix heading nav with folded chapters 2025-10-20 17:31:40 -07:00
heading-nav-large-intro.goml Fix heading nav with folded chapters 2025-10-20 17:31:40 -07:00
heading-nav-markup.goml Fix heading nav with folded chapters 2025-10-20 17:31:40 -07:00
heading-nav-normal-intro.goml Fix heading nav with folded chapters 2025-10-20 17:31:40 -07:00
heading-nav-unusual-levels.goml Rework the look of the header navigation 2025-10-21 16:06:17 -07:00
help.goml Add a basic book for GUI tests 2025-10-15 07:00:35 -07:00
highlighting.goml Add a syntax-highlighting GUI test 2025-10-15 07:00:35 -07:00
move-between-pages.goml Harden move-between-pages and sidebar-scroll tests 2026-04-20 17:16:16 -07:00
redirect.goml Move redirect gui tests to its own book 2025-10-15 07:00:35 -07:00
runner.rs Simplify GUI runner 2025-10-15 14:05:23 -07:00
search.goml Add a gui test book for search 2025-10-15 07:00:35 -07:00
shadow-dom.goml Add a test for global keypress with shadow-dom elements 2026-04-27 15:31:04 -07:00
sidebar-active.goml fix(gui): use class selectors for sidebar-scrollbox in GUI tests 2026-03-16 14:17:54 -05:00
sidebar-nojs.goml Add a basic book for GUI tests 2025-10-15 07:00:35 -07:00
sidebar-scroll.goml Harden move-between-pages and sidebar-scroll tests 2026-04-20 17:16:16 -07:00
sidebar.goml Add a general-purpose summary GUI book 2025-10-15 07:00:35 -07:00
theme.goml Add a general-purpose summary GUI book 2025-10-15 07:00:35 -07:00