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

Mopping Tengwar Transcriber affects viewport size #5

Closed
kriskowal opened this issue Dec 10, 2012 · 1 comment
Closed

Mopping Tengwar Transcriber affects viewport size #5

kriskowal opened this issue Dec 10, 2012 · 1 comment
Assignees

Comments

@kriskowal
Copy link
Member

To reproduce:

  • Clone https://github.com/kriskowal/tengwarjs
  • In tengwarjs/editor, run npm install to fetch dependencies
  • Host tengwarjs/editor and observe the page appearance
  • Mop tengwarjs/editor with the --no-css option. This prevents CSS transforms. It’s a known issue (CSS3 and CSSOM #4) that CSSOM can’t transform advanced CSS3 features like gradients.
  • Host the built version of the editor and observe the page appearance

Expected:

  • The views should be the same

Actual:

  • The height of the working portion of the app is collapsed and the background gradient repeats below the input field.

Note that this uses the new flexbox model.

@ghost ghost assigned kriskowal Dec 10, 2012
@kriskowal
Copy link
Member Author

This turns out to be because of #6

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

1 participant