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

Feature Request: Line Breaks #2481

Open
andrew-murdza opened this issue Aug 6, 2024 · 1 comment
Open

Feature Request: Line Breaks #2481

andrew-murdza opened this issue Aug 6, 2024 · 1 comment

Comments

@andrew-murdza
Copy link

Steps to Reproduce

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Change FontShape of MathField</title>
  <script defer src="https://unpkg.com/mathlive"></script>
</head>
<body>
<math-field style="width: 200px;">\mathtip{x+1234+1234+1234+1234+1234}{test}</math-field>
</body>
</html>
  1. Run the above code

Actual Behavior

  1. Instead of line breaks, you need to move with the arrow keys to see the full expression

Expected Behavior

  1. There is a line break before the second "+"

Environment

0.101.0 Chrome Windows

@arnog
Copy link
Owner

arnog commented Aug 6, 2024

That sounds like a duplicate of #598

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