Closed
Bug 891317
Opened 12 years ago
Closed 12 years ago
[Settings] Month align of Date select is not good
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect, P1)
Tracking
(blocking-b2g:leo+)
RESOLVED
DUPLICATE
of bug 891170
blocking-b2g | leo+ |
People
(Reporter: leo.bugzilla.gaia, Unassigned)
Details
Attachments
(2 files)
1. Title : Month align of Date select is not good
2. Precondition : After flashing
3. Tester's Action : In FTU or Settings app - Select Date & Time
1) Month align is right at first. (find attachment with "Date_picker.png")
2) Select time picker and then reselect date picker. (find attachment with "Date_picker_after.png")
4. Detailed Symptom :
5. Expected :
6. Reproducibility: Y
- Frequency Rate : 100%
7.Gaia Master/v1-train : v1-train reproduced
8. Version Info
Gaia : 0d5a9a7577f16b6a72a982148c6f509ee1714ea2
Gecko : 499c1f8ea7ad0cdaa7086214278e2944b8a2ea33
It's a wrong width for month.
apps/system/style/value_selector/spin_date_picker.css
#spin-date-picker .value-picker-month-wrapper {
position: absolute;
width: -moz-calc(100% - 127px);
height: 100%;
top: 10em;
left: 0px; /* 54px -> 0px */
}
I will upload the patch soon
Comment 4•12 years ago
|
||
it seems a dup of bug 891170 , and I think it's already fixed in master branch.
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•