Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

highlighting text on strategy tile causes it to load the strategy page #802

Open
AlexTheLion123 opened this issue Aug 15, 2024 · 1 comment
Assignees
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

Comments

@AlexTheLion123
Copy link
Contributor

AlexTheLion123 commented Aug 15, 2024

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.

@AlexTheLion123 AlexTheLion123 added 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 bug Something isn't working labels Aug 15, 2024
@AlexTheLion123
Copy link
Contributor Author

A similar issue from which the underlying cause is the same as above: ctrl+click does not open strategy on new tab, as it should

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants