Skip to content
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

Fix position issues caused by calculateHeight: true #285

Merged
merged 1 commit into from
Aug 7, 2013

Conversation

dogoku
Copy link
Contributor

@dogoku dogoku commented Jul 26, 2013

Fixes issues #254, #258 and probably #283

When calculateHeight is true, containerSize was set to the calculated height, rather than the width.

I refactored the code to avoid the double assignment and assign containerSize to height, only for vertical mode (!isH)

Fixes issues 254, 258 and probably 283
---
When calculateHeight is true, containerSize was set to the calculated height, rather than the width. 

I refactored the code to avoid the double assignment and assign containerSize to height, only for vertical mode (!isH)
@s6admin
Copy link

s6admin commented Jul 26, 2013

Brilliant! This is exactly what I just posted about a moment ago. Thanks, dogoku.

@dogoku
Copy link
Contributor Author

dogoku commented Jul 26, 2013

great minds think alike? :P

@s6admin
Copy link

s6admin commented Jul 26, 2013

Yes, only my great mind wasted 12 hours trying to figure it out =P

@nolimits4web
Copy link
Owner

Merged, thanks guys!

nolimits4web added a commit that referenced this pull request Aug 7, 2013
Fix position issues caused by calculateHeight: true
@nolimits4web nolimits4web merged commit 1bb8264 into nolimits4web:master Aug 7, 2013
@lock
Copy link

lock bot commented Jun 25, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot added the outdated label Jun 25, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jun 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants