Closed
Bug 280865
Opened 20 years ago
Closed 13 years ago
in mfcembed blocking popups block them permanently when called from bookmarklets
Categories
(Core Graveyard :: Embedding: APIs, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: marcb, Assigned: adamlock)
References
(Depends on 1 open bug)
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.5) Gecko/20041220 K-Meleon/0.9
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.5) Gecko/20041220 K-Meleon/0.9
In the current version (Gecko/20041217) of mfcembed, blocking the popups has a
side effect on bookmarlets.
The normal behavior for blocking popups is to disallow opening them while the
page is still loading. But once it's done mfcembed still doesn't allow opening
one from a bookmarklet, or by pasting javascript code in the url bar.
I've notice this in the last version of K-Meleon which use this version of
mfcembed: Gecko/20041220
Older versions of KM/mfcembed were working properly.
Reproducible: Always
Steps to Reproduce:
1. in the profile directory of mfcembed (c:\WIN\Application
Data\MfcEmbed\Profiles\default\...), edit prefs.js and add the following line:
user_pref("dom.disable_open_during_load", true);
This will block popups on all pages.
2. start mfcembed and paste this in the url bar:
javascript: window.open(location.href); void('');
3. Nothing happens. But since the page is not loading, opening a new window
should not be prevented.
Actual Results:
In mfcembed popups are always blocked when started from a bookmarklet (js code)
or from the url bar (again js code).
Expected Results:
Popups should be allowed (it was working correctly in previous versions).
Comment 1•20 years ago
|
||
timeless, asa, we need a component for mfcembed issues... None of the existing
components have anything to do with mfcembed. Given that we have mac and gtk
embedding components, we should have a win one as well.
Comment 2•19 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 3•19 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above
comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
Comment 4•19 years ago
|
||
Reopening. This is a real issue; pretty similar to bug 331635. Would be nice to actually fix our bugs.... :(
Status: RESOLVED → UNCONFIRMED
Component: Embedding: Packaging → Embedding: APIs
Resolution: EXPIRED → ---
Updated•19 years ago
|
Assignee: ccarlen → adamlock
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•15 years ago
|
QA Contact: apis
Comment 5•13 years ago
|
||
Mass marking all MFCEmbed bugs as wontfix, since bug 377410 removed it. If this bug was erroneously included (or say equally applies to winEmbed), please reopen & accept my apologies.
Filter bugspam on mfcEmbedwontfix.
Status: NEW → RESOLVED
Closed: 19 years ago → 13 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•