Larkinabout / fvtt-token-action-hud-core

Token Action HUD is a repositionable HUD of actions for a selected token.
13 stars 18 forks source link

[BUG] Group's info1, info2, info3 not working as declared #186

Closed Forien closed 11 months ago

Forien commented 1 year ago

Describe the bug info1, info2 and info3 fields are text fields and not object fields. This means there is different data structure between Groups and Actions for info fields and disallows to define the tooltip text for each info.

Additionally, the System Module Development documentation says they are objects:

image

image image

What's more, as you can see, the info fields push the group's name upwards, instead of sitting on the right side.

I'm using tab groups .

Steps to reproduce

  1. Make a 'tab' group
  2. Add info1 = 'test' and info2 = { class, text, title } fields to it
  3. Observe how info fields behave

Versions:

Larkinabout commented 1 year ago

The object structure is correct, it just wasn't applied correctly in the template. This'll be in the next release.

Larkinabout commented 11 months ago

Fixed in Token Action HUD Core 1.4.19.