Closed
Bug 1021384
Opened 10 years ago
Closed 10 years ago
(vertical-homescreen) Scrollbar never disappears from homescreen when locking device with it visible
Categories
(Core :: Panning and Zooming, defect)
Tracking
()
RESOLVED
FIXED
mozilla32
Tracking | Status | |
---|---|---|
b2g-v2.0 | --- | fixed |
People
(Reporter: pla, Assigned: kats)
References
Details
(Whiteboard: ux-tracking, visual design, visual-tracking, [ft:systemsfe][systemsfe][2.0-FL-bug-bash] )
Attachments
(1 file)
(deleted),
patch
|
botond
:
review+
|
Details | Diff | Splinter Review |
If you scroll on the homescreen, immediately lock the device before the scrollbar disappears, and then unlock the device, the scrollbar will remain on screen indefinitely.
Expected:
The scrollbar should fade from view when the user is not scrolling.
Updated•10 years ago
|
Whiteboard: ux-tracking, visual design, visual-tracking, [ft:systemsfe][systemsfe] → ux-tracking, visual design, visual-tracking, [ft:systemsfe][systemsfe][2.0-FL-bug-bash]
Comment 1•10 years ago
|
||
I think that it is a Gecko issue because I can see the same issue in Settings for instance or any app with scrollbar
Component: Gaia::Homescreen → Gaia
Updated•10 years ago
|
QA Whiteboard: [VH-FL-blocking-]
Updated•10 years ago
|
Component: Gaia → Panning and Zooming
Product: Firefox OS → Core
Assignee | ||
Comment 2•10 years ago
|
||
The TransformEnd notification probably never gets sent to the GeckoContentController upon destruction of the APZ, and so it never calls ScrollbarActivityStopped() on the scrollframe. Should be an easy fix.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → bugmail.mozilla
Assignee | ||
Comment 3•10 years ago
|
||
Assignee | ||
Comment 4•10 years ago
|
||
Comment on attachment 8436526 [details] [diff] [review]
Patch
Review of attachment 8436526 [details] [diff] [review]:
-----------------------------------------------------------------
As part of clearing the animation the state is reset back to NONE, which triggers the TransformEnd notification to TabChild.
Attachment #8436526 -
Flags: review?(botond)
Assignee | ||
Comment 5•10 years ago
|
||
gtests pass: https://tbpl.mozilla.org/?tree=Try&rev=ec1ba29297d9
Updated•10 years ago
|
Attachment #8436526 -
Flags: review?(botond) → review+
Assignee | ||
Comment 6•10 years ago
|
||
Comment 7•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla32
Comment 8•10 years ago
|
||
Mass modify - set status-b2g-v2.0 fixed for fixed bugs under vertical homescreen dependency tree.
status-b2g-v2.0:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•