highlighting text on strategy tile causes it to load the strategy page #802
Labels
bug
Something isn't working
priority: P3
The lowest priority. A desired nice-to-have improvement, but can be postponed for several releases.
size: S
A small task that can be completed in less than a day
See the following screen-cast:
Screencast.from.2024-08-15.16-20-53.webm
See response from @kenkunz:
This is one of the effects of using an
on:click
to open the strategy instead of an<a>
tag (another is that you can't ctrl- or option-click to open in new tab). Unfortunately, we can't wrap the whole tile in an<a>
tag due to nested anchors in the tooltips (causes other display issues due to invalid HTML). When I'm back from vacation, I can evaluate some newer Svelte component libraries to see if there's a tooltip component available that would help eliminate this issue.The text was updated successfully, but these errors were encountered: