-
Notifications
You must be signed in to change notification settings - Fork 115
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
Anchor Tags Can Lead to Page Reload #101
Comments
Proposal enforce links opening as |
I agree that we should open links externally: in a viewer scenario a new browser tab would be opened. In the Modeler editor we would call the standard browser of the system to open the link. In the viewer, anchor links should not show that behavior but jump to the reference within a page. Editor scenario tbd |
This issue is fixed in @andreasgeier Links within the document work as expected. |
Describe the Bug
Anchor tags with an empty or relative
href
lead to a page reload.Steps to Reproduce
<a href>Click</a>
or<a href="foo">Click</a>
to a text form fieldExpected Behavior
Page doesn't reload. One way to avoid this issue would be adding
target="_blank"
to all anchor tags by default.Environment
The text was updated successfully, but these errors were encountered: