Closed Bug 80856 Opened 23 years ago Closed 20 years ago

Remove hack in aw-server.js introduced for radiogroup item

Categories

(SeaMonkey :: MailNews: Account Configuration, defect)

x86
Windows NT
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: racham, Assigned: sspitzer)

Details

Remove the following hack from aw-server.js, once bug 80399 is fixed and 
mailnews wizard works right based on that fix.

+  var serverTypeRadioGroup = document.getElementById("servertype");
+  if (serverTypeRadioGroup) {
+    /* Ideally, I shouldn't be doing the following as querying for value 
+     * on radiogroup should return me the value of the radio item selected 
+     * by default (i.e., whose checked attribute is set to true). 
+     * See bugzilla bug 80399.
+     */
+    serverTypeRadioGroup.value = 
serverTypeRadioGroup.selectedItem.getAttribute("value");
+  }
+
mass re-assign.
Assignee: racham → sspitzer
Looks like this was done in the patch for bug 82827.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.