Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
6.0.3
-
None
-
0078a782548dd25c9bc5f9f30d1719b1e9b039ed (qt/qtbase/dev) 5d00836c2a6185c95485cb0ffbf6fa8b84c19657 (qt/qtbase/6.1)
Description
There's a lot of unnecessary space in front of the video at https://doc.qt.io/qt-6/gettingstarted.html. This is a regression from qt 5: https://doc.qt.io/qt-5/gettingstarted.html
The space is caused by
<span class="vspan"></span>
that is added before the link to the video. Removing the <span></span> completely fixes the issue for me.
Anyhow, the Qt 5 apparently uses a different mechanism to embed videos. That is, it seems to use the html generated from qtbase/doc/global/macros-online.qdocconf, while the qt 6 site is using qtbase/doc/global/macros.qdocconf. Is that intentional?
Attachments
Issue Links
- relates to
-
QTBUG-92268 Youtube video not rendered with qlitehtml
- Reported
- resulted from
-
QTBUG-88975 Doc: Embedded video links do not work in offline docs when using the litehtml backend
- Closed