Closed sferguson12 closed 2 weeks ago
Fixed in 2.0.7. Thanks for looking into it.
Not sure if this slipped by in the report above, but I noticed the same issue in tab-subgroup.hbs
and group.hbs
and it looks like only list-subgroup.hbs
was updated in the commit.
Describe the bug
When hovering over the images displayed next to Strike subgroups, the tooltip renders incorrectly as
[object Object]
instead of the actual tooltip.Since the tooltip is being converted to an object in
getTooltip()
intooltip-handler.mjs
, this appears to be an issue in thelist-subgroup.hbs
template in how the tooltip is being set.The current state results in this being added to the DOM:
Which renders as this on hover:
This issue also appears to exist in
tab-subgroup.hbs
andgroup.hbs
if an image is present.Steps to reproduce
Strikes
Expected: The tooltip for that Strike should render Actual: A tooltip containing "[object Object]" renders
Versions: