javierriveracastro / betteroll-swade

A Better Rolls port for SWADE
GNU General Public License v3.0
15 stars 31 forks source link

Request for Tooltip Removal Option on Chat Cards #699

Closed brunocalado closed 3 months ago

brunocalado commented 3 months ago

When tooltips appear, it's not possible to click on the chat card buttons. You have to move the mouse to remove the tooltip before being able to use the card. During the last combat, it was annoying every time I went to the card, the tooltip appeared, and I had to wait for it to disappear. Is it possible to add an option to remove the tooltip? Instead could you make the options clickable? They only appear if you click on them.

https://github.com/javierriveracastro/betteroll-swade/assets/4999783/5609a6b3-6252-4207-949a-fd359160f6f4

javierriveracastro commented 3 months ago

You can set the maximum characters in the tool-tip in settings. Setting it to 0 should disable them.

But anyway I'll see if I can make the waiting time before showing longer to avoid accidentally triggering it.

brunocalado commented 3 months ago

You can set the maximum characters in the tool-tip in settings. Setting it to 0 should disable them.

But anyway I'll see if I can make the waiting time before showing longer to avoid accidentally triggering it.

It's small, but still showing up. image

javierriveracastro commented 3 months ago

I shouldn't. At least it is not showing any tooltip to me when I set that to 0. Have you hit Apply?.

Also note that it only works for cards created from the change, cards that were created before you changed the settings keep they tooltips. In reality the settings prevents the creation of tooltips, not if they are show or not.

brunocalado commented 3 months ago

I shouldn't. At least it is not showing any tooltip to me when I set that to 0. Have you hit Apply?.

Also note that it only works for cards created from the change, cards that were created before you changed the settings keep they tooltips. In reality the settings prevents the creation of tooltips, not if they are show or not.

Yes. Newly created cards don't show anything.

brunocalado commented 3 months ago

tks

javierriveracastro commented 3 months ago

Waiting time extended to one second.