Closed
Bug 710240
Opened 13 years ago
Closed 13 years ago
Tapping on "Tap to play" link reloads page instead of playing plugin
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: Margaret, Assigned: Margaret)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Dolske
:
review+
|
Details | Diff | Splinter Review |
Somehow the link is capturing the event before the plugin object can use it. The click listener is attached to the plugin object, but the addPluginLinkCallback code we stole from desktop assumes you're just attaching to that link. I think we might need to add an event listener to the link as well.
(You can't test this in Nightly because bug 707886 hasn't landed yet.)
Assignee | ||
Comment 1•13 years ago
|
||
Looking at this more closely, I'm not sure why the message is a link - we're not actually using it as a link, since we're attaching the click listener to the entire plugin object.
Attachment #581315 -
Flags: review?(dolske)
Updated•13 years ago
|
Attachment #581315 -
Flags: review?(dolske) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 3•13 years ago
|
||
Verified fixed on:
Fennec Nightly 13.0a1 (2012-02-14)
Device: Motorola Droid PRO (Android 2.3.3)
Status: RESOLVED → VERIFIED
Updated•4 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
•