Closed
Bug 743633
Opened 14 years ago
Closed 14 years ago
Plugin doorhanger appears after opening background tab with invisible Flash plugin
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(blocking-fennec1.0 +)
VERIFIED
FIXED
Firefox 14
| Tracking | Status | |
|---|---|---|
| blocking-fennec1.0 | --- | + |
People
(Reporter: martijn.martijn, Assigned: Margaret)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
|
1.14 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
You need to have the "Tap to Play" setting enabled for plugins for this bug.
See url testcase, steps to reproduce:
- Visit testcase, ignore the plugin doorhanger by tapping outside of it
- Long tap on the "Link to this same page" link to open Context menu
- Tap on Open Link in New Tab
Expected result:
- No plugin doorhanger appears
Actual result:
- Plugin doorhanger appears
Tested in yesterday's trunk Fennec Native build on the Samsung Galaxy Nexus.
Updated•14 years ago
|
blocking-fennec1.0: --- → ?
| Assignee | ||
Comment 1•14 years ago
|
||
This is a doorhanger problem. What's happening here is that we're re-showing the notification for the current tab - if you add a link to a page that shows a different type of doorhanger, you should still see the plugin doorhanger re-appear. I made a testcase for that here: http://people.mozilla.com/~mleibovic/test/flashembed_invisible.html
This patch stops us from calling updatePopup (the method that decides to show notifications for the current tab) when adding a new doorhanger notification, unless the notification is actually added to the current tab.
Assignee: nobody → margaret.leibovic
Attachment #613700 -
Flags: review?(mark.finkle)
Updated•14 years ago
|
Attachment #613700 -
Flags: review?(mark.finkle) → review+
Comment 3•14 years ago
|
||
What doorhanger tests do we have?
| Assignee | ||
Comment 4•14 years ago
|
||
(In reply to Mark Finkle (:mfinkle) from comment #3)
> What doorhanger tests do we have?
None! I started working on some in bug 732212 a while ago.
| Assignee | ||
Comment 5•14 years ago
|
||
Target Milestone: --- → Firefox 14
Comment 6•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 7•14 years ago
|
||
Verified fixed in a 2012-04-14 trunk build on the Samsung Galaxy Nexus.
Status: RESOLVED → VERIFIED
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
•