Closed
Bug 108322
Opened 24 years ago
Closed 24 years ago
newWin is not defined in communicator/content/contentAreaUtils.js line 109
Categories
(SeaMonkey :: Tabbed Browser, defect)
SeaMonkey
Tabbed Browser
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 102155
People
(Reporter: mozilla, Assigned: mozilla)
Details
When the "Open in new Tab" code was created, the open in new window code was
used as a template. The last line in the function saved the new window's
position, and this was left in for the new tab code. This caused an error to be
thrown to the JS Console on every new tab.
Deleting this line solves this error.
Patch forthcoming...
| Assignee | ||
Comment 1•24 years ago
|
||
oops... dup of bug 102155
*** This bug has been marked as a duplicate of 102155 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•