Closed
Bug 267889
Opened 20 years ago
Closed 20 years ago
Popups do not work at all in RC2 even when blocker is disabled
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jeremy.rempel, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041103 Firefox/0.10.1 StumbleUpon/1.998
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041103 Firefox/0.10.1 StumbleUpon/1.998
I disabled popup blocker. I still cannot get popup windows to open at all. It
worked in RC1.
Heres the code using to open the popup :
<script type="text/javascript" language="JavaScript">
function openWindow(url, width, height) {
popupWin = window.open(url, 'remotewin',
'status,scrollbars,resizable,width='+width+',height='+height+',left=0,top=0')
}
</script>
Reproducible: Always
Steps to Reproduce:
Comment 1•20 years ago
|
||
This is not an accessibility bug. Please read the component descriptions (under the "Component" link) before filing a bug. Accessibility is for usability by persons with disabilities. See http://www.mozilla.org/access for more info.
Assignee: aaronleventhal → firefox
Component: Accessibility → General
QA Contact: bugzilla → firefox.general
Comment 2•20 years ago
|
||
Works for me (though the image quality is lacking quite a bit): try Safe Mode or disabling all your extensions in case they are causing trouble, and try a new profile in case it's some stray long-forgotten pref.
Obviously a problem with the reporter's extensions.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•