Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-10700

QML/JS Console does not work out of the box

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • Qt Creator 3.0.0-beta
    • Quick / QML Support
    • Ubuntu 12.04 32bit, Qt5.2 and Qt Creator 3.0 from offline installer packages

    Description

      Steps to reproduce:

      • start Creator with clean settings (Qt5.2 kit should be automatically detected) and create 2 QtQuick Applications (Qt Quick 1.1 and 2.0)
      • add property id with a valid name to all of the items inside both projects
      • start debugging the Qt Quick 1.1 Application
      • switch to QML/JS Console
      • try to modify some of the values (I've tried modifying the text or color property of the Rectangle/Text items)
      • do the same for Qt Quick 2 Application

      Current behavior:

      • Qt Quick 1.1 Application: seems to just do nothing, always printing '#000000' (no matter what you're typing - even nonsense makes printing this)
      • Qt Quick 2 Application: prints always '*** We are about to throw...' and '<undefined>' no matter what you're typing

      Note: If you unfold the items on the Locals & Expressions treeview and modify a property there to another valid value this works. (if you now use the QML/JS Console this works as well - evaluating existing properties (getting their value) as well as modifying their value to another.

      Attachments

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

        Activity

          People

            kkohne Kai Köhne
            cstenger Christian Stenger
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes