calebjacob / tooltipster

A jQuery tooltip plugin
MIT License
2.76k stars 482 forks source link

inputs are not being affected by click. #786

Closed shotaars closed 4 years ago

shotaars commented 4 years ago

Adding inputs into the tooltip are making them some sort of "disabled". They look able to be interacted.. But it is impossible to focus them with click and with tabbing. There is no ability to enter any text into. Even taking already created input is making no sense. It is not working.

louisameline commented 4 years ago

You probably forgot the interactive option.

shotaars commented 4 years ago

No. I've put them into interactive tooltip. But it seems like no events are binned to inputs.

louisameline commented 4 years ago

It probably does not come from Tooltipster. Thousands of people use Tooltipster every day and it has never been an issue. Use the console to see why the inputs do no get events (look for pointer-events:none probably).

shotaars commented 4 years ago

Already did. But I'll look again. Thank you.