Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
4.8.5, 5.1.1
-
Windows 7
-
35579f6fe73edcc61a266ba16d25d6c97f1dd225 (qtbase)
Description
QTextBrowser doesn't show html content correctly. At least not similar than Qt3TextBrowser or Webview. So it's somekind of regression from Qt3.
Used html tags are listed in Qt documentation so those should be supported:
http://qt-project.org/doc/qt-5.1/qtgui/richtext-html-subset.html
Attached example shows tree widget windows: Qt3TextBrowser, QTextBrowser and QWebView with same content to compare.
Problem is with <blockquote> and empty <a name="123"> </a>. <a name> ignores <blockquote>. Other is <table> in <dl> list.
Test application in Qt4 with qt3support to see all widgets to compare.
Attachments
Issue Links
- relates to
-
QTBUG-97530 render vertical bars alongside blockquotes
- Reported