Closed
Bug 906043
Opened 12 years ago
Closed 12 years ago
Defect - Touch scrolling for Facebook's side news feeds and chat boxes does not work
Categories
(Firefox for Metro Graveyard :: Pan and Zoom, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 27
People
(Reporter: emtwo, Assigned: kats)
References
Details
(Keywords: testcase-wanted, Whiteboard: feature=defect c=tbd u=tbd p=0)
Attachments
(3 files)
No description provided.
Updated•12 years ago
|
Blocks: metrov1backlog
Summary: Touch scrolling for Facebook's side newsfeeds and chat boxes does not work → Defect - Touch scrolling for Facebook's side news feeds and chat boxes does not work
Whiteboard: [preview-triage] feature=defect c=tbd u=tbd p=0
Updated•12 years ago
|
Blocks: MetroPreviewRelease
Summary: Defect - Touch scrolling for Facebook's side news feeds and chat boxes does not work → [MP] Defect - Touch scrolling for Facebook's side news feeds and chat boxes does not work
Whiteboard: [preview-triage] feature=defect c=tbd u=tbd p=0 → [preview] feature=defect c=tbd u=tbd p=0
![]() |
Reporter | |
Comment 1•12 years ago
|
||
cc-ing kats for subframe scrolling issues. I noticed that the gtalk list on the right in gmail seems to be a similar issue.
Updated•12 years ago
|
No longer blocks: MetroPreviewRelease
Summary: [MP] Defect - Touch scrolling for Facebook's side news feeds and chat boxes does not work → Defect - Touch scrolling for Facebook's side news feeds and chat boxes does not work
Whiteboard: [preview] feature=defect c=tbd u=tbd p=0 → feature=defect c=tbd u=tbd p=0
Assignee | ||
Comment 2•12 years ago
|
||
Do you have a reduced testcase for this issue? Debugging it will require digging into layout code and it's much harder to do that on pages as complex as gmail/facebook.
Flags: needinfo?(msamuel)
Updated•12 years ago
|
![]() |
Reporter | |
Comment 3•12 years ago
|
||
Not sure if this is what you're looking for but pasting https://pastebin.mozilla.org/3219265 or https://pastebin.mozilla.org/3219264 into an html file and opening it in metro doesn't let me touch scroll by dragging but I can scroll via the scrollbars.
Flags: needinfo?(msamuel)
Assignee | ||
Comment 4•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Attachment #814562 -
Attachment mime type: text/plain → text/html
Assignee | ||
Comment 5•12 years ago
|
||
Assignee | ||
Comment 6•12 years ago
|
||
Comment on attachment 814563 [details]
Test case 2 from comment 3
Yup, that's exactly what I'm looking for. Thanks! I'll updated my Metro build and see if I can get to the bottom of this.
Attachment #814563 -
Attachment mime type: text/plain → text/html
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → bugmail.mozilla
Assignee | ||
Comment 7•12 years ago
|
||
So this fails for the very simple reason that sub-frame APZC is still disabled on non-content processes :/
This code needs to updated so that it returns true for metro:
http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsGfxScrollFrame.cpp?rev=45d9e6cd3473#2355
Assignee | ||
Comment 8•12 years ago
|
||
This enables scrolling in the test case on metro. Dragging the scrollbar results in badness but presumably the scrollbar will be removed.
Attachment #819134 -
Flags: review?(tnikkel)
Updated•12 years ago
|
Attachment #819134 -
Flags: review?(tnikkel) → review+
Assignee | ||
Comment 9•12 years ago
|
||
Updated•12 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
QA Contact: jbecerra
Comment 10•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 27
Updated•11 years ago
|
OS: Windows 8 Metro → Windows 8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•