Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.3.0 RC1
-
None
Description
This was found when testing the Qt 5.3.0 RC1 snapshot from April 30th. I ran the "Secure Socket Client" example and entered "signin.ebay.com" as the host name and "443" as the port. When I was done, I had the following warnings in my console:
W/Qt (18348): text\qtextcursor.cpp:1157 (void QTextCursor::setPosition(int, QTextCursor::MoveMode)): QTextCursor::setPosition: Position '1' out of range W/Qt (18348): text\qtextcursor.cpp:1157 (void QTextCursor::setPosition(int, QTextCursor::MoveMode)): QTextCursor::setPosition: Position '229' out of range W/Qt (18348): text\qtextcursor.cpp:1157 (void QTextCursor::setPosition(int, QTextCursor::MoveMode)): QTextCursor::setPosition: Position '1' out of range
Note that I did not notice any other symptoms, so it seems harmless.
Attachments
Issue Links
- is replaced by
-
QTBUG-38178 [REG 4->5.3] "QTextCursor::setPosition: Position '...' out of range" warnings when setting rich text with word wrap on QLabel
- Reported