Closed Bug 229072 Opened 21 years ago Closed 21 years ago

When editting startup "Also connect to the..." box contents are greyed out

Categories

(Other Applications :: ChatZilla, defect)

defect
Not set
minor

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: iannbugzilla, Assigned: iannbugzilla)

Details

(Keywords: regression)

Attachments

(1 file, 1 obsolete file)

Steps to reproduce 1. Enter #mozillazine and right click on channel and select "Open This Channel at Startup" 2. Select Edit, Preferences, Chatzilla, Startup 3. Select mozillazine on moznet in "Autoconnect servers" window and then Edit 4. Chatzilla Autoconnect Item window pops up Expected result 1. Contents of "Also connect to the..." box are editable Actual result 1. Contents of "Also connect to the..." box are disabled Workaround 1. Uncheck and recheck the "Also connect to the..." checkbox Other info JS console gives the following error message: Error: params[3] has no properties Source File: chrome://chatzilla/content/prefpanel/startup-newURL.js Line: 84
Assignee: rginda → bugzilla
Status: NEW → ASSIGNED
This hacks round the problem, not sure why params.length = 4 if params[3] is void
Comment on attachment 137771 [details] [diff] [review] Patch v0.1 checks to see if params[3] exists Requesting r=
Attachment #137771 - Flags: review?(rginda)
Comment on attachment 137771 [details] [diff] [review] Patch v0.1 checks to see if params[3] exists params[3] will be null in recent builds if the final group doesn't match anything. The length check should be changed to a call to arrayHasElement, as in bug 223247. However, Silver is working on code that will replace everything in prefpanel/. This code won't be around much longer.
Attachment #137771 - Flags: review?(rginda) → review-
Just in case we want a temporary fix for 1.6 final
Attachment #137771 - Attachment is obsolete: true
The checkin for bug 85721 caused this problem then -> regression but minor as there is a workaround. What is the bug number that Silver is working on?
Severity: normal → minor
Keywords: regression
Comment on attachment 137787 [details] [diff] [review] Patch v0.2 checks using arrayHasElementAt r=rginda
Attachment #137787 - Flags: review+
Comment on attachment 137787 [details] [diff] [review] Patch v0.2 checks using arrayHasElementAt Checked in.
Attachment #137787 - Attachment is obsolete: true
Attachment #137787 - Attachment is obsolete: false
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Product: Core → Other Applications
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: