Closed
Bug 191669
Opened 22 years ago
Closed 22 years ago
Spurious character in function name prevents display
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jimoe, Assigned: asa)
References
()
Details
(Keywords: qawanted)
User-Agent: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.3a) Gecko/20021210
Build Identifier: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.3a) Gecko/20021210
The site noted above produced the Javascript error below. The error prevents
Mozilla from displaying the page.
Error: missing ( before formal parameters
Source File: http://www.os2ezine.com/
Line: 48, Column: 13
Source Code:
function luc.vanbogaert() { var f3 = "pandora.be"; var f1 = "luc.vanbogaert";
var f2 = "@"; self.location.href= "mailto:" + f1 + f2 + f3 + "?subject=OS/2
eZine Feedback"}
Reproducible: Always
Steps to Reproduce:
1. Point Mozilla to www.os2ezine.com
2. Nothing is displayed after "In This Issue:"
Actual Results:
A mostly empty page. No content.
A Javascript error is reported in the Javascript console.
Expected Results:
Displayed the page.
Comment 1•22 years ago
|
||
the page is not empty with build 2003020204 on Win2k, however JavaScript console
shows the same error.
![]() |
||
Comment 2•22 years ago
|
||
Well, the error is correct -- the function name is "luc" (since '.' is not
allowed in function names) and then the "." is not a whitespace char or a '(',
which leads to that error.
And the page renders just fine for me.... (linux trunk 2003-01-31-22).
Assignee: rogerl → asa
Component: JavaScript Engine → Browser-General
Keywords: qawanted
QA Contact: pschwartau → asa
Updated•22 years ago
|
OS: other → OS/2
Comment 3•22 years ago
|
||
works for me in 1.3.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•