Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
Qt Creator 3.0.0-beta
-
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.