Closed
Bug 1474925
Opened 7 years ago
Closed 6 years ago
TimePicker swipe not possible in landscape
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox62 verified, firefox63 verified)
VERIFIED
FIXED
Firefox 63
People
(Reporter: petru, Assigned: petru)
References
Details
Attachments
(1 file)
59 bytes,
text/x-review-board-request
|
jchen
:
review+
lizzard
:
approval-mozilla-beta+
|
Details |
The TimePicker cannot be swiped when in landscape because by being placed in a ScrollView [1] and overflowing it, the ScrollView catches the swipe motion.
Issue easily seen here - https://drive.google.com/file/d/1bqXUnig_JWuSmnmCgOYUl_3pZpDwZYfJ/view?usp=sharing
[1] https://dxr.mozilla.org/mozilla-central/rev/085cdfb90903d4985f0de1dc7786522d9fb45596/mobile/android/base/java/org/mozilla/gecko/prompts/Prompt.java#412
Assignee | ||
Updated•7 years ago
|
Comment hidden (mozreview-request) |
Attachment #8992277 -
Flags: review?(sdaswani) → review?(nchen)
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8992277 [details]
Bug 1474925 - TimePicker swipe not possible in landscape;
https://reviewboard.mozilla.org/r/257160/#review264174
Attachment #8992277 -
Flags: review?(nchen) → review+
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by apavel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5bac5fa077ea
TimePicker swipe not possible in landscape; r=jchen
Keywords: checkin-needed
Comment 4•6 years ago
|
||
Backed out for failing android-lint
Push that caused the failure: https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=5bac5fa077ea9b729951ccf18cbe6c0dccdc11a1
Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=188617477&repo=autoland&lineNumber=893
Backout: https://hg.mozilla.org/integration/autoland/rev/fd58bf35fd2db310e1f710fdf9785a6f23453fd2
Flags: needinfo?(petru.lingurar)
Comment hidden (mozreview-request) |
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by aiakab@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f3c4739ba1ba
TimePicker swipe not possible in landscape; r=jchen
Keywords: checkin-needed
Comment 8•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Comment 9•6 years ago
|
||
Petru-Mugurel, everything here looks like it has been checked in. Does the "checkin-needed" belong to a different bug?
Flags: needinfo?(petru.lingurar)
Assignee | ||
Comment 10•6 years ago
|
||
Indeed, sorry!
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(petru.lingurar) → qe-verify+
Comment 11•6 years ago
|
||
Checked this fix in the latest Nightly and everything works as expected.
Marking as Verified.
Status: RESOLVED → VERIFIED
Flags: qe-verify+
Version: unspecified → Firefox 63
Updated•6 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 12•6 years ago
|
||
Comment on attachment 8992277 [details]
Bug 1474925 - TimePicker swipe not possible in landscape;
Approval Request Comment
[Feature/Bug causing the regression]: TimePicker swipe not possible in landscape
[User impact if declined]: The normal way of swiping to select a certain time in the Material TimePicker is not possible on some devices while on landscape.
[Is this code covered by automated tests?]: No
[Has the fix been verified in Nightly?]: Yes
[Needs manual test from QE? If yes, steps to reproduce]: --
[List of other uplifts needed for the feature/fix]: --
[Is the change risky?]: No
[Why is the change risky/not risky?]: Has been QE verified and in the time being in Nightly no issues have been reported.
[String changes made/needed]: --
Attachment #8992277 -
Flags: approval-mozilla-beta?
Updated•6 years ago
|
status-firefox62:
--- → affected
Comment 13•6 years ago
|
||
Comment on attachment 8992277 [details]
Bug 1474925 - TimePicker swipe not possible in landscape;
One of several small fixes for the date picker related to the switch in 62 to using the platform library. Verified in nightly.
Let's uplift for next Monday's beta 17 build.
Attachment #8992277 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 14•6 years ago
|
||
bugherder uplift |
Updated•6 years ago
|
Flags: qe-verify+
Comment 16•6 years ago
|
||
Devices:
- HTC Desire 820 (Android 6.0.1);
- Samsung Galaxy Note 8 (Android 8.0.0).
Verified as fixed in 62.0b17.
Updated•4 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
•