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

Bug: Weird selection behavior for text above mathtip #2442

Open
andrew-murdza opened this issue Jul 6, 2024 · 0 comments
Open

Bug: Weird selection behavior for text above mathtip #2442

andrew-murdza opened this issue Jul 6, 2024 · 0 comments

Comments

@andrew-murdza
Copy link

Description

You cannot select just a part of the top of a math tip you can only select the whole thing. You can move into the tip using the arrow keys but you cannot go inside using the cursor.

Steps to Reproduce

(Required) Provide steps that are specific and repeatable

Run the HTML code

<!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>\mathtip{111}{1}</math-field>
</body>
</html>
  1. Try to move inside of 111 with the cursor
  2. Try to select only one of the 1's

Actual Behavior

(Required) What happens when you follow the steps above?

Expected Behavior

It is possible to move inside 111 with the cursor
It is possible to select a subset of 111

Environment

0.100.0

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