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

QTextEdit puts unnecessary space in sub-lists

    XMLWordPrintable

Details

    Description

      Consider this HTML block:

      <ul>
      <li>Item 1:<ul>
      <li>Subitem 1.1</li>
      </ul>
      </li>
      <li>Item 2:<ul>
      <li>Subitem 2.1</li>
      </ul>
      </li>
      </ul>
      

      When viewed in QTextEdit (or printed via QTextDocument), there is an unnecessary vertical space between "Item 2" and "Subitem 2.1" (see the screenshot attached).

      Attachments

        1. screenshot.png
          5 kB
          Dmitry Shachnev
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            esabraha Eskil Abrahamsen Blomfeldt
            mandriver Dmitry Shachnev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes