Stick + Tween Height & Width BUG

Whenever I stick an object to another, and tween the height and width of the origin object, the second objects width and height are jumping to wrong sizes.
Only If I set the origin and center point of the seconnd object on top of each other, the bug does not appear BUT it’s sometimes not possible for example by using texts or 9 patch sprites.

And it does not matter if I tween the height first and after it’s finished, tween the width. the bug still appears.

adjust the anchor point of both the objects, so they align more closely to each other. This helps to ensure that the changes in the size and position are applied consistently between two objects.

Exactly, but using the 9patch sprite or text objects, there is no way to change the origin and center points.