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

QTextDocument: Bullets in bullet lists are not affected by text color

    XMLWordPrintable

Details

    • 7f48c7962 (dev), 2d7972e05 (6.7), 301061040 (tqtc/lts-6.5)

    Description

      The following HTML renders with white text and black bullets in the textedit demo. The bullets should be white.

      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
      <html>
      <head>
      <meta content="text/html; charset=ISO-8859-1"
      http-equiv="content-type">
      <style type="text/css">
      body

      { background-color: #111155; font-family: "Times New Roman",Times,serif; color: #ffffff; }


      </style>
      </head>
      <body>
      <ul>
      <li>Topic 1</li>
      <li>Topic 2</li>
      </ul>
      </body>
      </html>

      Attachments

        Issue Links

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

          Activity

            People

              srutledg Shawn Rutledge
              vhilshei Volker Hilsheimer
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes