Closed
Bug 690212
Opened 14 years ago
Closed 7 years ago
Remove useless contextmenu listener in input.js
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: vingtetun, Unassigned)
Details
Attachments
(1 file)
|
1.75 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Since the ContextHelper class in common-ui.js fire a CancelTouchSequence event if there is a popup, this code is has become obsolete and can be removed safely.
It this also a hard dependancy to try to move the code to the toolkit.
Attachment #563279 -
Flags: review?(mark.finkle)
Comment 1•14 years ago
|
||
Comment on attachment 563279 [details] [diff] [review]
Remove the contextmenu event listener from input.js
Are you sure we don't need this for chrome contextmenus? Like the URL bar, bookmarks and other long tap menus in chrome?
Test a bit :)
Attachment #563279 -
Flags: review?(mark.finkle) → review+
| Reporter | ||
Comment 2•14 years ago
|
||
(In reply to Mark Finkle (:mfinkle) from comment #1)
> Are you sure we don't need this for chrome contextmenus? Like the URL bar,
> bookmarks and other long tap menus in chrome?
I have tested on my side with panning in the Awesome Panel (which was the reason for this patch)!
Comment 3•14 years ago
|
||
(In reply to Vivien Nicolas (:vingtetun) from comment #2)
> (In reply to Mark Finkle (:mfinkle) from comment #1)
> > Are you sure we don't need this for chrome contextmenus? Like the URL bar,
> > bookmarks and other long tap menus in chrome?
>
> I have tested on my side with panning in the Awesome Panel (which was the
> reason for this patch)!
Great!
Comment 4•7 years ago
|
||
Closing all opened bug in a graveyard component
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•