Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.2.3
-
Fix Version/s: 6.2.5
-
Component/s: Forms
-
Labels:None
-
Environment:PRO
-
Support Case References:Support Case 14081:- https://icesoft.my.salesforce.com/5007000001j1Y8U
Description
The client is using the text area component with scales != 100% and they are noticing inconsistencies with the caret location for the annotation text area component.
The text field component seems to be working well enough, will have dig a little deeper to see what we can do to address this issue. P
The text field component seems to be working well enough, will have dig a little deeper to see what we can do to address this issue. P
Overrided text area's processMouseMotionEventI() and processMouseEvent() methods and added in some custom scaling so the mouse events correctly map to the new zoom level.