-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.9.1
-
None
-
MacOS Sequoia 15.5
This appears to be the same (unresolved) bug QTBUG-3866 from 16 years ago.
The following HTML is rendered incorrectly by QTextBrowser:
left aligned 1
<div align="center">centered</div>
<br></br>
left aligned 2
Text "left aligned 2" is centered which it should not be. I guess the alignment in <div> is still active when it should revert to left alignment.
The above renders fine in a browser.
Demo project attached.