Skip to content

Fix Ctrl+L page selector focus in fullscreen - #728

Closed
oliviasch wants to merge 1 commit into
linuxmint:masterfrom
oliviasch:668
Closed

Fix Ctrl+L page selector focus in fullscreen#728
oliviasch wants to merge 1 commit into
linuxmint:masterfrom
oliviasch:668

Conversation

@oliviasch

@oliviasch oliviasch commented Sep 6, 2026

Copy link
Copy Markdown

When in fullscreen, Ctrl+L never focuses the page selector toolbar entry, so the typed page number is ignored and pressing Enter advances to the next page.

In fullscreen the toolbar reveal expression was gated with && !fullscreen, so the revealer never opened and the unmapped page entry could not receive focus. The reveal now opens in fullscreen when the toolbar is raised, and the focus grab is deferred until the revealer has shown the child so it lands after the 175ms slide-in transition.

Fixes #668

ps - Am a first time open-source contributor! Apologies if this is not the proper workflow :)

@oliviasch oliviasch closed this by deleting the head repository Sep 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CTRL-L does not work when in fullscreen

1 participant