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

When text is placed after a closing paragraph tag in some HTML it will end up using the settings of the previous paragraph tag

    XMLWordPrintable

Details

    Description

      When text is placed after a closing paragraph tag in some HTML it can end up using the settings of the previous paragraph tag depending on what immediately comes after it So if you have text that looks like:

      <p align=center>This is aligned center</p>
      
      &nbsp;<br>This is also aligned center, but should be left aligned
      

      Then the second line will be aligned center and not to the left as the implicit <p> should be defaulting to left aligned. This is due to the:

      &nbsp;<br>

      part which is triggering this.

      Attachments

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

        Activity

          People

            esabraha Eskil Abrahamsen Blomfeldt
            andysh Andy Shaw
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes