[entry] fixed selection block handler show/hide bug
authorMyungjae Lee <mjae.lee@samsung.com>
Fri, 24 Jun 2011 02:53:01 +0000 (11:53 +0900)
committerMyungjae Lee <mjae.lee@samsung.com>
Fri, 24 Jun 2011 02:53:01 +0000 (11:53 +0900)
themes/groups/entry.edc
themes/groups/multibuttonentry.edc [changed mode: 0755->0644]

index 36992cc..f6e3cd8 100644 (file)
@@ -1493,12 +1493,16 @@ group { name: "elm/entry/custom-password/popup";
                                scale: 1;
                                mouse_events: 1;
                                description { state: "default" 0.0;
-                                       visible: 1;
+                                       visible: 0;
                                        fixed: 1 1;
                                        align: 0.5 0.25;
                                        min: 50 80;
                                        color: 0 0 0 0;
                                }
+                               description { state: "show" 0.0;
+                                       inherit: "default" 0.0;
+                                       visible: 1;
+                               }
                        }
                        part { name: "handle";
                                mouse_events: 1;
@@ -1535,12 +1539,14 @@ group { name: "elm/entry/custom-password/popup";
                                source: "elm";
                                action: STATE_SET "show" 0.0;
                                target: "handle";
+                               target: "bg";
                        }
                        program { name: "unfocused";
                                signal: "elm,action,unfocus";
                                source: "elm";
                                action: STATE_SET "default" 0.0;
                                target: "handle";
+                               target: "bg";
                        }
                }
        }
@@ -1556,12 +1562,16 @@ group { name: "elm/entry/custom-password/popup";
                                scale: 1;
                                mouse_events: 1;
                                description { state: "default" 0.0;
-                                       visible: 1;
+                                       visible: 0;
                                        fixed: 1 1;
                                        align: 0.5 0.75;
                                        min: 50 80;
                                        color: 0 0 0 0;
                                }
+                               description { state: "show" 0.0;
+                                       inherit: "default" 0.0;
+                                       visible: 1;
+                               }
                        }
                        part { name: "handle";
                                mouse_events: 1;
@@ -1598,12 +1608,14 @@ group { name: "elm/entry/custom-password/popup";
                                source: "elm";
                                action: STATE_SET "show" 0.0;
                                target: "handle";
+                               target: "bg";
                        }
                        program { name: "unfocused";
                                signal: "elm,action,unfocus";
                                source: "elm";
                                action: STATE_SET "default" 0.0;
                                target: "handle";
+                               target: "bg";
                        }
                }
        }
old mode 100755 (executable)
new mode 100644 (file)