Closed
Bug 555725
Opened 15 years ago
Closed 15 years ago
Panning allowed after context menu is instanced
Categories
(Firefox for Android Graveyard :: Panning/Zooming, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: aakashd, Assigned: vingtetun)
Details
Attachments
(1 file)
4.49 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Build Id:
Mozilla/5.0 (X11; U; Linux armv7l; Nokia N900; en-US; rv:1.9.2.3pre) Gecko/20100329 Namoroka/3.6.3pre Fennec/1.1a2pre
and
Mozilla/5.0 (X11; U; Linux armv7l; Nokia N900; en-US; rv:1.9.3a4pre) Gecko/20100329 Namoroka/3.7a4pre Fennec/1.1a2pre
Steps to Reproduce:
1. Go to www.espn.com
2. Long-tap on a image to open the context menu. Keep your finger down on the screen.
3. Pan around the page
Actual Results:
The context menu stays on the screen, but you're able to pan around the page
Expected Results:
I'd expect either one of two things to happen:
1. The context menu goes away and I'm able to pan around the page
2. I'm not able to pan around the page until I perform another mousedown and pan action (where the context menu dissapears)
Reporter | ||
Updated•15 years ago
|
Summary: Panning allowed after context → Panning allowed after context menu is instanced
Comment 1•15 years ago
|
||
Nothing should happen (including panning) until you lift your finger. The context menu should remain, on finger-up, because it doesn't go away until you pick something or tap off of it.
Reporter | ||
Updated•15 years ago
|
tracking-fennec: --- → ?
Assignee | ||
Comment 2•15 years ago
|
||
Correct this bug and also bug 556658.
I'm also not able to reproduce bug 556771 but it can be my fault :)
I know the patch is quite dirty. I'm filing a followup for making a better InputHandler.
Attachment #438082 -
Flags: review?(mark.finkle)
Comment 3•15 years ago
|
||
Comment on attachment 438082 [details] [diff] [review]
Patch
Works well
Attachment #438082 -
Flags: review?(mark.finkle) → review+
Comment 4•15 years ago
|
||
Assignee: nobody → 21
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•15 years ago
|
||
NICE, verified FIXED on builds:
Mozilla/5.0 (X11; U; Linux armv7l; Nokia N900; en-US; rv:1.9.2.4pre) Gecko/20100412 Namoroka/3.6.4pre Fennec/1.1a2pre
and
Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9.3a4pre) Gecko/20100412 Namoroka/3.7a4pre Fennec/1.1a2pre
Status: RESOLVED → VERIFIED
Reporter | ||
Updated•15 years ago
|
Flags: in-litmus?
Reporter | ||
Comment 6•15 years ago
|
||
I think this deserves some sort of updates to one of the BFTs in our context menu subgroup.
Comment 7•15 years ago
|
||
Flags: in-litmus? → in-litmus+
Updated•12 years ago
|
tracking-fennec: ? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•