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

QML string type accessed from JS files to be undefined unexpectedly when running on ARM.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • 5.3.0
    • None
    • ubuntu 13.04 64-bit
      Qt 5.3.0
      Qt Creator 3.1.2

    Description

      QML Item type has properties of state and objectName, which are string type.
      // MyItem.qml
      Item {
      id: root
      objectName: "hello item"
      ...
      }
      Using root.objectName and root.state to output some logs in JS files, it's good on PC.
      But on ARM, the log is undefined of root.objectName and root.state and
      other types is ok except for the string type.

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            blithe Blithe Han
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes