We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When adding a . to a company name in the experience section, such as Corp., the UX / UI elements no longer transition to that "tab".
.
Corp.
What I believe is occurring, is that there is some escaping of characters being done in the HTML when doing a performance insight test through Chrome:
#NAME-Corp\.-June-2011---August-2012-tab pierce/#NAME-Corp\.-June-2011---August-2012-tab
Compared to a name that does not have a . in it:
#NAME--June-2011---August-2012-tab
To Reproduce Steps to reproduce the behavior:
Expected behavior UI and UX should continue to function as normal when any character that would appear in a company could be used.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
This also affects companies with () in the name
Sorry, something went wrong.
This also affects companies with ' in the name
No branches or pull requests
Describe the bug
When adding a
.
to a company name in the experience section, such asCorp.
, the UX / UI elements no longer transition to that "tab".What I believe is occurring, is that there is some escaping of characters being done in the HTML when doing a performance insight test through Chrome:
Compared to a name that does not have a
.
in it:To Reproduce
Steps to reproduce the behavior:
.
in at least one of the company namesExpected behavior
UI and UX should continue to function as normal when any character that would appear in a company could be used.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: