Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-92266

vertical space before video on https://doc.qt.io/qt-6/gettingstarted.html

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • 6.1.2, 6.2.0 Alpha
    • 6.0.3
    • Documentation
    • None
    • 0078a782548dd25c9bc5f9f30d1719b1e9b039ed (qt/qtbase/dev) 5d00836c2a6185c95485cb0ffbf6fa8b84c19657 (qt/qtbase/6.1)

      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?

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            kkohne Kai Köhne
            kkohne Kai Köhne
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes