Closed
Bug 821366
Opened 13 years ago
Closed 13 years ago
time picker could not set correct value to the input
Categories
(Firefox OS Graveyard :: Gaia::System, defect, P2)
Tracking
(blocking-basecamp:+)
People
(Reporter: rudyl, Assigned: rudyl)
Details
(Keywords: regression)
Attachments
(2 files)
STR
====
1. Go to calendar app.
2. click the "plus" icon to add a new event.
3. click the date input and use the new spinner style date picker, move the year forward to like 2035.
4. click the time picker and change the hour.
Expected:
The input could show the correct time set.
Actual:
Sometimes it would show "NaN:00" or some unexpected value from the time picker.
Note: this is a regression caused by Bug 813138 and we already prepare a patch for this.
**Note for Triage**
This should be a blocker+, since time picker is one of the basic system component.
| Assignee | ||
Comment 1•13 years ago
|
||
Pointer to Github pull-request
| Assignee | ||
Comment 2•13 years ago
|
||
Comment on attachment 691881 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/7000
Dear Ian,
Could you please help review this change in value picker?
Thank you.
You may want to reference the pull request that caused this regression.
https://github.com/mozilla-b2g/gaia/pull/6963
Attachment #691881 -
Flags: review?(iliu)
| Assignee | ||
Updated•13 years ago
|
Keywords: regression
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → rlu
blocking-basecamp: --- → ?
Comment 3•13 years ago
|
||
(In reply to Rudy Lu [:rudyl] from comment #0)
> Created attachment 691877 [details]
> screenshot for wrong time value.
>
> STR
> ====
>
> 1. Go to calendar app.
> 2. click the "plus" icon to add a new event.
> 3. click the date input and use the new spinner style date picker, move the
> year forward to like 2035.
> 4. click the time picker and change the hour.
Step 4. Should be "Click the time picker and click OK directly"
Comment 4•13 years ago
|
||
Comment on attachment 691881 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/7000
It looks like a nit in naming variable.
I verify your patch and work for me.
Attachment #691881 -
Flags: review?(iliu) → review+
Comment 5•13 years ago
|
||
Triage: BB+, C3, P2 - regression
blocking-basecamp: ? → +
Priority: -- → P2
Target Milestone: --- → B2G C3 (12dec-1jan)
| Assignee | ||
Comment 6•13 years ago
|
||
Fixed with,
https://github.com/mozilla-b2g/gaia/pull/7000.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 7•13 years ago
|
||
Verified that the time picker no longer displays an invalid value after setting a Calendar event for a date in the distant future.
Checked on 20130103070201 on 1/3/13
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•