-
Notifications
You must be signed in to change notification settings - Fork 145
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
WPEX-1922 - disable links in editor, enable gist links in front end #2349
Conversation
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
@snovosel-godaddy we'll need to fix the unit tests as well |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍 Working well. I just added a target="_blank"
to the link so that it opened in a new tab, since that was apart of the AC.
Description
This PR fixes an issue with the Gist block which (within the editor) any links within the Gist iframe will open within the iframe itself rather than the window. These changes disable the links within the editor and include a script on the front end to re-enable the links.
Fixes #2326
Screenshots
Types of changes
Bug fix
How has this been tested?
manually
Acceptance criteria
Links should not be clickable/openable within the editor.
Checklist: