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

Pressing Tab key in 'fill-in-the-blank' does not move to next one #2184

Closed
Deseux opened this issue Nov 25, 2023 · 1 comment
Closed

Pressing Tab key in 'fill-in-the-blank' does not move to next one #2184

Deseux opened this issue Nov 25, 2023 · 1 comment
Assignees
Labels
bug does not follow template The report does not follow the bug template

Comments

@Deseux
Copy link

Deseux commented Nov 25, 2023

fillInTheBlanks is great and you can move from one field to another using the keyboard arrows. But I would like to be able to do it with the tab key. Is it possible ?

@arnog arnog self-assigned this Nov 25, 2023
@arnog arnog added bug does not follow template The report does not follow the bug template labels Nov 25, 2023
@arnog
Copy link
Owner

arnog commented Nov 25, 2023

Thanks for filing this issue. A bug report is always helpful to keep track of and resolve issues.

In this case the issue was pretty clear and we had a discussion on Discord about it, so I had some context, but ideally a report would include at least:

  • some code that I can use to debug the problem
  • some step by step instructions for me to follow to reproduce the problem
  • a clear description of what happened vs what you expected

Without this information it can take me considerably more time to investigate and fix an issue (or never fix it at all).

When creating an issue, following the instruction in the issue template is a good way to make sure the report includes all the necessary information.

As an example, here's the same issue following the template:


Description

Pressing the Tab key when inside a "fill-in-the-blank" does not move the focus to the next "fill-in-the-blank" in the page.

Steps to Reproduce

  1. Using the following code fragment:
<math-field readonly>
   \frac{\placeholder[numer]{1+x}}{\placeholder[denom]{x-1}}
</math-field>
  1. Position the cursor in the numerator "fill-in-the-blank"
  2. Press the Tab key

Actual Behavior

The focus stays in the numerator "fill-in-the-blank".

Expected Behavior

The focus should move to the denominator "fill-in-the-blank".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug does not follow template The report does not follow the bug template
Projects
None yet
Development

No branches or pull requests

2 participants