Comment 10 for bug 1234982

Revision history for this message
Zsombor Egri (zsombi) wrote :

The behavior the toolkit will provide is thst whenever an active component is tapped/clicked, the OSK will be taken away. This will also apply on PickerPanel, when PickerPanel opens, the OSK will be hidden.

An active component is considered to be one that handles mouse/touch events, or at least implements deriving or using AbstractButton.

OSK will not be hidden by the toolkit when an inactive area is tapped/clicked. Such situations must be handled by the applications themselves if needed.