-
Notifications
You must be signed in to change notification settings - Fork 101
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
needsFixedLayoutScalerWorkAround ReaderView setting cannot be used with zoom function > 100% (clipped viewport) #177
Comments
danielweck
added a commit
that referenced
this issue
Apr 14, 2015
…==1, scaler div dimensions need to be zoomed by the same factor, to prevent clipping when zoom > 100% (needs checking / testing with OSX, as needsFixedLayoutScalerWorkAround was introduced specifically to adress a WebView rendering glitch)
Seems fixed here: |
I forgot to mention, the above fix is committed to a "feature" branch: https://github.com/readium/readium-shared-js/compare/feature/177-scalerDivZoomedSize |
Follow-up: also test scroll view! See readium/readium-js-viewer#313 (comment) |
danielweck
added a commit
that referenced
this issue
May 13, 2015
fix for #177 scaler div zoomed dimensions with needsFixedLayoutScalerWorkAround
Fixed by Pull Request: #183 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, only OSX uses the
needsFixedLayoutScalerWorkAround
workaround (to fix a WebView-specific rendering / clipping bug), see:readium/SDKLauncher-OSX#21 (comment)
Code references:
readium/SDKLauncher-OSX@e909269#diff-14a5cfdb45121ceecfd23a430ab5652cL58
ca4e1d0#diff-7f14747656265ce3e39fee34e732d161R78
...but, there are discussions to use the same workaround to address a Chrome rendering glitch, see:
readium/readium-js-viewer#313 (comment)
The text was updated successfully, but these errors were encountered: