Patch #13645
Do not show context menu when right clicking on image.
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | - |
Description
Currently, the context menu (class="hascontextmenu") is not shown when right clicking on a link (<a>...</a>), but it shown when right clicking on a link image <a><img>...</img></a>.
Showing the context menu will hide the normal right click menu allowing, for example, to open the link in a new window.
I'm not a javascript expert, but the proposed patch does the trick