Last modified: 2014-07-01 11:27:49 UTC
Middle mouse click on external links does not work to open an external link in a new browser tab. Alternative: Right mouse click to show the context menu with "Open link in new tab/window" does not work too. Tested with Firefox 22.
Some more details: * Middle mouse click on internal text links: OK (but mouse cursor wrong) * Middle mouse click on images: NOT OK * Middle mouse click on external links: NOT OK
The mouse cursor not changing is bug 50741 CTRL+click / right click and open in a new window/tab does work for internal and external links. It does not work for images.
*** Bug 64974 has been marked as a duplicate of this bug. ***
Middle click/ctrl click on *content editable* links in browser specific behaviour, and isn't necessarily going to be the same as for read-only links. Rather than override the browser's default behaviour we will provide a consistent way to follow links with bug 54759. Image nodes are protected from editing with highlights so we're not going to able to provide the normal context menu. I can't see a compelling use case, but such functionality may be available in the image dialog in the future. Suggest wontfix for this.