In WebGL context menu doesn't appear when clicking right mouse... alright. But know it appears on Canvas :| Pesky mouse is giving me headaches :D Is there a way to somehow block mouse events propagating outside of game ?
On: Chrome 15, Win7
Right clicks don't show the context menu in Canvas2D or WebGL modes here on Chrome 15... not sure why this might be, are you sure it comes up on Canvas 2D only?
Develop games in your browser. Powerful, performant & highly capable.
Just rechecked it and yes it appears on canvas only. More specifically it appears when releasing mouse. I have a control assigned with right mouse. Maybe it is causing it ?
I can't reproduce this at all, the latest build never shows context menus in any mode for me. Maybe you can post your .capx file?
I can't post my current cap but i'll try to reproduce it in another capx
Just tried it on an empty capx no events no objects. And same thing. Maybe a plugin is affecting it ? Very strange. Anyway here's the capx : Link
Nope, your correctly blocks right click for me in Chrome, Firefox and IE. Maybe you have some browser plugins that are breaking it?
Yeah it appears to be a browser plugin. I'll find out what. Thanks.
It was indeed a plugin. What do you use for blocking context menu ? It appears plugins can affect it after all.
Which browser plugin, out of interest? The context menu is blocked using ordinary javascript (oncontextmenu="return false;"), nothing special.
"Better Pop Up Blocker"