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

Fixed rotation in Moz/WebKit and corrected PageVisibility check #241

Merged
merged 2 commits into from
Nov 5, 2012

Conversation

tagawa
Copy link
Contributor

@tagawa tagawa commented Nov 2, 2012

Also edited demo description and a bit of code tidy-up.

A note about the rotation fix - I had to make each character be an individual inline-block span. This removed whitespace so I fixed that with white-space:pre-wrap. However, this now puts line-breaks in the middle of words rather than the end. If we can live with that, it's ready to publish. Would be better if someone knew how to fix it, though...

@tagawa
Copy link
Contributor Author

tagawa commented Nov 2, 2012

Another option is go back to inline spans instead of inline-block, but that loses rotation in Firefox/WebKit. We only get rotation because we violate the spec, so not really ideal.

miketaylr pushed a commit that referenced this pull request Nov 5, 2012
Fixed rotation in Moz/WebKit and corrected PageVisibility check
@miketaylr miketaylr merged commit 3ba9282 into pwarocks:master Nov 5, 2012
@miketaylr
Copy link
Contributor

I went ahead and deployed it to the production site. The word-clipping is kind of weird. Can you create an open issue in our tracker so we can maybe try to fix it later on?

thx.

@tagawa
Copy link
Contributor Author

tagawa commented Nov 7, 2012

Thank you Mr. Taylor. Issue reported: #245

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

Successfully merging this pull request may close these issues.

2 participants