Skip to content

Resizable: Added checks to base position off of offset rather than position when position is fixed and remove position when IE changes from fixed to static. Fixed #3628 - resizable does not support position: fixed #298

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 2 commits into from

Conversation

kborchers
Copy link
Member

Resizable: Added checks to base position off of offset rather than position when position is fixed and remove position when IE changes from fixed to static. Fixed #3628 - resizable does not support position: fixed

kborchers added 2 commits May 17, 2011 10:13
…sition when position is fixed and remove position when IE changes from fixed to static. Fixed #3628 - resizable does not support position: fixed
…er than position when position is fixed and remove position when set to static. Fixed #3628 - resizable does not support position: fixed
@kborchers
Copy link
Member Author

That should do it. Let me know what you think.

@scottgonzalez
Copy link
Member

The bug isn't just that the element jumps, it's that resizable doesn't suport fixed positioning. The real fix for this needs to keep the element using fixing positioning the entire time.

@kborchers
Copy link
Member Author

I believe with a few tweaks to these changes, I have made resizable support fixed position. See #350

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.

3 participants