"enter pin" popup + other popups: imperfection #24267
Replies: 1 comment
-
Mainly fixed in #24324 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Assume we are requested to input a pincode:

In this case a keypad is numerical since

showEnterCodeDialog
is withcodeFormat: "number"
.But it could be a text-input in some cases (may be not related to alarm_control_panel) - like in this synthetic example:
But anyway - assume a user got ANY picode popup & start typing on a keyboard WITHOUT placing a cursor into an input-box.
The user may press "hotkeys" & get these looks:
Although the pincode popup is "topmost" - it does not get a "mouse input", a below popup should be closed first.
Is it possible to BLOCK any popups called by shortcuts while the pincode popup is shown?
Beta Was this translation helpful? Give feedback.
All reactions