Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.9.0 RC
-
None
Description
MacOS 15.3.2
Qt Creator 16.0.0
RPi4 with Qt 6.9.0RC2
Steps to reproduce:
- Open sample application with TextArea.
- Type some text into the textarea.
- Select a portion of the text.
- Right-click to open the context menu.
- Choose an action (e.g., Copy the selected text).
- Keep the text selected and right-click again to open the context menu.
- Choose another action (e.g., Delete or Cut).
- Observe that the action is not applied, and the selected text remains unchanged.
Sample app:
import QtQuick import QtQuick.ControlsWindow { width: 640 height: 480 visible: true title: qsTr("Hello World") TextArea { text: qsTr("TextArea\n...\n...\n...") } }
Note: It's not reproducible on desktop (both macOS and Linux) and also does not happen with TextField.
Attachments
Issue Links
- relates to
-
QTQAINFRA-7024 Qt Test Attack - 03, 2025
-
- Open
-