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

Parameter force_rotate: true caused to hangs browser page sometime #41

Open
osya opened this issue Dec 16, 2015 · 5 comments
Open

Parameter force_rotate: true caused to hangs browser page sometime #41

osya opened this issue Dec 16, 2015 · 5 comments

Comments

@osya
Copy link

osya commented Dec 16, 2015

Parameter force_rotate: true in some cases works ok. But in some cases it caused browser page hangs. This is an example of page, that used Film_Roll with force_rotate: true paremeter which hangs in my browser (last version of Chrome).

`
<script type="text/javascript" src="http://127.0.0.2/stat/jquery.min.js"></script>
<script src="http://127.0.0.2/stat/film_roll-0.1.16/js/jquery.film_roll.js"></script>

<script> $(function() { fr = new FilmRoll({ container: '#film_roll', height: 160, pager: false, force_rotate: true }); }); </script> `
@straydogstudio
Copy link
Owner

@osya Thanks I'll take a look

@straydogstudio
Copy link
Owner

@osya What browser / os are you using?

@straydogstudio
Copy link
Owner

@osya If you are using the code above, one problem may be that you have only one child element. Have you tried it with more than one element?

@osya
Copy link
Author

osya commented Jan 18, 2016

I used Firefox and Chrome. I can't say anything more about this issue because I done that project in the past year and I have no possibility to reproduce it. Sorry.

@straydogstudio
Copy link
Owner

@osya Thanks for getting back to me.

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

2 participants