Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.1.0 Beta 1
-
None
-
Mac OS X 10.8.3, Qt 5.1.0 test package of May 31.
-
e67d67d0ad0c5c4549047f13be1999c65a9efb42
Description
Found a few glitches in the Qt Quick Controls - Text Editor Example:
1) If cursor in top line, the alignment buttons in the toolbar work, but do not get marked as selected. (If e.g. click on "right align"-button, the "QTextEdit" text get aligned to the right, but the "left align"-button is still selected.
If cursor is positioned further down in the text, this works as expected.
2) Cut, Copy and Paste does not work at all (not from menu, toolbar, nor with shortcuts). Debug output however reads "Ctrl C pressed - in action..." when try to copy. No output for the Cut or Past actions.
3) When I change the font size the word before the cursor changes font size, even though there is space between the word and the cursor.
4) The text goes under the scrollbar. (Especially noticeable when the text is right aligned.
5) When click on any of the heading (e.g. "Font and Paragraph Styles"), the font size in the combo box disappears ("qrc:/qml/main.qml:232: Error: Cannot assign QString to int")
6) Should there be tooltips? (if yes, they are not working.. )
Attachments
Issue Links
- depends on
-
QTBUG-31537 TextArea: the scrollbar doesn't work well when show scroll bars automatically on Mac
- Closed
- relates to
-
QTBUG-31784 Text Editor example's text selection is broken
- Closed
- replaces
-
QTBUG-31316 Text example: double clicking in a text paragraph update the size font
- Closed