Closed
Bug 175349
Opened 23 years ago
Closed 23 years ago
javascript:prompt() doesn't work in mozilla 1.2b
Categories
(SeaMonkey :: Bookmarks & History, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 174775
People
(Reporter: logan+mozilla-bmo, Assigned: bugs)
Details
javascript:prompt() type bookmarks no longer work in mozilla 1.2b (did in <= 1.1).
javascript:void(q=prompt('Enter text to search using
Google.',''));if(q)location.href='http://www.google.com/search?client=googlet&q='+escape(q)
I thought maybe it was associated with the popup stuff, but I didn't see a
difference by disabling the Open Unrequested Windows option.
Hopefully it's not bad javascript that's just being ignored or something, if so,
my apologies. :P
Comment 1•23 years ago
|
||
please enabled unrequested windows, restart mozilla and try again
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 174775 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
unrequested windows didn't help.
But, I had that and dom.disable_open_click_delay set.
user_pref("dom.disable_open_click_delay", 1000);
user_pref("dom.disable_open_during_load", true);
Once I removed dom.disable_open_click_delay, then it worked.
Suggestions? I use both to help with popup windows, disable_open_during_load
didn't seem to catch everything. Has this option been deprecated?
---
I just noticed this was marked as a dupe of another bug as I was trying to
submit this update.
Not sure if anything above helps or not.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•