Closed
Description
Router ignores cmd/ctrl+click on A tags.
frappe/frappe/public/js/frappe/router.js
Lines 34 to 53 in f04287a
But many places don't use a
tags, and that causes inconsistent behavior and is bad for accessibility.
All of these are not following "link" conventions:
- List view - individual rows - works if you click on title/first column. fix(UX): allow clicking on row to open in new tab #18789
- Workspace - "shortcuts" type
- Many other small use cases which can be ignored for now (like menu -> click)
- awesome bar results
- Quicklist
Ctrl+click should always just work.