Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
None
-
6.1.3
-
0055c90694cbf8a82a4c3ee75d47b6d2538f6247 (pyside/pyside-setup/dev) 2b1b38d5c70af838d40129289deadbd97beeef54 (pyside/pyside-setup/6.1)
Description
Qt for Python example quick/painteditem at least in 6.1.3 prints out the following errors when clicking on the button:
file:///examples/quick/painteditem/main.qml:102: TypeError: 'NoneType' object is not callable file://examples/quick/painteditem/main.qml:65: TypeError: Cannot read property 'right' of null
The first error is repeated a number of times first after which the second one starts appearing as well.
Steps to reproduce the problem:
- Run the example
- Click on the "Add another balloon" button repeatedly
cf qtdeclarative/examples/quick/customitems/painteditem