Details
-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
4.2.2, 4.6.2
-
None
Description
Sending a custom link to a QTexBrowser, clicking it, and then append a line of PlainText, the new line of plain text will be underlined and all further lines added to the QTextBrowser are also underlined.
Note: A simple workaround is to call browser->moveCursor(QTextCursor::End); before calling append().