-
Notifications
You must be signed in to change notification settings - Fork 111
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: Links in HTML component always open in same view #1054
Comments
I'm fixing this directly in web modeler, as we don't really want to make assumptions within form-js about how those links should redirect. It's up to the implementer I reckon to choose. |
@Skaiir makes sense, but also take care of Tasklist here, and it should not sanitize |
This has been updated in web modeler and merged. It still needs updating in tasklist. |
@Skaiir can we move this one, was it updated on tasklist? |
Let's move it back to the backlog for now. |
Actually we ended up fixing this in tasklist as well with the new release, so this issue may now be closed. |
Describe the Bug
Links in the HTML component always open in the same view, even when
target="_blank"
is present.Steps to Reproduce
target="_blank"
Expected Behavior
Links should always open in a new tab
Environment
The text was updated successfully, but these errors were encountered: