Timepicker: Added return false; after vclick
authorhjnim.kim <hjnim.kim@samsung.com>
Thu, 25 Apr 2013 07:20:21 +0000 (16:20 +0900)
committerYoumin Ha <youmin.ha@samsung.com>
Fri, 26 Apr 2013 05:43:29 +0000 (14:43 +0900)
Added return false; after vclick.
To solve, overlap selector problem
N_SE-35828

Change-Id: I7162f5616bf9328192689cdd71104529ec626936

src/js/widgets/jquery.mobile.tizen.datetimepicker.js

index e4c9de7..a8be763 100644 (file)
@@ -258,6 +258,7 @@ define( [ 'jquery.mobile.tizen.widgetex', 'jquery.mobile.tizen.popupwindow', 'jq
 
                        this.ui.find('.ui-datefield-period').buttonMarkup().bind( 'vclick', function ( e ) {
                                obj._switchAmPm( obj );
+                               return false;
                        });
 
                        this.element.attr( "data-" + ( $.mobile.ns ? $.mobile.ns + "-" : "" ) + "format", this.options.format );
@@ -554,6 +555,7 @@ define( [ 'jquery.mobile.tizen.widgetex', 'jquery.mobile.tizen.popupwindow', 'jq
                        this._popup_open = false;
                        this.ui.bind('vclick', function ( e ) {
                                obj._showDataSelector( obj, this, e.target );
+                               return false;
                        });
 
                        $.extend( this, {