package version up (2.1.85), Fixed Command Bar to show the help (CR key event)
authorkh5325.kim <kh5325.kim@samsung.com>
Mon, 2 Sep 2013 08:23:17 +0000 (17:23 +0900)
committerkh5325.kim <kh5325.kim@samsung.com>
Mon, 2 Sep 2013 08:23:17 +0000 (17:23 +0900)
org.tizen.common.ui/plugin.xml
org.tizen.common.ui/src/org/tizen/common/ui/commandbar/textAssist/TextAssist.java
package/changelog
package/pkginfo.manifest

index fea5d95..e471be2 100644 (file)
@@ -63,7 +63,7 @@
        <group id="org.tizen.common.ui.commandbar" separatorsVisible="true">\r
              <location>\r
                <bar type="trim"></bar>\r
-               <order position="before" relativeTo="status"></order>\r
+               <order position="start" relativeTo="status"></order>\r
              </location>\r
        </group>\r
        <widget class="org.tizen.common.ui.commandbar.StatusBar" id="org.tizen.common.ui.commandbar.status">\r
index bae8db3..e8cc18c 100644 (file)
@@ -329,6 +329,7 @@ public class TextAssist extends Composite {
                     }\r
                     addHistory(TextAssist.this.text.getText());\r
                     fireSubmit(TextAssist.this.text.getText());\r
+                    break;\r
                 case SWT.ESC:\r
                     TextAssist.this.popup.setVisible(false);\r
                     tableState = STATE_TABLE_UNFOCUSED;\r
index 5204b87..c23c4a5 100644 (file)
@@ -1,3 +1,6 @@
+* 2.1.85
+- Fixed "Command Bar" to show the help (CR key event)
+== kh5325.kim <kh5325.kim@samsung.com> 2013-09-02
 * 2.1.84
 - Added "Command Bar" (experimental)
 == kh5325.kim <kh5325.kim@samsung.com> 2013-09-02
index 78f85b2..a69edfc 100644 (file)
@@ -1,4 +1,4 @@
-Version:2.1.84
+Version:2.1.85
 Source:common-eplugin
 Maintainer:kangho kim <kh5325.kim@samsung.com>, yoonki park <yoonki.park@samsung.com>, hyunsik non <hyunsik.noh@samsung.com>, taeyoung son <taeyoung2.son@samsung.com>, gune Kim <gune.kim@samsung.com>, ho namkoong <ho.namkoong@samsung.com>, hyeongseok heo <hyeong-seok.heo@samsung.com>, gyeongseok seo <gyeongseok.seo@samsung.com>, jihoon song <jihoon80.song@samsung.com>, changhyun lee <changhyun1.lee@samsung.com>, bonyong lee <bonyong.lee@samsung.com>, shingil kang <shingil.kang@samsung.com>