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

Handle HTML links with encoded URIs correctly in svg text labels #2239 #2471

Merged
merged 1 commit into from
Mar 13, 2018

Conversation

rmoestl
Copy link
Contributor

@rmoestl rmoestl commented Mar 13, 2018

Fixes #2239.
Bug description: an already escaped URI of an HTML link was encoded a second time by Plotly which led to a wrong URI.

- Bug: an already escaped URI of an HTML link was encoded a second time
  by Plotly which led to a wrong URI.
@rmoestl rmoestl self-assigned this Mar 13, 2018
Copy link
Collaborator

@alexcjohnson alexcjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks! 💃

There's one unrelated failing test, must be an intermittent failure. I feel like I've seen that one fail before, so perhaps we can mark it @flaky? Those tests still run on CI, but they get picked up in a separate process that retries a few times before failing.

@rmoestl rmoestl merged commit 03950d8 into master Mar 13, 2018
@rmoestl rmoestl deleted the allow-encoded-uris-in-svg-text branch March 13, 2018 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants