Closed
Bug 86709
Opened 23 years ago
Closed 23 years ago
Getting "Warning: useless expression" when editing in HTML Source
Categories
(SeaMonkey :: Composer, defect, P3)
SeaMonkey
Composer
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 102504
mozilla1.0
People
(Reporter: bugzilla, Assigned: cmanske)
Details
Sometimes when I do direct editing in the composer using the HTML Source tab I'm
getting this in the console:
"Warning: useless expression"
Please add the following line to your prefs.js file, so we could avoid all the
strict warning fixup...:
user_pref("javascript.options.strict", true);
Comment 1•23 years ago
|
||
cmanske
Assignee: beppe → cmanske
Priority: -- → P3
Target Milestone: --- → mozilla0.9.3
Comment 3•23 years ago
|
||
removing nsBranch and pushing out to 1.0
Keywords: nsBranch
Target Milestone: mozilla0.9.3 → mozilla1.0
Assignee | ||
Comment 5•23 years ago
|
||
Anyone still see this? I don't. I need a specific test case or let's kill this.
Reporter | ||
Comment 6•23 years ago
|
||
to reproduce:
start compose
delete those two spaces infront of the <html> tag and you get the warning...
Reporter | ||
Comment 7•23 years ago
|
||
did I say <html> ? I meant <title>
so to reproduce:
start compose
delete the two spaces infront of the <title> tag
Reporter | ||
Comment 8•23 years ago
|
||
*** This bug has been marked as a duplicate of 102504 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•