From: Kenneth P. <sh...@we...> - 2001-07-17 22:21:04
|
Using 0.87. I tried restricting the set of domains I could edit by selecting "selected zones", selecting a subset of zones in the listbox and saving. Returning to the user config page, I found that the radio buttons were set to "all zones", although the zones in the list box retained their selection. (Note, don't use Opera: it has a bug in its handling of <SELECT>. It always selects the first listbox <option>, ignoring the "selected" attribute.) Just looked at the source for this page and see this: <input type=radio name=zones_def value=1 checked> All zones<br> <input type=radio name=zones_def value=0 > Selected zones..<br> <input type=radio name=zones_def value=2 > All except selected..</td> I note that the values are not in order. Could be a related symptom, like the wrong text is being attached to the options. Ken mailto:sh...@we... http://www.sewingwitch.com/ken/ [If answering a mailing list posting, please don't cc me your reply. I'll take my answer on the list.] |