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

letter-spacing and word-spacing don't work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.2.0
    • 5.1.0
    • WebKit
    • None
    • windows7 mingw qt5.1.0
      webkit

      css letter-spacing and word-spacing don't work in qt5.1

      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <title>test</title>
      </head>
      <style>
      body
      {
      background-color:#000;
      width:1280px;
      height:720px;
      margin:0px;
      }
      .text
      {
      color:#FFF;
      width:400px;
      letter-spacing:32px;
      word-spacing:30px;
      margin-left:30px;
      font-size:40px;
      font-weight:200;
      }
      </style>
      <body>
      <br /><br />
      <div class="text">testtesttest</div>
      </body>
      </html>

        For Gerrit Dashboard: QTBUG-32891
        # Subject Branch Project Status CR V

            allan.jensen Allan Sandfeld Jensen
            shungo Shuguo
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes