Closed
Bug 122910
Opened 24 years ago
Closed 24 years ago
Chatzilla doesn't work: need third argument for setAttrib()
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: neil, Assigned: rginda)
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
|
800 bytes,
patch
|
rginda
:
review+
|
Details | Diff | Splinter Review |
In build 2002013103 chatzilla just comes up but doesn't allow me to connect to
anything.
Comment 1•24 years ago
|
||
Error: undefined has no properties
Source File: chrome://chatzilla/content/static.js
Line: 2123
This is apparently fallout from bug 121744, according to bz.
Keywords: regression
Comment 2•24 years ago
|
||
This is caused in static.js, line 2173.
Updated•24 years ago
|
Summary: Chatzilla doesn't work → Chatzilla doesn't work: need third argument for setAttrib()
Comment 3•24 years ago
|
||
This patch adds an empty {} as the third argument. Later uses are similarly
literal Object() objects, exclusively.
Updated•24 years ago
|
Attachment #67379 -
Flags: needs-work+
Comment 4•24 years ago
|
||
Comment on attachment 67379 [details] [diff] [review]
patch, derived from context of other uses
Patch has caused a different regression. Now, when I receive a message
addressed to me in #mozillazine, it shows up in both #mozillazine and the
moznet panel.
Comment 5•24 years ago
|
||
Attachment #67379 -
Attachment is obsolete: true
Updated•24 years ago
|
Comment 6•24 years ago
|
||
Well, in discussion with ssieb in CZ, seems that second regression is a new feature.
ssieb's patch thus has the same logical effect as mine. The difference is his
patch makes the third argument optional. Mine, as an alternative, provides an
empty array.
Either one will work. rginda, I guess this is your call. :)
| Assignee | ||
Comment 7•24 years ago
|
||
Comment on attachment 67382 [details] [diff] [review]
skip if 3rd argument is undefined
r=rginda
I have to go with making |attrs| optional.
Attachment #67382 -
Flags: review+
Comment 8•24 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Core → Other Applications
Updated•10 months ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•