Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
None
-
6.8
-
None
Description
Item { signal top signal bottom signal left signal right }
On attempt to handle the signal e.g.
onRight: console.log("on right!")
The error is logged:
Cannot assign to non-existent property "onRight"
Seems to be a naming collision with the anchor positioning.
The same code works perfectly fine ok Qt 5.