Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-12615 Raster engine on Mac OS X
  3. QTBUG-13621

Wrong position of combo-box widget when displaying in QWebPage with raster graphics system

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Done
    • P2: Important
    • 4.8.0
    • GUI: Painting
    • None

    Description

      The native combo-box widget is rendered in a wrong position when inserted as a select tag in a QWebPage and the raster graphics system is enabled via the switch -graphicssystem raster on Mac OSX; the rendering is correct with the native graphics system.

      The screenshot are produced using this HTML code

      <!DOCTYPE html>
      <html>
      <head>
      </head>
      <body>
      SELECT outside a form
      <select id="outsideForm">
      <option value="1">value</option>
      <option value="2">value</option>
      <option value="3">value</option>
      </select><br />

      <form>
      SELECT inside a form
      <select id="insideForm">
      <option value="1">value</option>
      <option value="2">value</option>
      <option value="3">value</option>
      </select>
      </form>
      </body>
      </html>

      attached for convenience.

      Screen shot 2010-09-14 at 12.11.32.png --> native graphics system
      Screen shot 2010-09-14 at 12.12.27.png --> raster graphics system

      Attachments

        1. Screen shot 2010-09-14 at 12.11.32.png
          34 kB
          Manuel Lazzari
        2. Screen shot 2010-09-14 at 12.12.27.png
          31 kB
          Manuel Lazzari
        3. testcase.html
          0.6 kB
          Manuel Lazzari
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            freling Fabien Freling (closed Nokia identity) (Inactive)
            manuel.lazzari Manuel Lazzari
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes