Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.13.0
-
None
-
dfc6dc1d94a729f701172861a196b4b34bcd7518
Description
If I use RichText in a QML Text object, and place the following text into it:
<table><tr><td/><td valign="top"><img src="x.png"></td></tr></table>
where x.png is any image file, it crashes. The requirements for the crash are:
- It must be an image. It doesn't crash if the file doesn't exist.
- It must be within a <td>
- It must be in the second or later table column (hence the <td/>).
- It must either have a valign="top" attribute or be styled with vertical-align: top, or the equivalent bottom; the defaultĀ middle is okay.
Attachments
For Gerrit Dashboard: QTBUG-77217 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
269062,2 | Fix possible crash with top/bottom aligned images | 5.12 | qt/qtdeclarative | Status: MERGED | +2 | 0 |