bmarian / token-tooltip-alt

A module that adds a tooltip next to the currently hovered token to show some useful information for players and DMs.
MIT License
9 stars 15 forks source link

[BUG] Configuration for "default" actor type doesn't do anything #87

Closed mkahvi closed 3 years ago

mkahvi commented 3 years ago

Describe the bug Giving any tooltip configuration to default actor type has no effect on anything. Only the more specific actor types work.

To Reproduce Steps to reproduce the behavior:

  1. Provide tooltip only via default.
  2. Mouse over tokens.
  3. See no tooltip.

Please complete the following information:

This may be misunderstanding on what default means here, but it seems to be doing absolutely nothing.

bmarian commented 3 years ago

image

It looks like it's working for me.

Do you have the custom option checked for the actor type you are trying to add a tooltip to? If yes then the default settings will be ignored.

mkahvi commented 3 years ago

Well crud. You're correct. Sorry for the bad report.

Though I guess on that point. Some of the documentation would probably be nice to be on the UI itself and not just external readme? Especially utilize tooltips (title attribute) and such to provide some one-liner explanations maybe?