Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
5.15.1, 5.15.16
-
26e75d452 (dev), 732962d60 (6.7)
Description
Supported CSS border property for Qt rich text is not painted for the HTML <table> tag.
The CSS border property is supported for the HTML table tag as mentioned in the link below:
https://doc.qt.io/qt-5/richtext-html-subset.html
Additionally, if it's possible, a fix is suggested for the following CSS properties ( border-top, border-bottom, border-left border-right ) for the HTML <table>.
To reproduce the issue, run the attached project.