Closed
Bug 998940
Opened 12 years ago
Closed 7 years ago
stopPropagation prevents 'contextmenu' on links
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: nekr, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36
Steps to reproduce:
Tap and hold any link with listener for 'contextmenu' event which calls e.stopPropagation().
Test case: http://jsfiddle.net/9dbxx/1/show/
It was not tested on any other elements than links, so it's possible that there is similar issue for them.
Actual results:
Nothing happened.
Expected results:
Contextmenu should be shown
Updated•12 years ago
|
OS: Windows 7 → Android
Hardware: x86_64 → ARM
Comment 1•11 years ago
|
||
On latest Nightly (2014-03-07) using LG Nexus 4 (Android 4.4) the context menu appears only for the second link. On Chrome, the context menu appears for both links.
| Reporter | ||
Comment 3•7 years ago
|
||
I've no idea. If it isn't fixed, I assume it's still reproducible. You may grab the test case and test it yourself.
Flags: needinfo?(nekr.fabula)
Comment 4•7 years ago
|
||
Closing per https://bugzilla.mozilla.org/show_bug.cgi?id=1473195
Contact :susheel if you think this bug should be re-opened
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
| Assignee | ||
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•