Date pattern detection in datetimepicker may fail depending on the user's timezone
Categories
(Calendar :: Lightning Only, defect)
Tracking
(Not tracked)
People
(Reporter: andycher11, Assigned: MakeMyDay)
References
Details
(Whiteboard: [datetime-issue-6.2])
Attachments
(3 files, 24 obsolete files)
57.56 KB,
image/jpeg
|
Details | |
45.25 KB,
image/jpeg
|
Details | |
5.01 KB,
patch
|
Fallen
:
review+
Fallen
:
approval-calendar-beta+
Fallen
:
approval-calendar-esr+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•6 years ago
|
||
Reporter | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Reporter | ||
Comment 4•6 years ago
|
||
Reporter | ||
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Reporter | ||
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
Reporter | ||
Comment 9•6 years ago
|
||
Reporter | ||
Comment 10•6 years ago
|
||
Assignee | ||
Comment 11•6 years ago
|
||
Reporter | ||
Comment 12•6 years ago
|
||
Assignee | ||
Comment 13•6 years ago
|
||
Assignee | ||
Comment 14•6 years ago
|
||
Reporter | ||
Comment 15•6 years ago
|
||
Reporter | ||
Comment 16•6 years ago
|
||
Assignee | ||
Comment 17•6 years ago
|
||
Reporter | ||
Comment 18•6 years ago
|
||
Assignee | ||
Comment 19•6 years ago
|
||
Reporter | ||
Comment 20•6 years ago
|
||
Assignee | ||
Comment 21•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Reporter | ||
Comment 22•6 years ago
|
||
Assignee | ||
Comment 23•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Reporter | ||
Comment 24•6 years ago
|
||
Assignee | ||
Comment 25•6 years ago
|
||
Reporter | ||
Comment 26•6 years ago
|
||
Assignee | ||
Comment 27•6 years ago
|
||
Reporter | ||
Comment 29•6 years ago
|
||
Assignee | ||
Comment 30•6 years ago
|
||
Reporter | ||
Comment 31•6 years ago
|
||
Assignee | ||
Comment 32•6 years ago
|
||
Reporter | ||
Comment 34•6 years ago
|
||
Assignee | ||
Comment 35•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Reporter | ||
Comment 36•6 years ago
|
||
Assignee | ||
Comment 37•6 years ago
|
||
Reporter | ||
Comment 38•6 years ago
|
||
Reporter | ||
Comment 39•6 years ago
|
||
Reporter | ||
Comment 40•6 years ago
|
||
Assignee | ||
Comment 41•6 years ago
|
||
Assignee | ||
Comment 42•6 years ago
|
||
Reporter | ||
Comment 44•6 years ago
|
||
Assignee | ||
Comment 45•6 years ago
|
||
Reporter | ||
Comment 46•6 years ago
|
||
Assignee | ||
Comment 47•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Reporter | ||
Comment 53•6 years ago
|
||
Assignee | ||
Comment 54•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 56•6 years ago
|
||
Updated•6 years ago
|
Comment 57•6 years ago
|
||
Comment 58•6 years ago
|
||
Comment 59•6 years ago
|
||
Comment 60•6 years ago
|
||
Assignee | ||
Comment 61•6 years ago
|
||
Comment 62•6 years ago
|
||
Comment 63•6 years ago
|
||
I've tested this and the mozmill test works with and without the patch. The event dialog closes fairly fast, so it does not look like a timing issue. Maybe another try run if this was just an intermittent?
Comment 64•6 years ago
|
||
I've sent this to try - https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=8149cecc08b8e5212196137478a213331454b013
This bug is preventing multiple xbl removals from landing, so we should make sure to fix it soon.
Comment 65•6 years ago
|
||
Not intermittent it seems.
New try with some dumps around the changed code: https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=1fb2fa30cbef739ba6578fb43fcf3215bd5c350b
Assignee | ||
Comment 66•6 years ago
|
||
This patch should fix the failing tests. In fact, it was not a test issue but a real problem.
It was not related to Mac but to the OS timezone the maschine is in. The code to init datetime patterns was mixing up month and day. As a result, dates could not be formaated correctly if the timezone offset to GMT was positive.
I changed the month and day numbers now for the probe date, so the code cannot choke on it anymore.
A try push with all my debug code in it was already green, let's see what another one with this patch will bring.
Assignee | ||
Comment 67•6 years ago
|
||
Comment 68•6 years ago
|
||
Assignee | ||
Comment 69•6 years ago
|
||
Thanks. Beta would be nice if we have one before the next ESR release, since there are some other bugs around which i hope are getting fixed with this change, but that needs to be confirmed by the reporters.
If there's no new beta we can go directly to ESR.
Comment 70•6 years ago
|
||
TB 66 Beta 66 planned as soon as one blocker bug is resolved. TB 60.6 is planned for end of March unless something terrible happens.
Comment 71•6 years ago
|
||
Pushed by richard.marti@gmail.com:
https://hg.mozilla.org/comm-central/rev/5fcb177a3309
Avoid timezone conversion for date pattern detection of the dettimepicker;r=philipp
Updated•6 years ago
|
Updated•6 years ago
|
Comment 73•6 years ago
|
||
TB 66 beta 3 (if we do one) / Cal 6.8:
https://hg.mozilla.org/releases/comm-beta/rev/68eeb51034c66fa5ae08c2ed0975e77bb8a5e2c6
Due to the prior landing and later backout I didn't notice that this needed re-landing :-(
Comment 74•6 years ago
|
||
TB 60.6 ESR / Cal 6.2.6:
https://hg.mozilla.org/releases/comm-esr60/rev/20a503e373535088938fab27375c8c547d078c56
Description
•