Closed
Bug 916901
Opened 12 years ago
Closed 12 years ago
[MP] Defect - Routing events through the apz interferes with precise/imprecise detection
Categories
(Firefox for Metro Graveyard :: Browser, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 27
People
(Reporter: jimm, Assigned: jimm)
References
Details
(Whiteboard: [preview] feature=defect c=graphic_display_features u=metro_firefox_user p=1)
Attachments
(1 file, 1 obsolete file)
1016 bytes,
patch
|
Details | Diff | Splinter Review |
STR:
1) on about:start, tap
2) move the mouse
result: you'll see a mouse cursor and scrollbars
3) on about:start tap and scroll, then release
4) move mouse
result: no cursor and scrollbars
![]() |
Assignee | |
Updated•12 years ago
|
Assignee: nobody → jmathies
![]() |
Assignee | |
Updated•12 years ago
|
Blocks: metrov1it15
Whiteboard: [preview] → [preview] p=1
Updated•12 years ago
|
Blocks: MetroPreviewRelease
Status: NEW → ASSIGNED
Priority: -- → P2
QA Contact: jbecerra
Summary: Routing events through the apz interferes with precise/imprecise detection → [MP] Defect - Routing events through the apz interferes with precise/imprecise detection
Whiteboard: [preview] p=1 → [preview] feature=defect c=tbd u=tbd p=1
![]() |
Assignee | |
Comment 1•12 years ago
|
||
When the apz starts consuming touch, we fire a touchcancel. This isn't as good as getting a touchend because we exit out of touch mode early but I think we'll have to live with it. Good news is that it appears the mousemove bug that prompted the addition of this bit of code -
http://mxr.mozilla.org/mozilla-central/source/browser/metro/base/content/input.js#1224
is fixed in 8.1
Attachment #805457 -
Flags: review?(mbrubeck)
Updated•12 years ago
|
Attachment #805457 -
Flags: review?(mbrubeck) → review+
![]() |
Assignee | |
Comment 2•12 years ago
|
||
Attachment #805457 -
Attachment is obsolete: true
![]() |
Assignee | |
Updated•12 years ago
|
Keywords: checkin-needed
Updated•12 years ago
|
Whiteboard: [preview] feature=defect c=tbd u=tbd p=1 → [preview] feature=defect c=graphic_display_features u=metro_firefox_user p=1
Updated•12 years ago
|
Blocks: metro-apzc
Comment 3•12 years ago
|
||
Keywords: checkin-needed
Whiteboard: [preview] feature=defect c=graphic_display_features u=metro_firefox_user p=1 → [preview] feature=defect c=graphic_display_features u=metro_firefox_user p=1[fixed-in-fx-team]
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [preview] feature=defect c=graphic_display_features u=metro_firefox_user p=1[fixed-in-fx-team] → [preview] feature=defect c=graphic_display_features u=metro_firefox_user p=1
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
•