You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug: Resizing with percentage width causes handle to drift from mouse position
Description
When using percentage width (e.g. width: "50%"), dragging the resize handle causes it to drift away from the mouse cursor. The drift gets worse with each resize operation, making it difficult to achieve precise sizing.
Steps to reproduce
Create a resizable component with percentage width:
Bug: Resizing with percentage width causes handle to drift from mouse position
Description
When using percentage width (e.g.
width: "50%"
), dragging the resize handle causes it to drift away from the mouse cursor. The drift gets worse with each resize operation, making it difficult to achieve precise sizing.Steps to reproduce
Expected behavior
Actual behavior
Environment
Additional context
This appears to be related to how the component handles percentage-to-pixel conversion during resize operations. The component might need to:
The text was updated successfully, but these errors were encountered: