Bug #91180
closedmiddle mousekey / right click dosen't work for certain links, example install-tool
0%
Description
Middle mousekey to open links in new Tab - or right click > open in new tab doesen't work for certain "links" because there are no links anymore instead now it's a "modulemenu-action" thing...
For example at the install-tool the button: "Switch to Backend".
Updated by Riccardo De Contardi over 3 years ago
Indeed all the items in the module left menu are in fact <button>
and not links, but the same happens on the module menu of the backend, so I guess it's by design, am I wrong?
Updated by Riccardo De Contardi 5 months ago
- Status changed from New to Closed
I close this issue as it is no longer reproducible on TYPO3 11, 12 and 13: in fact since TYPO3 11 both on Install Tool and on the Backend, the module menu items are no longer built with <button>
tags but with <a>
tags; therefore right-click and "open in a new tab/window..." works now.
(I guess since 11.2 but I could be wrong)
If you think that this is the wrong decision or there is still work to do here, please reopen the issue or open a new issue with a reference to this one. Thank you.