Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
dev
-
None
-
-
2b38e423c (dev), ae74037b5 (dev), 78bc1a9a2 (dev), 326240ef7 (6.6), f7bb05c35 (6.6), e701ba497 (6.5), 73c4f35e6 (6.5)
-
DaVinci 84, DaVinci 85, DaVinci 86
Description
A \target directly after a \row is generated as a <span> within a <tr>.
This is invalid HTML, so these link targets are relocated to the start
of the table by both Chrome and Firefox.
A noticed this in the AppMan docs, so I thought it may just fix it here (see https://codereview.qt-project.org/c/qt/qtapplicationmanager/+/491233), but then I found out that even qtbase has ton of these.
You can find all locations via: git grep -B 1 \\\\target | grep \\\\row
Attachments
For Gerrit Dashboard: QTBUG-115247 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
492650,1 | WIP: QDoc: Generate correct html in tables | dev | qt/qttools | Status: NEW | -2 | 0 |
493717,3 | Doc: Move \target command to inside table cell | dev | qt/qtdoc | Status: MERGED | +2 | 0 |
493718,3 | Doc: Move \target command to inside table cell | dev | qt/qtbase | Status: MERGED | +2 | 0 |
493763,5 | QDoc: Warn about misplaced CMD_TARGET in CMD_TABLE | dev | qt/qttools | Status: MERGED | +2 | 0 |
494255,2 | Doc: Move \target command to inside table cell | 6.6 | qt/qtdoc | Status: MERGED | +2 | 0 |
494256,2 | Doc: Move \target command to inside table cell | 6.5 | qt/qtdoc | Status: MERGED | +2 | 0 |
494320,2 | Doc: Move \target command to inside table cell | 6.5 | qt/qtbase | Status: MERGED | +2 | 0 |
494341,2 | Doc: Move \target command to inside table cell | 6.6 | qt/qtbase | Status: MERGED | +2 | 0 |