Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
4.4.3
-
None
-
Windows Vista
-
dc9ce275be88e2c656f596d867be1db7f7dd3553
Description
The behavior for text eliding is that multiple lines are removed when a longer line above them are elided. I have attached an example screenshot of a multiline text field before and after eliding. It's a simple matrix, which is represented as a multi line string:
1.0000 0.0000 0.0000 0.0000
0.0000 1.0000 0.0000 0.0000
0.0000 0.0000 1.0000 0.0000
0.0000 0.0000 0.0000 1.0000
When this is truncated, it gets displayed as:
1.0000 0.0000 0.0000 0.0....
All of the lines below the first are removed. I have seen quite a few tickets that appear to reference this same behavior:
http://bugreports.qt.nokia.com/browse/QTBUG-2333
http://bugreports.qt.nokia.com/browse/QTBUG-238
http://bugreports.qt.nokia.com/browse/QTBUG-1564
http://qt.nokia.com/developer/task-tracker/index_html?method=entry&id=139334 (couldn't find the JIRA task for this)
Many of them state this was resolved in 4.3+, but I'm still getting this behavior in 4.4. It would be great if this bug could be rigorously verified as fixed and in which version this fix was made.
Attachments
Issue Links
- duplicates
-
QTBUG-14949 Wrong rendering of multi-line list items in QListWidget
- Closed
-
QTBUG-57891 QTreeWidget hides text until resized
- Closed
- replaces
-
QTBUG-1564 When a headerview that has multiline text gets elided then it loses the new lines instead of eliding each line independently
- Closed