Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.4.0 Alpha
-
None
-
iPad-3, iOS-7.1, Xcode 6.01 at Mac OS 10.9.5
QtCreator-5.2.0
Description
Reproduced for Qt-5.4 from git dd October 12, 2014
QTextEdit, QLineEdit, QPlainTextEdit, etc.
are lacking standard iOS behavior with
standard for iOS UIMenuController menu
appearing when a word in text is tapped
(menu with "Select", "Select All", "Paste"...)
Steps to reproduce:
1. iOS-7.1 iPad-3;
2. Qt-5.4 taken from git October 12, 2014
configured as:
./configure -v -prefix /Users/robert/dev/qt-5.4-1210-ipad -xplatform macx-ios-clang -sdk iphoneos -debug-and-release -opensource -confirm-license -static -nomake tests -nomake examples -skip qttranslations -skip qtenginio -skip qtwebsockets -skip qtwebkit -skip qtserialport -skip qtwebkit-examples -skip multimedia -openssl-linked -I/Users/robert/dev/openssl-1.0.1g/include -L/Users/robert/dev/openssl-ios-arm -lcrypto -lssl
and built by make; make install
3. Qt-stock example textedit from ./examples/widgets/richtext/
4. Compile and run the example;
5. Touch the text and observe no standard UIMenuController menu
Am I missing some configuration or input flags in the example
are wrong?