code-d / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
Other
0 stars 0 forks source link

Select several shapes via "Ctrl" on Mac opens context menu #212

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. On Mac, open or create a model and create several shapes
2. select several shapes by using "Ctrl" key.
3.

What is the expected output?
the shapes are selected

What do you see instead?
the shapes are selected, but every time you click the mouse button while
pressing "Ctrl" the context menu opens.

one possibility would be to disable the context menu at all, e.g. by using:

<body oncontextmenu="return false;">  

but if the editor is integrated into another page, this is probably not the
best idea.

Original issue reported on code.google.com by NicoPete...@gmail.com on 2 Sep 2008 at 10:04

GoogleCodeExporter commented 8 years ago

Original comment by NicoPete...@gmail.com on 2 Sep 2008 at 10:10

GoogleCodeExporter commented 8 years ago
works on mac!

Original comment by NicoPete...@gmail.com on 8 Sep 2008 at 1:33

GoogleCodeExporter commented 8 years ago

Original comment by NicoPete...@gmail.com on 22 Oct 2008 at 6:33