Closed
Bug 942701
Opened 11 years ago
Closed 11 years ago
[Settings] Can't scroll down
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 941310
People
(Reporter: wachen, Unassigned)
Details
Devices: Nexus4, Buri (Doesn't reproduce in Unagi as far as I know) Reproduce steps: 1. Launch Settings app 2. Scroll down Expected Rsult: It scrolls down Actual Result: It doesn't scroll down PS. Bug 938785 might be related.
Fugu has the problem as well, it should be bug from master build. Gaia: 671a7c1fae1c32a77b2675636c7efdf089fd6443 Gecko: b79ea773754854e17566f302e80e2654d9c155c9 BuildID 20131126092608 Version 28.0a1
Comment 2•11 years ago
|
||
This seems to happen on the Email app as well for me. (Nexus 4)
Today's build are working on Buri and Fugu, but this is often up and down from Monday to today. Will keep monitoring. Gaia: 087d109c83235fc157b2efac7ace6cc54a4c5aaa Gecko: 8fdb69114734785065ce6c76ac36f4438b90c2e6 BuildID 20131127093419 Version 28.0a1
(In reply to Enpei from comment #3) > Today's build are working on Buri and Fugu, but this is often up and down > from Monday to today. Will keep monitoring. > > Gaia: 087d109c83235fc157b2efac7ace6cc54a4c5aaa > Gecko: 8fdb69114734785065ce6c76ac36f4438b90c2e6 > BuildID 20131127093419 > Version 28.0a1 Please ignore my last comment, after reboot device, bug found again. Nominate as v1.3 blocker.
blocking-b2g: --- → 1.3?
Reporter | ||
Comment 5•11 years ago
|
||
It's not always happening when first time launched. My buri has the issue after I used it for awhile.
Comment 6•11 years ago
|
||
Can you check if the fix is bug 942259 is in your builds?
Comment 7•11 years ago
|
||
looks like not a settings specific issue.
Component: Gaia::Settings → General
Comment 8•11 years ago
|
||
Still not working for me, I have verified my build contains patch in bug 942259.
Comment 9•11 years ago
|
||
So it seems like the preallocated process is lying. The check at http://mxr.mozilla.org/mozilla-central/source/dom/browser-element/BrowserElementPanning.js#51 fails because the app says that docShell.asyncPanZoomEnabled == true while we are in the preallocated process. When the prealocatted process is consume by a real app, this value is correct but it is too late. I seems like something has changed in the way we initialize the asyncPanZoomEnabled value by default.
Updated•11 years ago
|
Status: NEW → RESOLVED
blocking-b2g: 1.3? → ---
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•