-
Notifications
You must be signed in to change notification settings - Fork 0
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
Wrapping should not occur between base and its exponent #1
Comments
Basically this can't be fixed given the way that MathQuill renders right now (using "inline-block" rendering) - because browsers are allowed to wrap right after any inline-block element (i.e. right after a MathQuill block, or between the base and exponent) We don't have great options to fix:
|
is the problem you're trying to solve that the superscript (^2) is wrapping, or the math field? If you leave the math field container as an If you're trying to solve the whole math field box wrapping, the only idea I can think of is using JS to set its And I assume you know about |
With a long expression, when a term has a base and exponent, wrapping should not occur between the base and exponent, e.g.:
is preferred to the current behavior:
From https://trello.com/c/5JDVPiJu/8763-power-is-wrapping-in-mathquill
The text was updated successfully, but these errors were encountered: