Closed
Bug 861152
Opened 12 years ago
Closed 12 years ago
[Settings] Phone lock timeout select is not aligned with the other labels
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect)
Tracking
(b2g18-)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
b2g18 | - | --- |
People
(Reporter: mihai, Assigned: mihai)
Details
(Keywords: regression)
Attachments
(2 files)
STR: Go to Settings > Phone lock > Enable "Passcode lock" > Set a passcode
After setting a passcode the user is returned to the "Phone lock" screen where a timeout select and a "Change Passcode" button are shown.
Actual: The timeout select is not aligned with the text labels and its width doesn't match the width of the button.
Expected: The timeout select from the Phone Lock screen (Settings app) should be aligned with the text labels and match the width of the "Change Passcode" button
NOTE: this doesn't reproduce on v1-train (54ab4ce), only on master (fa79f2f)
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → mihai
tracking-b2g18:
--- → ?
Assignee | ||
Comment 1•12 years ago
|
||
The patch for Bug 802234 changes the padding for .fake-select (Line 338 in apps/settings/style/lists.css) without actually needing it for the fix, from what I noticed. This breaks the alignment for the lock timeout select in "Phone lock" screen.
Attachment #736777 -
Flags: review?(pivanov)
Updated•12 years ago
|
Comment 2•12 years ago
|
||
I don't see this on v1.0.1 FWIW.
Updated•12 years ago
|
Keywords: regression
Assignee | ||
Comment 3•12 years ago
|
||
(In reply to Andrew Overholt [:overholt] from comment #2)
> I don't see this on v1.0.1 FWIW.
Hi Andrew, the behavior is observable only on master: commit 6fdf36c189e0963774abf44806fbfd948e16e531 from Bug 802234 introduces it. My patch fixes the error introduced by the respective commit -- if it is uplifted, then the commit containing this patch needs to be uplifted too (once it's merged to master).
Updated•12 years ago
|
Attachment #736777 -
Flags: review?(pivanov) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Landed on master:
https://github.com/mozilla-b2g/gaia/commit/55cbd19bf1e340cd2717fdaf9819fdd264039326
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•