Skip to content

Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed #6736 - Bug in slide effect when dir=rtl and has position.right #70

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

Closed
wants to merge 9 commits into from

Conversation

allpro
Copy link
Contributor

@allpro allpro commented Dec 13, 2010

Effects: set right/bottom to 'auto' so effects work with dir=rtl.
Fixed #6736 - Bug in slide effect when dir=rtl and has position.right

This bug affected 8 effects. Some were completely broken and some had only misalignment issues (jumping text at start or end).

The fixes were simple: Add 'right' and 'bottom' to the save props in each widget, and modify effects.core to set right:auto and bottom:auto at the same time it sets left:0 and top:0.

Demo illustrating the issues: http://layout.jquery-dev.net/test/slide_rtl.html

Demo with patched effects: http://layout.jquery-dev.net/test/slide_rtl_patched.html

@scottgonzalez
Copy link
Member

Thanks, landed in 2084549.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants