Closed
Bug 922881
Opened 11 years ago
Closed 10 years ago
Implement scrollable area via device scrolling in value selectors
Categories
(Firefox OS Graveyard :: Gaia::Clock, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: gnarf, Unassigned)
References
Details
In bug 917463 Viven suggested trying to do the scrolling using the natural scrolling of the platform:
> Is there any reasons to not have use the native scrolling which is provided by the
> platform when the element content is bigger than the container?
and also later in the same bug:
> What about hiding the scrollbars by having each list of numbers beeing a little big
> bigger than the box that contains them. Them by ordering z-index correcly it may works.
> FWIW I would be fairly happy to fix the current <input type="time"> as well. Right now I
> have not seen it reach 60 fps because of some repaints issues and I would like it to fix
> it.
It would be worth trying to refactor this to be done this way.
Comment 1•11 years ago
|
||
What if we'd like to implement it as carousel as Bug 932099 suggested?
See Also: → 932099
Reporter | ||
Comment 2•11 years ago
|
||
It is probably still worth investigating using the native scroll, but I know I could update the code in timer to roll-over at the ends
Comment 3•10 years ago
|
||
Closing for now, as the current design has proven adequate and future redesigns will certainly be implemented as suggested here.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•