Arno Gourdol

Results 274 comments of Arno Gourdol

Seems to work for me. Could you provide more details? What are you trying to paste?

Are you using command + V or control + V? What is your operating system? What happens if you select the Paste command from the Edit menu instead of the...

Let's try a few more things: - can you type regular text in the mathfield? What happens if you type "x"? - do other commands work? What happens if you...

And can you clarify: when you type ctrl+v, what appears in the mathfield: "v" (which you mention earlier) or "Controlv" (which shows up in a screenshot) or something else?

The paste event is triggered by the browser, so if it's not firing, something must be preventing it... I don't know why the MDN example would work, though. You tried...

Sure. There are 516 commits between 0.59 and the current version to go through, so that might take a while. And without a reproducible case, that's still going to be...

There is indeed an issue with the placement of the virtual keyboard. However, the virtual keyboard still needs some sufficient width in the container to display correctly. From the screenshots,...

Right now, that's the intended behavior. Since the closing fence has only been suggested (you can see it's displayed with a lower opacity) and not validated by the user, the...

That sounds great! Since the event is not related to the keyboard, I would add the event listener in `mathfield-private.ts`, probably around where there's a event listener for the `wheel`...

There's some information here: https://github.com/arnog/mathlive/blob/master/documentation/CONTRIBUTOR_GUIDE.md The scripts use the Bash shell, but it should work on any operating system (macOS, Windows, Linux). After `npm install` use `npm run start` to...