Let on-screen keyboards reach bar panels - #9757
Open
ekollof wants to merge 1 commit into
Open
Conversation
KeyboardPanel used ExclusionMode.Ignore, so the full-screen overlay covered an OSK exclusive zone. Taps on the keyboard hit dismissArea and closed wifi/bluetooth/etc. popdowns. Auto leaves those reserved bands clickable; OnDemand after the Exclusive prime still lets the pointer reach the OSK.
ekollof
force-pushed
the
fix/keyboard-panel-osk-exclusion
branch
from
September 3, 2026 10:03
69cb860 to
25380bb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #9756. Same class of bug as #9029, but in
Ui/KeyboardPanel.qml(wifi / bluetooth / every other bar popdown). #9135 only changes the menu.Problem
ExclusionMode.Ignorestretches the full-screen KeyboardPanel overlay over an on-screen keyboard's exclusive zone. The first OSK tap hitsdismissAreaand closes the panel, so a wifi passphrase never gets typed.KeyboardPanel already settles on
OnDemandafter a short Exclusive prime, so Exclusive pointer capture is not the lasting cause here — covering the exclusive zone is.Fix
ExclusionMode.Autoon the panel and the other-output dismiss twins. The Exclusive → OnDemand prime is unchanged so keyboard-summoned panels still take focus.Verification
bash test/shell.d/keyboard-panel-test.sh