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

Bug: Tooltips not showing. Messed up ID #3

Open
cphamlet opened this issue Nov 8, 2018 · 1 comment
Open

Bug: Tooltips not showing. Messed up ID #3

cphamlet opened this issue Nov 8, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@cphamlet
Copy link
Owner

cphamlet commented Nov 8, 2018

When using acronyms/pairs like "w/ with" The ID for these two span elements will be:

"w/with"
and
withw/

The forward slash is not a valid character for an HTML ID. We need to hash the IDs, and make a dictionary of ID to a message.

Iterate over the dictionaries keys, and for every ID that is in the dictionary, add a tooltip.

@cphamlet cphamlet added the bug Something isn't working label Nov 8, 2018
@cphamlet
Copy link
Owner Author

cphamlet commented Nov 8, 2018

Medium threat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant