forked from extern/egroupware
Keep focus in textbox when editing times
This commit is contained in:
parent
c54abbfd1f
commit
105856f549
2
api/js/jquery/jquery-ui-timepicker-addon.js
vendored
2
api/js/jquery/jquery-ui-timepicker-addon.js
vendored
@ -884,7 +884,7 @@
|
||||
else {
|
||||
this.$timeObj.val($.datepicker.formatTime(pickerTimeFormat, this, o) + pickerTimeSuffix);
|
||||
}
|
||||
this.$timeObj[0].setSelectionRange(sPos, ePos);
|
||||
//this.$timeObj[0].setSelectionRange(sPos, ePos);
|
||||
}
|
||||
|
||||
this.timeDefined = true;
|
||||
|
Loading…
Reference in New Issue
Block a user