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

Inconsistent Input Field Behavior #46

Closed
purnomosejati opened this issue Mar 24, 2020 · 4 comments · Fixed by #48
Closed

Inconsistent Input Field Behavior #46

purnomosejati opened this issue Mar 24, 2020 · 4 comments · Fixed by #48
Labels

Comments

@purnomosejati
Copy link

purnomosejati commented Mar 24, 2020

Hi Wolff,

Thank you for your answer of issue #45 .

Anyway, I just found something strange on mathquill4quill demo here

https://justamouse.com/mathquill4quill/

I clicked video upload icon and input field appears. Then I clicked formula icon and back again to click video upload but input field appears different to previous one.

Please see following picture.

mathquill4quill

Many thanks

@purnomosejati
Copy link
Author

Once again,

I tried to edit formula using mobile phone (chrome browser) here

https://justamouse.com/mathquill4quill/

and I can't input number using keyboard although using number from both qwerty and keypad mode.

@c-w c-w added the bug label Mar 24, 2020
@c-w
Copy link
Owner

c-w commented Mar 24, 2020

Thanks for reporting these bugs! To simplify tracking, I split the second one (mobile input) out into its own issue: #47.

@c-w
Copy link
Owner

c-w commented Mar 24, 2020

The input field disappearing from the video tooltip is a regression introduced in #36 when we moved from inline styles to CSS classes. When we open the formula tooltip, we add some classes to hide the input. These classes need to be removed when the tooltip closes.

@c-w
Copy link
Owner

c-w commented Mar 24, 2020

A fix for this has been released in v2.1.1. Feel free to reopen this issue if you still experience the behavior after updating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants