mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
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 {
|
else {
|
||||||
this.$timeObj.val($.datepicker.formatTime(pickerTimeFormat, this, o) + pickerTimeSuffix);
|
this.$timeObj.val($.datepicker.formatTime(pickerTimeFormat, this, o) + pickerTimeSuffix);
|
||||||
}
|
}
|
||||||
this.$timeObj[0].setSelectionRange(sPos, ePos);
|
//this.$timeObj[0].setSelectionRange(sPos, ePos);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.timeDefined = true;
|
this.timeDefined = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user