aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/virtualkeyboard/content/InputPanel.qml13
1 files changed, 3 insertions, 10 deletions
diff --git a/src/virtualkeyboard/content/InputPanel.qml b/src/virtualkeyboard/content/InputPanel.qml
index 89a60e38..6f1314d8 100644
--- a/src/virtualkeyboard/content/InputPanel.qml
+++ b/src/virtualkeyboard/content/InputPanel.qml
@@ -49,16 +49,9 @@ import QtQuick.VirtualKeyboard
\c qtvirtualkeyboard before using InputPanel. For more information, see
\l {Loading the Plugin}.
- \note You can have only one InputPanel instance in your application.
-
- \section2 InputPanel and modal dialogs
-
- Qt prevents modal popups from blocking the keyboard UI, as this would make it
- impossible to use the keyboard to write into a text field within a modal popup.
- When an input field receives focus during a modal session, the InputPanel item is
- made a sibling of the Overlay, and given a z-value one above the Overlay's so that
- it stays on top of the user interface. When the modal session ends, the item is
- reparented back to the original parent, and the z-value is restored.
+ \note You can have only one InputPanel instance in your application. The panel
+ will not be blocked by modal dialogs, but it can be obscured by items with a higher
+ \l {Item::}{z} value.
*/
Item {