ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Context menu doesn't work in Opera (Bug #389)


Added by Daniel Khalil at 2011-05-10 10:10 am. Updated at 2011-05-10 11:23 pm.


Status:Closed Start date:2011-05-10
Priority:Normal Due date:
Assignee:Eric Davis % Done:

0%

Category:User interface
Target version:2.0.0
Remote issue URL: Affected version:

Description

The context menu doesn't work in Opera - or actually, it has been disabled for some reason.

In context_menu.js, line 27:

        if (window.opera && !e.altKey) { return; }

You'd just need to remove that line.


History

Updated by Felix Schäfer at 2011-05-10 10:52 am

IIRC this is intended as Opera has a policy of always showing the Opera right-click menu on a right-click, and that you have to push the "alt" key for Opera to actually pass the right-click to the webpage.

  • Estimated time deleted (0.10)

Updated by Daniel Khalil at 2011-05-10 11:13 am

This has changed with I think version 10 or so of Opera, as this is more or less standard browser behaviour. I removed that line in my installation and am working with that for about a year or so already - thus at least my confirmation that it works.

Updated by Eric Davis at 2011-05-10 11:23 pm

This was fixed upstream and is in the unstable branch. 2740c67682c23e4c8cd4803cc6ff93f0be96bda2

  • Target version set to 2.0.0
  • Assignee set to Eric Davis
  • Status changed from Ready for review to Closed

Also available in: Atom PDF