Closed
Bug 14660
Opened 25 years ago
Closed 25 years ago
javascript.enabled not set
Categories
(SeaMonkey :: Preferences, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M13
People
(Reporter: norrisboyd, Assigned: matt)
Details
Under "Edit/Preferences..." select "Advanced". Toggling checkboxes for "Enable
JavaScript" doesn't change any setting on the preference "javascript.enabled".
(Also should check to see that "javascript.allow.mailnews" is handled properly
as well.)
Updated•25 years ago
|
Assignee: shuang → mcafee
Comment 1•25 years ago
|
||
mcafee, would you like to have this bug?
Updated•25 years ago
|
Target Milestone: M11
Comment 2•25 years ago
|
||
Enabling javascript sets "javascript.allow", not "javascript.enabled".
Still a bug?
Updated•25 years ago
|
Whiteboard: Fix in hand, awaiting approval.
Comment 3•25 years ago
|
||
We should be using javascript.enabled, norris says.
Fix in hand, awaiting approval.
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 4•25 years ago
|
||
Fixed. Turning JS off should now write out javascript.enabled as "false",
it was writing out javascript.allow as "false" which was incorrect.
In the 1999111016 build under NT, unticking the boxes for Enable JavaScript in
the Advanced prefs seems to do nothing. When I view the contents of the all.js
files on my hard drive, they all say:
pref("javascript.enabled", true);
pref("javascript.allow.mailnews", true);
When I restart the browser and look at the Advanced pane again, the boxes remain
unticked. So... this doesn't seem as if it's been fixed. Reopening.
(In the mailnews.js file, it also says
pref("mailnews.javascript_enabled", true);
by the way.)
Updated•25 years ago
|
Target Milestone: M11 → M12
Comment 6•25 years ago
|
||
moving off to m12 for more investigation
Updated•25 years ago
|
Assignee: mcafee → matt
Status: REOPENED → NEW
Comment 7•25 years ago
|
||
worksforme on linux, over to matt to test NT.
Status: NEW → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
works for me
user_pref("javascript.allow.mailnews", false);
user_pref("javascript.enabled", false);
Reporter | ||
Comment 9•25 years ago
|
||
clear status whiteboard
Whiteboard: Fix in hand, awaiting approval.
Comment 10•25 years ago
|
||
Bulk move of all Pref UI component bugs to new Preferences component. Pref UI
component will be deleted.
Component: Pref UI → Preferences
Comment 12•25 years ago
|
||
verif on linux, winNT and mac w/opt comm bits [2000.03.07.09].
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•