tooltip doesnt work on non-editable cells

0
Hi all, I am currently working with widget Tooltip. Is it possible to activate the tooltip even if the targeting cell is not editable? The cursor changes into ‘not allowed’ and I cannot see the tooltip I want.   Any information and suggestions would be thankful.   Wish you a MerryChristmas Yuki 
asked
2 answers
2

Hi UKi,

 

you can solve it by putting tooltip and container in one container. so and inside container keep the field which is non-editable.

 

I had the same issue and solve it by this workaround

Container(Tooptip(Class:RequiredTip), Container(Class:requiredTip),Field:Non-Editable )

 

Thanks

Sandip

answered
1

Hi Yuki,

 

Small chance, but worth  a try perhaps….

What if you create a class in CSS, and use a 'pointer-events'-class like 'normal'. You could even add '!important’ and see if it overwrites the current class.

answered