Closed
Bug 295
Opened 26 years ago
Closed 26 years ago
[xfe] selection forms not remembering their state
Categories
(MozillaClassic Graveyard :: XFE, defect, P3)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: brodsky, Assigned: mcafee)
Details
Created by Tomas Brodsky (brodsky@cfar.umd.edu) on Sunday, May 3, 1998 2:18:17 PM PDT
Additional Details :
When I open a page containing selection forms, make some
selections, then open another page and go back, the select
forms are reset to the default values.
The cause is probably in cmd/xfe/forms.c, function
select_create_widget, where the selected fields are
always initialized from the defaults.
forms.c, line 1651 in 1998-04-29 source:
selected_p [i] = !!d2->def_selected;
d2->selected = d2->def_selected;
Assignee | ||
Comment 1•26 years ago
|
||
xfe is gone in the new world.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•