discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=86a2fcd6d28c9af0e351f328f2121bc7ecc55c74
commit 86a2fcd6d28c9af0e351f328f2121bc7ecc55c74 Author: zmike <michael.blumenkra...@gmail.com> Date: Sun Apr 27 13:47:05 2014 -0400 ctxpopup bg theme should block all mouse events, not just left button @fix --- data/themes/edc/elm/ctxpopup.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/themes/edc/elm/ctxpopup.edc b/data/themes/edc/elm/ctxpopup.edc index d244398..c7e8553 100644 --- a/data/themes/edc/elm/ctxpopup.edc +++ b/data/themes/edc/elm/ctxpopup.edc @@ -23,7 +23,7 @@ group { name: "elm/ctxpopup/bg/default"; } programs { program { - signal: "mouse,clicked,1"; source: "base"; + signal: "mouse,clicked,*"; source: "base"; action: SIGNAL_EMIT "elm,action,click" "elm"; } program { --