-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
Labels
discussionfeature requestfixed on 4.xThis issue has been already fixed on the v4 but exists in v3This issue has been already fixed on the v4 but exists in v3has workaround
Description
What problem does this feature solve?
Right now, if we want to open a link in a new tab (or page), we can use target="_blank".
In some cases, I prefer using named target when opening a new tab. This way, if we click multiple times on the same link, it will only refresh the named tab already opened.
Accepting something like target="my_report" would be great. Right now, the target attribute is added to the a tag, but the link is not opened on another tab.
What does the proposed API look like?
Accepting named target and opening them in new tabs
Metadata
Metadata
Assignees
Labels
discussionfeature requestfixed on 4.xThis issue has been already fixed on the v4 but exists in v3This issue has been already fixed on the v4 but exists in v3has workaround