mathlive icon indicating copy to clipboard operation
mathlive copied to clipboard

Virtual Keyboard tooltips rendering issue

Open GGilli opened this issue 1 year ago • 4 comments

Hi! I have an issue on virtual keyboard tooltips. MATHLIVE 0.98.5

ISSUE https://codepen.io/Giacomo-Gilli/pen/ExMVLXx: I have a setup like the code in link, the mathfield is always on top of the keyboard. Hovering on the keyboard layout it should show the tooltip but it's rendered under the div of the mathfield. I tried to play with zrender but with no luck. I'm using a keyboard container to place the keyboard (this detail is mandatory), probably the issue is due to that configuration, because without the container the tooltips are working correctly.

Bowser tested: Chrome, Edge

GGilli avatar Jan 02 '24 10:01 GGilli

Are you sure this is the correct CodePen? There is no JS...

arnog avatar Jan 07 '24 22:01 arnog

Are you sure this is the correct CodePen? There is no JS...

yes, it was just an example layout to replicate the issue

GGilli avatar Jan 09 '24 08:01 GGilli

Sorry, I must be missing something, but I can't replicate the issue with this CodePen. When I run it there is just a black rectangle. I don't see a mathfield, or a virtual keyboard.

arnog avatar Jan 09 '24 16:01 arnog

I've updated the codepen but I cannot show the keyboard. don't know why. In short if you use the html in a working project and in the JS use the id="keyboardcontainer" as a keyboard container. you will be able to reproduce the issue

GGilli avatar Jan 11 '24 16:01 GGilli