boxTextPos doesn't work with negative values
While working on a text script, I encountered an issue with the boxTextPos property. It seems that boxTextPos does not accept negative values. Whenever I try to input a negative value, the script does not work, but it works perfectly fine with positive values.
AE Version: v 23.6 & v 24.0 (users have reported this issue since CC 2017)
OS: Windows 11
Steps to Reproduce:
Create a script using the boxTextPos property to set the position of a paragraph text box.
Try setting the value to a negative number, e.g. boxTextPos = [-50, 50];
See that the script does not run.
Change the value to a positive number, e.g. boxTextPos = [50, 50];
The script works correctly.
I believe this is a bug that needs attention as it limits the flexibility in scripting for working with paragraph text layers, which are a substantial part of text workflows. Any help or acknowledgment would be highly appreciated!
