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

"QTransform::translate with NaN called" when hovering over window containing Imagine style GroupBox containing a TextEdit

    XMLWordPrintable

Details

    • All
    • ab46156ee6 (qt/qtdeclarative/dev) 2f94109892 (qt/qtdeclarative/6.3) 2f94109892 (qt/tqtc-qtdeclarative/6.3) ab46156ee6 (qt/tqtc-qtdeclarative/dev) 1061b2de73 (qt/qtdeclarative/6.2) 1061b2de73 (qt/tqtc-qtdeclarative/6.2) 1061b2de73 (qt/qtdeclarative/6.2.4)

    Description

      Can be reproduced with this smaller example:

      import QtQuick
      import QtQuick.Controls
      
      ApplicationWindow {
          width: 640
          height: 480
          visible: true
          title: "QTBUG-94161"
      
          GroupBox {
              title: qsTr("Sample")
              width: 200
              height: 200
      
              background: Rectangle {
                  color: "transparent"
                  border.color: "darkorange"
              }
      
              TextEdit {
                  id: fontSample
                  text: qsTr("AaBbYyZz")
              }
          }
      }
      
                                                                
      1   nanWarning                                    qtransform.cpp          59   0x7ffde0efe0be 
      2   QTransform::translate                         qtransform.cpp          378  0x7ffde0eef972 
      3   QQuickItemPrivate::itemToParentTransform      qquickitem.cpp          3102 0x7ffdd4987e22 
      4   QQuickItemPrivate::itemToWindowTransform      qquickitem.cpp          3091 0x7ffdd4987d22 
      5   QQuickItemPrivate::windowToItemTransform      qquickitem.cpp          3079 0x7ffdd4987bbd 
      6   QQuickItem::mapFromScene                      qquickitem.cpp          8166 0x7ffdd4979ad1 
      7   QQuickDeliveryAgentPrivate::deliverHoverEvent qquickdeliveryagent.cpp 959  0x7ffdd4db02ac 
      8   QQuickDeliveryAgentPrivate::deliverHoverEvent qquickdeliveryagent.cpp 976  0x7ffdd4db0904 
      9   QQuickDeliveryAgentPrivate::deliverHoverEvent qquickdeliveryagent.cpp 976  0x7ffdd4db0904 
      10  QQuickDeliveryAgentPrivate::deliverHoverEvent qquickdeliveryagent.cpp 976  0x7ffdd4db0904 
      11  QQuickDeliveryAgentPrivate::deliverHoverEvent qquickdeliveryagent.cpp 976  0x7ffdd4db0904 
      12  QQuickDeliveryAgentPrivate::deliverHoverEvent qquickdeliveryagent.cpp 976  0x7ffdd4db0904 
      13  QQuickDeliveryAgentPrivate::handleMouseEvent  qquickdeliveryagent.cpp 1375 0x7ffdd4daaf6c 
      14  QQuickDeliveryAgent::event                    qquickdeliveryagent.cpp 707  0x7ffdd4da2806 
      15  QQuickWindow::event                           qquickwindow.cpp        1451 0x7ffdd4b8a411 
      16  QCoreApplicationPrivate::notify_helper        qcoreapplication.cpp    1215 0x7ffdd6b68506 
      17  doNotify                                      qcoreapplication.cpp    1144 0x7ffdd6b6a6e4 
      18  QCoreApplication::notify                      qcoreapplication.cpp    1131 0x7ffdd6b64c06 
      19  QGuiApplication::notify                       qguiapplication.cpp     1940 0x7ffde0bc8c93 
      20  QCoreApplication::notifyInternal2             qcoreapplication.cpp    1054 0x7ffdd6b66d35 
      ... <More>                                                                                    
      

      Attachments

        Issue Links

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

          Activity

            People

              hurlevent Oliver Eftevaag
              mitch_curtis Mitch Curtis
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes