Skip to content

Tooltips for skills and tools are not displayed.#6749

Merged
arbron merged 2 commits into
foundryvtt:5.3.xfrom
ArtemBogdanov:5.3.x
Feb 21, 2026
Merged

Tooltips for skills and tools are not displayed.#6749
arbron merged 2 commits into
foundryvtt:5.3.xfrom
ArtemBogdanov:5.3.x

Conversation

@ArtemBogdanov

Copy link
Copy Markdown
Contributor

Fixed the bug where tooltips for skills and tools are not displayed on the character sheet

Fixed adding references for skills and tools during the preparation of the rendering context for the details tab.

Root cause: key in for..of statement actually was an index, not a real key.

If for..of is preferable, you can ignore this PR and use

for (const entry of context.skills.concat(context.tools)) { 
// the same code as in PR
}

…n the character sheet

Fixed adding links for skills and tools during the preparation of the rendering context for the details tab
Comment thread module/applications/actor/character-sheet.mjs Outdated
Comment thread module/applications/actor/character-sheet.mjs Outdated
@arbron arbron added this to the D&D5E 5.3.0 milestone Feb 21, 2026
@arbron arbron assigned arbron and ArtemBogdanov and unassigned arbron Feb 21, 2026
@arbron
arbron merged commit 6ec2278 into foundryvtt:5.3.x Feb 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants