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
Reported by aliminator on 2012-06-13 15:43
When using NVDA (both portable or installed) it is possible to explore the screen although the system is locked.
In some cases, it was even possible to click on some elements.
In that scenario, navigation commands such as NextObjectInSameHierarchy etc. have been assigned to the keys of a braille display.
If there is a script handler executing those commands it should check whether the system is locke rather than catching specific keys such as the numlock key strokes.
The text was updated successfully, but these errors were encountered:
Comment 1 by jteh on 2012-06-13 17:12
The correct solution is to suspend braille on secure desktops, though we may need to come up with an interim solution. See also #2315.
Changes:
Milestone changed from None to 2012.3
Comment 2 by aliminator on 2012-06-18 07:40
Maybe suspending braille on secure desktops can be implemented as unloading the braille display driver when it becomes active and then reload the driver again when secure desktop is left.
However, this issue doesn't seem to be resolved when NVDA is active (with general system settings) on secure desktops. Hence, it might be necessary to check the current environment (secure desktop etc.) and then trigger execution of the object navigation scripts. Maybe this should be extended to other scripts which should not be executed in secure desktops.
Comment 3 by jteh (in reply to comment 2) on 2012-06-18 07:49
Replying to aliminator:
However, this issue doesn't seem to be resolved when NVDA is active (with general system settings) on secure desktops. Hence, it might be necessary to check the current environment (secure desktop etc.) and then trigger execution of the object navigation scripts.
It isn't resolved because the secure desktop copy of NVDA can't access the braille display unless the main copy releases it. If the main copy suspends braille as it should, you won't be able to perform object navigation via the main copy.
Comment 5 by jteh on 2012-08-01 05:21
Fixed in 32ec953. This doesn't suspend braille as I suggested, but it does solve the security problem by putting NVDA in sleep mode while a secure desktop is active.
Changes:
State: closed
Reported by aliminator on 2012-06-13 15:43
When using NVDA (both portable or installed) it is possible to explore the screen although the system is locked.
In some cases, it was even possible to click on some elements.
In that scenario, navigation commands such as NextObjectInSameHierarchy etc. have been assigned to the keys of a braille display.
If there is a script handler executing those commands it should check whether the system is locke rather than catching specific keys such as the numlock key strokes.
The text was updated successfully, but these errors were encountered: