Closed
Bug 825397
Opened 13 years ago
Closed 13 years ago
Duplicate <div> label may be inserted into Range Components after loading another section.
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect)
Tracking
(blocking-b2g:-, b2g18 fixed, b2g18-v1.0.1 fixed)
RESOLVED
FIXED
| blocking-b2g | - |
People
(Reporter: vend_qichao.lu, Assigned: rudyl)
Details
Attachments
(4 files)
In Settings, first go to Sound section, the Range Component will be inserted a <div> label.
Then go to Display section, the hidden Range Component in Sound section will be insert another <div> label.
In current UI layout, the problem can hardly be noticed.
But if the space of the <li> label is extended (e.g. the space for each line of Ringer, Alarm, Tones is added by some px). There will be two paralleled of range component displayed.
Screen Captures will be updated as attachment to illustrate the problem.
Comment 2•13 years ago
|
||
Rudy, please help to check this issue.
Assignee: styang → rlu
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•13 years ago
|
||
Pointer to Github pull-request
| Assignee | ||
Comment 4•13 years ago
|
||
Comment on attachment 704424 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/7698
Hi Kaze,
This is a simple patch that not to redundantly replace all input elements with the polyfill() magic again.
Thanks.
Attachment #704424 -
Flags: review?(kaze)
| Assignee | ||
Comment 5•13 years ago
|
||
** Triage **
Nominate this as blocking because it is an obvious UI issue with a simple STR.
Please refer to the attachment.
STR
====
1. Go to settings.
2. Go to display settings and then Sound settings.
3. Go back to display => issue reproduced.
| Assignee | ||
Updated•13 years ago
|
blocking-b2g: --- → tef?
Comment 6•13 years ago
|
||
(In reply to qichao from comment #0)
> In current UI layout, the problem can hardly be noticed.
Blocking- because this. We couldn't reproduce in triage. How did you reproduce?
blocking-b2g: tef? → -
Comment 7•13 years ago
|
||
Comment on attachment 704424 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/7698
Good catch, thanks.
Attachment #704424 -
Flags: review?(kaze) → review+
| Assignee | ||
Comment 8•13 years ago
|
||
This issue has been fixed by the following commit from Bug 808250,
https://github.com/mozilla-b2g/gaia/commit/d079a79acbe55325f5203f84037bc6a6c961c3e7
Note: this commit has NOT been merged into v1.0.0 branch.
Only in master and v1-train.
| Assignee | ||
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
status-b2g18:
--- → fixed
status-b2g18-v1.0.1:
--- → fixed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•