Closed
Bug 743227
Opened 13 years ago
Closed 13 years ago
"Always show" does not display the popoups until a page reload
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(blocking-fennec1.0 +)
VERIFIED
FIXED
Firefox 14
Tracking | Status | |
---|---|---|
blocking-fennec1.0 | --- | + |
People
(Reporter: AdrianT, Assigned: Margaret)
References
Details
Attachments
(2 files, 1 obsolete file)
89.84 KB,
text/plain
|
Details | |
1.38 KB,
patch
|
mbrubeck
:
review+
|
Details | Diff | Splinter Review |
Fennec/14.0a1 2012-04-06
Device: Motorola Droid 2(Android 2.3)
Steps to reproduce:
1. Load http://www.popuptest.com/popuptest1.html.
2. When asked choose show and wait for the popups to trigger.
3. Close all popups and reload the page.
4. Choose "Always Show".
Expected results:
The popups are triggered.
Actual results:
The popups are triggered only after a page reload.
Updated•13 years ago
|
Keywords: regression,
regressionwindow-wanted
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → margaret.leibovic
blocking-fennec1.0: --- → ?
Assignee | ||
Comment 1•13 years ago
|
||
This looks like it probably never worked...
http://mxr.mozilla.org/mozilla-central/source/mobile/android/chrome/content/browser.js#3515
This is easy to fix.
I also found that desktop Firefox doesn't immediately show popups when you select "Allow", but the UI is different there (you can see a list of popup windows you might want to open), so I don't think we need to be consistent here.
Assignee | ||
Updated•13 years ago
|
Keywords: regression,
regressionwindow-wanted
Assignee | ||
Comment 2•13 years ago
|
||
Attachment #612914 -
Flags: review?(mbrubeck)
Comment 3•13 years ago
|
||
Comment on attachment 612914 [details] [diff] [review]
patch
Nice! Now could you also fix the same bug in desktop Firefox (bug 731865)? :)
Attachment #612914 -
Flags: review?(mbrubeck) → review+
Assignee | ||
Comment 4•13 years ago
|
||
I actually just found that we need to set the permission before opening the other popups, since they can come to the foreground, and allowPopupsForSite uses BrowserApp.selectedBrowser.currentURI to set the permission.
Attachment #612914 -
Attachment is obsolete: true
Attachment #612915 -
Flags: review?(mbrubeck)
Updated•13 years ago
|
Attachment #612915 -
Flags: review?(mbrubeck) → review+
Assignee | ||
Comment 5•13 years ago
|
||
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 14
Comment 7•13 years ago
|
||
Verified fixed on:
Nightly Fennec 14.0a2 (2012-04-29)
Nightly Fennec 15.0a1 (2012-04-29)
Device: HTC Desire Z
OS: Android 2.3.3
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
blocking-fennec1.0: ? → +
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
•