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

QtQuick Controls TextField big font position bug during edition

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • 5.3.2, 5.4.0 Beta
    • Quick: Controls 1
    • None
    • Android 4.4, Nexus 4
    • Android

    Description

      The font is outside the Text Field during edition.

      It's happen only with big font size (font.pointsize = 34).

      My code example:

      import QtQuick 2.3
      import QtQuick.Controls 1.2
           
      TextField {
          property string color: "dark"
          property int colorFactor: 87
           
          function isEmpty(){
              if( text === "" ){
                  return true;
              }
              else{
                  return false;
              }
          }
          font.pointSize: 34
      }
      

      In my application

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            firefell Arnaud Moura
            Votes:
            1 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes