Commit Graph

330 Commits

Author SHA1 Message Date
Valeriy Chupurnov
441cb69610
Merge pull request #723 from toptalo/issue-689
Add normalization to mousewheel event to fix scroll speed issue
2020-06-23 12:17:39 +03:00
Valeriy Chupurnov
87319b4baf
Merge pull request #738 from okremer84/fix_up_down_arrow
Fix up/down arrow
2020-06-23 12:16:56 +03:00
Giga
a9c876db7c
fix infinite loop
if start is `Invalid Date` then start.getDay() is `Nan`, so code gets stuck on infinite loop.
2020-04-16 22:46:53 +04:00
Omer Kremer
02652edbbf Fix up/down arrow 2020-03-29 13:50:46 -07:00
Valeriy Chupurnov
cda4cbc903
Merge pull request #725 from Lukom/feature/fix-ukrainian-short-day-names
Fix ukrainian short day names
2020-02-03 00:32:24 +03:00
Baurzhan Muftakhidinov
cb636d2439
Add Kazakh locale. 2020-01-11 19:17:28 +05:00
Lev Lukomskyi
58174a023d Fix ukrainian short day names 2019-11-15 22:47:38 +02:00
toptalo
b0e96fe2c4 Add normalization to mousewheel event to fix scroll speed issue
Closes #689
2019-11-11 18:57:26 +03:00
Maksim Degtyarev
b11add5663 add insideParent property
(cherry picked from commit ebc3c8630e)
2019-02-23 14:22:03 +03:00
Maksim Degtyarev
9ab5953f50 fix removing symbols with cmd or selecting
(cherry picked from commit cf89d330df)
2019-02-23 14:21:01 +03:00
Valeriy Chupurnov
af7dbc036b
Merge pull request #693 from bmalpham8/master
fix onClose call multiple times
2019-02-23 13:29:53 +03:00
Valeriy Chupurnov
3451e14ed5
Merge pull request #697 from xdan/revert-694-master
Revert "fix removing symbols with cmd or selecting"
2019-02-23 13:29:37 +03:00
Valeriy Chupurnov
aee154de73
Merge pull request #685 from degroote-benjamin/Fix/wheel
fix timepicker wheel
2019-02-23 13:28:38 +03:00
Valeriy Chupurnov
9145648287
Revert "fix removing symbols with cmd or selecting" 2019-02-23 13:27:49 +03:00
Maksim Degtyarev
ebc3c8630e add insideParent property 2019-01-16 16:23:06 +03:00
Maksim Degtyarev
cf89d330df fix removing symbols with cmd or selecting 2018-12-26 18:15:50 +05:00
Thomas Wunner
6e7243d778 fix onClose call multiple times 2018-12-20 14:26:41 +01:00
degroote-benjamin
1329a33ff5
direction was inverse 2018-08-30 15:14:19 +02:00
degroote-benjamin
8adc163816
fix timepicker wheel 2018-08-30 15:01:45 +02:00
Niren Orie
03a96bed8a Object.values not supported in IE 2018-08-13 15:15:46 -04:00
Kyle
83bc5ef2e3
fixes #669 fix paste error overflowing mask length 2018-06-14 18:18:48 -04:00
Valeriy
7d945b6024
Merge pull request #649 from HuBandiT/master
fix minTime/maxTime
2018-03-21 19:23:48 +05:00
Mike Kamermans
80b269bdb9
Update jquery.datetimepicker.js 2018-03-19 11:45:43 -07:00
Mike Kamermans
d443bae502
Update jquery.datetimepicker.js 2018-03-19 11:44:43 -07:00
Mike Kamermans
1956c8b4ba
Fix touch events crashing on desktop
Fixes https://github.com/xdan/datetimepicker/issues/636 by actually checking the event type for mouse vs. touch

Fairly critical bug because it's a guaranteed throw.
2018-03-19 11:42:45 -07:00
HuBandiT
d409dfa212 fix minDateTime/maxDateTime
UI FIXME: if you are on the day with the minDateTime/maxDateTime limit and your timebox lists only the times according to the limit, when you click on another day, the timebox is populated with all the newly allowed times, but the scrollbar does not update, so you cannot scroll to them using the scroll bar. if you click again on a day (any day), the scrollbar is updated correctly and you can select all times from the timebox again
2018-03-08 00:12:56 +01:00
HuBandiT
9eba6ad646 fix minTime/maxTime; improvement: timebox only contains time lines between minTime <= x < maxTime 2018-03-07 21:24:53 +01:00
Valeriy
4bbf1de9aa
Merge pull request #642 from nireno/fix_641
Fix issue #641
2018-02-16 15:06:43 +05:00
EThaiZone
b7be13d75e Make yearOffset to make it usable - Fix I used let - LOL 2018-02-15 17:17:26 +07:00
EThaiZone
ed8a1540bb Make yearOffset to make it usable 2018-02-15 17:11:21 +07:00
Niren Orie
8842bfe0f3 Re-introduce momentjs support via a predefined date formatter 2018-02-12 11:02:24 -04:00
Niren Orie
f006e96b62 Fix issue #641
This removes the reference to the global moment function. A custom masking function must now accompany any custom formatter configured via setDateFormatter. This will prevent moment.js from breaking pages that use the default formatter.
2018-02-09 18:26:55 -04:00
Alex Wijnholds
9484843502 Added support for not opening on focus 2018-01-19 15:01:33 +01:00
Stéphane Brunner
43c276b1a4 Set the Seconds and the Milliseconds on defaultTime 2018-01-10 10:09:04 +01:00
Valeriy
5fa7e7de97
Merge pull request #625 from KyleMit/master
Fixes #416 - Deleting selected values from the datepicker
2018-01-04 06:32:03 +05:00
Russell Glasser
a486c92379 Improve sensitivity of scrollable select boxes on mobile, so that some slight movement will not prevent selecting a value 2018-01-02 10:55:33 -06:00
Kyle
80e5790562
fixes #416 - handle selection length on delete 2017-12-20 16:10:23 -05:00
Kyle
b4e959a81c
fixes #416 - handle selection length on delete 2017-12-13 11:13:36 -05:00
Valeriy
c6816386e4
Merge pull request #609 from jaypatel512/patch-1
Go through all `if` condition to disable specific date
2017-11-21 18:10:18 +05:00
Valeriy
63441fde6d
Merge pull request #619 from rglasser27/fix-scrolling-for-mobile
Fix an issue with mobile scrolling
2017-11-21 18:04:07 +05:00
Russell Glasser
9ac780e651 Fix an issue on mobile, where touching a scrollable list of options would immediately select (and sometimes close) the month, year, or time instead of letting you scroll 2017-11-03 14:05:15 -05:00
Russell Glasser
68fa53992c Reverting this line to an older version. The change is breaking the time selection when using the "step" option. 2017-11-03 13:55:56 -05:00
Jay
20a5e4cae0 Go through all if condition to disable specific date
- Fixes https://github.com/xdan/datetimepicker/issues/608
2017-10-15 00:38:11 -05:00
Chupurnov Valeriy
9de4639abf New version 2.5.9 2017-10-12 14:38:30 +05:00
Chupurnov Valeriy
a60a0db679 New version 2.5.8 2017-10-12 14:27:24 +05:00
Chupurnov Valeriy
b7dc5fe1d3 Buy bower! 2017-10-12 14:22:05 +05:00
Chupurnov Valeriy
6f86f8c9ca New version 2.5.5 2017-10-12 13:18:22 +05:00
Valeriy
b5443286af Merge pull request #579 from bunhann/master
Fix Khmer Language Spelling
2017-10-12 12:34:04 +05:00
Alex Melnikov
4cdabdc530 The picker's offsetHeight is not calculated correctly when calendar is not generated.
If options.allowBlank is true, "setPos" does not set the picker position over the input field
when the input field is at the bottom of a page.
2017-06-07 14:52:41 +05:00
Bunhann
84932f2b97 Fix Khmer Language Spelling 2017-05-18 10:45:53 +07:00