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

letter-spacing and word-spacing don't work

    XMLWordPrintable

Details

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

    Description

      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>

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes