mdbook/crates
Eric Huss 4fb647c760 Fix global keypress handling with shadow DOM elements
This fixes an issue where global keypresses were being caught when they
shouldn't when there is a shadow DOM element with focus. This can happen
if the user has included their own extensions. Arguably the extension
should do a stopPropagation, but they don't always do that. I think this
is relatively safe way to approach this.

Fixes https://github.com/rust-lang/mdBook/issues/2507
2026-05-04 11:51:32 -07:00
..
mdbook-compare mdbook-compare: fix duplicate "diff" print 2025-10-29 19:45:22 -07:00
mdbook-core Update to 0.5.2 2025-12-11 11:40:27 -08:00
mdbook-driver Update to 0.5.2 2025-12-11 11:40:27 -08:00
mdbook-html Fix global keypress handling with shadow DOM elements 2026-05-04 11:51:32 -07:00
mdbook-markdown Update to 0.5.2 2025-12-11 11:40:27 -08:00
mdbook-preprocessor Update to 0.5.2 2025-12-11 11:40:27 -08:00
mdbook-renderer Update to 0.5.2 2025-12-11 11:40:27 -08:00
mdbook-summary Update to 0.5.2 2025-12-11 11:40:27 -08:00
xtask Fix incorrect string formatting in xtask error message 2025-10-15 06:57:39 -07:00