You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Visits Log and Segmented Visits Log, the "View visitor profile" link can't be opened in a new tab/window, because the a element is missing href attribute.
Because the "View visitor profile" link's event handler already has preventDefault(), this addition won't impact the current behavior when clicking, but only allow for opening in new tab the widgetized link.
Why is this useful
I often need to open multiple visitor profiles, e.g. from the Events page: "Open the segmented visits log" which opens in a popup/dialog > "View visitor profile" which replaces the dialog with a new one. When I click the browser back button to go to a different profile, the scroll position is reset and the segmented visits may be different.
By being able to Open in new tab, I won't have these problems.
Your Environment
Matomo Version: 5.2.1
PHP Version: 8.3.15
Server Operating System: Ubuntu Server 22.04
Additionally installed plugins:
The text was updated successfully, but these errors were encountered:
marto55555
added
Enhancement
For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
To Triage
An issue awaiting triage by a Matomo core team member
labels
Jan 17, 2025
Hi @marto55555,
Thank you for bringing this to our attention and for your valuable input.
Your suggestion seems like a valuable enhancement to our product.
We will forward this to our Product team for review and future consideration.
If you have any additional details or questions, please feel free to share them here.
Summary
In the Visits Log and Segmented Visits Log, the "View visitor profile" link can't be opened in a new tab/window, because the
a
element is missinghref
attribute.My suggestion
Set the
href
attribute to the same Widgetized link as in the Visitor Profile ID link.Because the "View visitor profile" link's event handler already has preventDefault(), this addition won't impact the current behavior when clicking, but only allow for opening in new tab the widgetized link.
Why is this useful
I often need to open multiple visitor profiles, e.g. from the Events page: "Open the segmented visits log" which opens in a popup/dialog > "View visitor profile" which replaces the dialog with a new one. When I click the browser back button to go to a different profile, the scroll position is reset and the segmented visits may be different.
By being able to Open in new tab, I won't have these problems.
Your Environment
The text was updated successfully, but these errors were encountered: