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
in the above case, drax will detect and correctly update the resize and positioning of the resizingText but what fails is that the position of the elements after (text 3 and text 4) have changed due to being positioned relatively, but Drax fails to update their locations causing drag/drop to fail. The current algorithm is to look up the tree on change, but I think it also needs to look at siblings. Thoughts?
The text was updated successfully, but these errors were encountered:
That thread seems to be talking about absolutely positioned elements, this one is about relative positioned elements. Unless you're saying that drax will convert relative positioning to absolute?
If you have a list:
in the above case, drax will detect and correctly update the resize and positioning of the
resizingText
but what fails is that the position of the elements after (text 3 and text 4) have changed due to being positioned relatively, but Drax fails to update their locations causing drag/drop to fail. The current algorithm is to look up the tree on change, but I think it also needs to look at siblings. Thoughts?The text was updated successfully, but these errors were encountered: