Hello!
I have in my code this:
ui->text_browser->append("ABCDEFGHIJKLMNOPQRSTUVWXYZABCABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZ");
ui->text_browser->append("ABCDEFGHIJKLMNOPQRSTUVWXYZABCABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZ");
To copy to clipboard, switch view to plain text mode
and it results into this:

As you can see, even if I've checked to scroll horizontally when this should be done, the above long string goes below and occupies 3 whole lines, while it should take only 1 which could scroll. Bottom horizontal scrollback never appears.
Even if I select the horizontal scrollbar to be always present, it does nothing, same result with a scrollback in the bottom:

Am I missing something or this is a bug?
Bookmarks