qt6-bb10/tests/auto/widgets/widgets/qtextbrowser
Piotr Mikolajczyk c80f262258 Android: Add select and copy capability to read-only text widgets
In case of a read-only text editing widget it was imposibble to copy text
from it. In QtWidgets you could not even see the selection handless.
Text selection in QtWidgets module was filtered depending on readOnly
property of the widget. Additionally, in InputMethod the read-only state
was translated into disabled.

Patch also makes the edit menu to be aware of the read-only status of
the control - the menu items are different for rw and ro controls.

Task-number: QTBUG-91417
Change-Id: Ic7b27f78678eeaa87a38607af787f254db1383b8
Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
2021-03-30 10:35:59 +02:00
..
subdir
.gitignore
BLACKLIST Android: blacklist a list of failing tests for android 2020-11-04 12:27:49 +02:00
CMakeLists.txt CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
anchor.html
bigpage.html
firstpage.html
heading.html Overload QTextBrowser::setSource() to add optional type argument 2019-06-20 20:29:15 +02:00
markdown.md QTextBrowser: detect and load markdown rather than assuming HTML 2019-05-30 16:37:23 +00:00
markdown.really Overload QTextBrowser::setSource() to add optional type argument 2019-06-20 20:29:15 +02:00
pagewithbg.html
pagewithimage.html
pagewithoutbg.html
qtextbrowser.html
quotesAndFractions.md QTextBrowser: assume Markdown is UTF-8 2019-07-08 07:25:35 +02:00
secondpage.html
thirdpage.html
tst_qtextbrowser.cpp Android: Add select and copy capability to read-only text widgets 2021-03-30 10:35:59 +02:00