-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.6.1
Initially in bug report:
https://bugreports.qt.io/browse/QTBUG-120986
Qt user raised following finding:
"
When uses Qt Widget: QTextEdit and calls setHtml() to load a html document the CSS table border style is rendered correctly. But load the same html file using QML TextEdit's QTextDocument the border style doesn't render correctly. Only the border-style: solid is recognized other style likes dashed, dotted were not rendered for table border. For the table cell border nothing was rendered.
"
This can be reproduced using Qt Quick Text Editor Example and for Widgets QTextTableBorders example at: Qt6.6.0/6.6.0/Src/qtbase/tests/manual/qtexttableborders
As the controls do not support the desired functionality we have also opened feature request about this.