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

Adding multiple math-fields don't take away focus from old ones / impossible to enter code #2579

Open
kungfooman opened this issue Jan 10, 2025 · 0 comments

Comments

@kungfooman
Copy link

All those fields are "blinking" and won't stop, no matter what I click.

Example code:

for (let i=0; i<10; i++) {
    const mf = document.createElement("math-field");
    mf.classList.add("mathfield");
    document.body.prepend(mf);
    mf.focus();
}

Just execute in DevTools on your website: https://cortexjs.io/mathlive/

Result:

image

I can't even write text in the other ones after clicking them.

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