Skip to content

Add RTL Support #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
2 tasks
Roshdy opened this issue Feb 7, 2019 · 4 comments
Open
2 tasks

Add RTL Support #95

Roshdy opened this issue Feb 7, 2019 · 4 comments

Comments

@Roshdy
Copy link

Roshdy commented Feb 7, 2019

Thanks for opening an issue!

Please select the type of issue you're reporting. For questions.

  • Bug
  • [- ] Feature Request
  • Question

Problem Report

RTL direction is not supported

@RoccoC
Copy link
Contributor

RoccoC commented May 7, 2019

How does RTL impact dragging? Is it that you'd like the drag handle to appear on the bottom-left corner? If so, this PR may help: #101

@iding-ir
Copy link

In RTL:

  1. resizing loses its smoothness which gets worse over time as you keep dragging the handler left and right.
  2. mouse pointer falls behind or ahead of resize handler.

@omidazm94
Copy link

omidazm94 commented Jul 8, 2021

hello @xcqwan and @RoccoC ,
I hope you all doing great. when i'm using this in an rtl ant design table it works in opposite direction. can you please tell me if i'm doing something wrong or there is a problem? it doesn't matter that where is the cursor in rtl when you drag to right the column's width must decreased but it does the ltr thing and increse width of the column
thanks in advance.
rtl-problem

@omidazm94
Copy link

omidazm94 commented Jul 8, 2021

they handle it in #22659 but its not smooth like ltr version
<Resizable
++resizeHandles={['w']}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants