Closed
Bug 922121
Opened 11 years ago
Closed 11 years ago
Defect - tap-drag on nav bar input invokes scroll of content
Categories
(Firefox for Metro Graveyard :: Input, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 28
People
(Reporter: jimm, Assigned: jimm)
References
Details
(Whiteboard: [block28] feature=defect c=tbd u=tbd p=1)
STR:
1) bring up the nav bar on a web page that scrolls
2) tap down on the nav bar and drag away from the input
result: content scrolls
expected: nothing should happen
We should be canceling apz here, but this doesn't appear to be working.
http://mxr.mozilla.org/mozilla-central/source/browser/metro/base/content/input.js#325
Updated•11 years ago
|
Blocks: metrov1backlog
Summary: tap-drag on nav bar input invokes scroll of content → Defect - tap-drag on nav bar input invokes scroll of content
Whiteboard: [triage] feature=defect c=tbd u=tbd p=0
![]() |
Assignee | |
Updated•11 years ago
|
Blocks: metro-apzc
![]() |
Assignee | |
Updated•11 years ago
|
Whiteboard: [triage] feature=defect c=tbd u=tbd p=0 → feature=defect c=tbd u=tbd p=0
Comment 1•11 years ago
|
||
The "nav bar" is the URL bar at the bottom of the screen, right? If so then I can't reproduce this. Doing a drag from the URL bar into the content area doesn't make the content scroll for me.
![]() |
Assignee | |
Comment 2•11 years ago
|
||
STR:
Use a system without a physical keyboard.
1) open a page of text that can be scrolled
2) scroll the page down just a bit
3) tap on the urlbar to bring up the soft keyboard
4) touch down on the navbar edit and slide your finger up
result: page scrolls
may take a few tries to get it to happen.
Chrome should be calling preventDefault in input.js on this input since the target is chrome content. My guess is something in our detection of chrome targeting is getting messed up.
![]() |
Assignee | |
Comment 3•11 years ago
|
||
Note we have a similar problem with context menus in bug 927239.
![]() |
Assignee | |
Comment 4•11 years ago
|
||
The bug only reproduces when after the tap both touch monocles display on text in the url bar.
![]() |
Assignee | |
Updated•11 years ago
|
Assignee: nobody → jmathies
![]() |
Assignee | |
Updated•11 years ago
|
Whiteboard: feature=defect c=tbd u=tbd p=0 → [blocker] feature=defect c=tbd u=tbd p=0
Comment 5•11 years ago
|
||
Hey Jim, can you provide a point estimate.
Status: NEW → ASSIGNED
Flags: needinfo?(jmathies)
Priority: -- → P2
QA Contact: jbecerra
Whiteboard: [blocker] feature=defect c=tbd u=tbd p=0 → [block28] feature=defect c=tbd u=tbd p=0
![]() |
Assignee | |
Updated•11 years ago
|
Flags: needinfo?(jmathies)
Whiteboard: [block28] feature=defect c=tbd u=tbd p=0 → [block28] feature=defect c=tbd u=tbd p=1
![]() |
Assignee | |
Comment 6•11 years ago
|
||
fixed in 10-31 nightly.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → Firefox 28
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
•