Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.6.1
-
-
e7ac69eeb (dev), d55d00ea6 (6.7)
Description
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
Attachments
Issue Links
- relates to
-
QTBUG-36152 Add support for styling the different borders in a table in CSS
- Closed
-
QTBUG-126381 qcssparser.cpp ASSERT: "d->parsed.metaType() == QMetaType::fromType<QList<QVariant>>()"
- Closed
-
QTBUG-124569 Qt Quick rendering of html table borders is inconsistent with widgets
- Closed
- mentioned in
-
Page Loading...