You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case a keypad is numerical since showEnterCodeDialog is with codeFormat: "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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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