Skip to content
New issue

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

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

Already on GitHub? # to your account

Horizontal scroll isn't handled correctly when layout direction is RTL and flex direction is row or row_reverse #318

Closed
1 task done
thagikura opened this issue Jun 26, 2017 · 2 comments
Milestone

Comments

@thagikura
Copy link
Contributor

Issues and steps to reproduce

  • Set the layout direction as RTL
  • Set the flex direction as row (or row_reverse)
  • Set the width of the RecyclerView larger than its parent

Expected behavior

RecyclerView can scroll horizontally without issues.

Version of the flexbox library

0.3.0-alpha4

Link to code

#317 is the code to fix this issue.

@thagikura
Copy link
Contributor Author

Fixed by #317

@thagikura thagikura added this to the 0.3.0 milestone Jun 27, 2017
@AlexanderChechyotko
Copy link

issue is still reproduced
https://codepen.io/AlexanderCh123/pen/OYwwRw
uncomment 'direction: rtl;'

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

No branches or pull requests

2 participants