Closed
Bug 917337
Opened 11 years ago
Closed 11 years ago
[Clock] Implement Scrolling for Timer Settings
Categories
(Firefox OS Graveyard :: Gaia::Clock, defect)
Tracking
(blocking-b2g:koi+, b2g-v1.2 verified)
People
(Reporter: gnarf, Assigned: gnarf)
Details
Attachments
(1 file)
2.80 KB,
patch
|
jugglinmike
:
review+
|
Details | Diff | Splinter Review |
The vibration option is specified but the Timer edit window is not scrollable so it is impossible to get to the setting to change it.
All that should need to happen is allow scrolling in the timer window.
Assignee | ||
Comment 1•11 years ago
|
||
- Adds overflow-y: auto to #timer-dialog
- Adds a event.preventDefault() on touchstart on the time picker to stop user from scrolling while spinning inputs
Attachment #806178 -
Flags: review?(mike)
Comment 2•11 years ago
|
||
Comment on attachment 806178 [details] [diff] [review]
patch v1
Review of attachment 806178 [details] [diff] [review]:
-----------------------------------------------------------------
Very nice patch, Corey!
Attachment #806178 -
Flags: review?(mike) → review+
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 5•11 years ago
|
||
Requesting "koi+" because the version 1.2 UI is not fully accessible without this patch.
blocking-b2g: --- → koi?
Comment 7•11 years ago
|
||
Uplifted 909f18894ba8872046afe5bc0a28032a3d331f44 to:
v1.2: f1f2332950802dda42678a44694996bde351d976
status-b2g-v1.2:
--- → fixed
Comment 8•11 years ago
|
||
Verified on Buri 1.2 mozilla RIL. User is now able to scroll down the Timer section of the Clock app to see the Vibrate switch.
Build ID: 20130925004005
Gecko: http://hg.mozilla.org/releases/mozilla-aurora/rev/fb764e648a8f
Gaia: b0e4a1333bb7bf0a749a384ba99e4f03f111e39a
Platform Version: 26.0a2
You need to log in
before you can comment on or make changes to this bug.
Description
•