[button] Focus styles are fixed because they are not emitting clicked signal at all.
authorWooHyun Jung <wh0705.jung@samsung.com>
Thu, 30 May 2013 11:47:03 +0000 (20:47 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 11:36:27 +0000 (20:36 +0900)
themes/widgets/button.edc

index 33e4733..d76681b 100644 (file)
@@ -7477,6 +7477,7 @@ group { name: "elm/button/base/bubble_circle/sent";
          }
          part { name: "over2";
             type: RECT;
+            repeat_events: 1;
             ignore_flags: ON_HOLD;
             description { state: "default" 0.0;
                color: 0 0 0 0;
@@ -7501,7 +7502,9 @@ group { name: "elm/button/base/bubble_circle/sent";
             source: "over3";
             action: SIGNAL_EMIT "elm,action,unpress" "";
          }
-         program { name: "button_unclick3";
+         program { name: "button_click3";
+            signal: "mouse,clicked,1";
+            source: "over2";
             action: SIGNAL_EMIT "elm,action,click" "";
          }
       }
@@ -7594,6 +7597,11 @@ group { name: "elm/button/base/bubble_circle/sent";
             source: "over3"; \
             action: SIGNAL_EMIT "elm,action,unpress" ""; \
          } \
+         program { name: "button_click3"; \
+            signal: "mouse,clicked,1"; \
+            source: "over2"; \
+            action: SIGNAL_EMIT "elm,action,click" ""; \
+         } \
          program { name: "action_focus"; \
             signal: "elm,action,focus_highlight,show"; \
             source: "elm"; \
@@ -7672,6 +7680,11 @@ BUTTON_DIALOGUE_FOCUS_STYLES("dialogue_focus_bottom", "00_list_group_bg_bottom_f
             source: "over3"; \
             action: SIGNAL_EMIT "elm,action,unpress" ""; \
          } \
+         program { name: "button_click3"; \
+            signal: "mouse,clicked,1"; \
+            source: "over2"; \
+            action: SIGNAL_EMIT "elm,action,click" ""; \
+         } \
          program { name: "action_focus"; \
             signal: "elm,action,focus_highlight,show"; \
             source: "elm"; \