Closed
Bug 1118850
Opened 10 years ago
Closed 10 years ago
The calendar icon in the bottom left hand corner doesn't always display the correct day of the month
Categories
(Firefox OS Graveyard :: Gaia::Calendar, defect)
Tracking
(blocking-b2g:-, tracking-b2g:+)
RESOLVED
FIXED
People
(Reporter: gaye, Assigned: mmedeiros)
References
Details
(Keywords: polish)
Attachments
(1 file)
Today is the 7th and it says "6". Tapping on it sends us (correctly) to the 7th in each of the views. This looks silly and will confuse users.
Reporter | ||
Updated•10 years ago
|
blocking-b2g: --- → 2.2?
Comment 1•10 years ago
|
||
tracking+ for the observed behavior but we're not sure exactly how to reproduce yet. Probably not a regression.
Assignee | ||
Comment 2•10 years ago
|
||
we definitely need a better abstraction to listen for days/minutes changes.. right now we use `setTimeout`.
also an opportunity to improve the performance of `calc.isToday()` (called many times during app startup) since we have a getter for `calc.today` which creates a new `Date` object on each call.
we should also update the "current time" on week/day views.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → mmedeiros
Comment 4•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Attachment #8593106 -
Flags: review?(gaye)
Reporter | ||
Comment 5•10 years ago
|
||
Started discussion on GH
Reporter | ||
Comment 6•10 years ago
|
||
Comment on attachment 8593106 [details] [review]
[gaia] millermedeiros:1118850-day-minute-change > mozilla-b2g:master
One syntax nit on GH but otherwise r+. Thanks for rolling with the EventEmitter2 api.
Attachment #8593106 -
Flags: review?(gaye) → review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Updated•10 years ago
|
Keywords: checkin-needed
Comment 7•10 years ago
|
||
Pull request has landed in master: https://github.com/mozilla-b2g/gaia/commit/57922c1d99a2a4663a561f896b1fdf33eab118c0
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•