Closed
Bug 711071
Opened 14 years ago
Closed 14 years ago
Fix velocity calculation
Categories
(Firefox for Android Graveyard :: General, defect, P3)
Tracking
(firefox11 fixed, firefox12 fixed, fennec+)
RESOLVED
FIXED
Firefox 12
People
(Reporter: lmandel, Assigned: wesj)
Details
(Whiteboard: [mtd][inbound])
Attachments
(2 files, 1 obsolete file)
24.36 KB,
text/plain
|
Details | |
871 bytes,
patch
|
pcwalton
:
review+
dougt
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Build:20111214
Device: Samsung Galaxy S II
Occasionally when I open the browser to a page I cannot scroll at all. Firefox does not respond to any panning/scrolling touch events. Note that at this time I can still click buttons, links, and the awesome bar. I can also zoom. Restarting the browser allows me to pan/scroll again.
Unfortunately I have not been able to determine a reliable path to reproduce the issue. I was able to catch a catlog with some interesting messages that I hope will shed some light on the source of this issue.
12-15 10:36:30.900: I/GeckoSoftwareLayerClient(10290): Adjusting viewport
12-15 10:36:31.130: I/InputReader(2715): dispatchTouch::touch event's action is 0, pending(waiting finished signal)=0
12-15 10:36:31.140: I/InputDispatcher(2715): Delivering touch to current input target: action: 0, channel '40767260 org.mozilla.fennec/org.mozilla.fennec.App (server)'
12-15 10:36:31.145: E/lights(2715): write_int: path /sys/devices/virtual/misc/melfas_touchkey/brightness, value 1
12-15 10:36:31.145: I/PowerManagerService(2715): Ulight 3->7|0
12-15 10:36:31.145: D/PowerManagerService(2715): setLightBrightness : mButtonLight : 69
12-15 10:36:31.175: E/GeckoPanZoomController(10290): Received impossible touch move while in NOTHING
12-15 10:36:31.185: E/GeckoPanZoomController(10290): Received impossible touch move while in NOTHING
12-15 10:36:31.230: E/GeckoPanZoomController(10290): Received impossible touch move while in NOTHING
...
![]() |
Reporter | |
Updated•14 years ago
|
Summary: Scrolling occasionally doesn't work → Panning/scrolling occasionally doesn't work
Comment 1•14 years ago
|
||
recent regression? dupe of bug 710694?
![]() |
Reporter | |
Comment 2•14 years ago
|
||
The video in bug 710694 shows different behaviour than what I'm seeing here. There is no jumping or random resizing as shown. For me, the page loads fine but is stuck from a pan/scroll position. I can zoom in or out as expected but still can't move the page up/down/left/right.
Updated•14 years ago
|
Assignee: nobody → pwalton
Priority: -- → P2
Assignee | ||
Comment 3•14 years ago
|
||
This fixes some issues with the fling controller. I'm also sometimes seeing finishAnimation called over and over and over. Apparently we're killing the timertask but not cancelling? Still digging on that bit.
Looking into this because I'm running into issues while working on the touchevents stuff, and want to see if there faults with those patches or something else.
Updated•14 years ago
|
tracking-fennec: --- → 11+
Comment 4•14 years ago
|
||
is your patch needed? has this problem been addressed already.
Assignee: pwalton → wjohnston
Assignee | ||
Comment 5•14 years ago
|
||
Not fixed yet.
Attachment #583032 -
Attachment is obsolete: true
Attachment #591226 -
Flags: review?(pwalton)
Comment 6•14 years ago
|
||
(In reply to Wesley Johnston (:wesj) from comment #3)
> This fixes some issues with the fling controller. I'm also sometimes seeing
> finishAnimation called over and over and over. Apparently we're killing the
> timertask but not cancelling? Still digging on that bit.
If you figure out anything to do with this, let me know. I have bug 713011 which is tracking this issue.
Updated•14 years ago
|
tracking-fennec: 11+ → +
Priority: P2 → P3
Summary: Panning/scrolling occasionally doesn't work → Fix velocity calcualtion
Comment 7•14 years ago
|
||
Changed bug into something appropriate for the patch. Bug 713011 will handle the panning issue
Updated•14 years ago
|
Summary: Fix velocity calcualtion → Fix velocity calculation
![]() |
||
Comment 8•14 years ago
|
||
Comment on attachment 591226 [details] [diff] [review]
Patch
Review of attachment 591226 [details] [diff] [review]:
-----------------------------------------------------------------
r=me
Attachment #591226 -
Flags: review?(pwalton) → review+
Assignee | ||
Comment 9•14 years ago
|
||
Whiteboard: [mtd] → [mtd][inbound]
Assignee | ||
Comment 10•14 years ago
|
||
Comment on attachment 591226 [details] [diff] [review]
Patch
Nom for aurora. Fixes a bug in how we calculate the velocity. Can lead to issues with panning. Mobile only.
Attachment #591226 -
Flags: approval-mozilla-aurora?
![]() |
||
Comment 11•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 12
Updated•14 years ago
|
Attachment #591226 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 12•14 years ago
|
||
status-firefox11:
--- → fixed
status-firefox12:
--- → fixed
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
•