Closed
Bug 1150943
Opened 11 years ago
Closed 5 years ago
Date picker looks odd on Android L
Categories
(Firefox for Android Graveyard :: Theme and Visual Design, defect)
Tracking
(firefox40 affected)
RESOLVED
INCOMPLETE
| Tracking | Status | |
|---|---|---|
| firefox40 | --- | affected |
People
(Reporter: wesj, Unassigned)
References
Details
L introduced some new date picker wigets. We don't use them :) If I remember right though, the problem is mostly that the widgets don't expect padding around them, and we do put padding around them. We can fix that.
There's some date inputs on http://people.mozilla.org/~wjohnston/forms.html to test.
The first thing I'd try here is just not putting padding on this (on L). The date/time widgets come from:
http://mxr.mozilla.org/mozilla-central/source/mobile/android/base/prompts/PromptInput.java#162
to remove padding, you could try @Overriding canApplyInputStyle() to return false for Date inputs widgets (on L).
Comment 1•5 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•