Closed
Bug 177055
Opened 23 years ago
Closed 23 years ago
Editing Form select options with the Selection List Properties dialog causes options to be deleted
Categories
(SeaMonkey :: Composer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jjenk10, Unassigned)
Details
(Keywords: dataloss, Whiteboard: fixed1.3)
Attachments
(2 files)
|
628 bytes,
text/html
|
Details | |
|
633 bytes,
patch
|
Brade
:
review+
sfraser_bugs
:
superreview+
asa
:
approval1.3+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021019
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021019
Editing a form with select options with the composer tool "Selection List
Properties" causes options to be removed. For example I have a form with a
selection list that contains the options A, B, C, and D. If I use the dialog
Selection List Properties and add the options E and F, then click ok, then look
at the source code I would find that the only options listed now are A,C,E. It
appears to remove every other option. On another note if I just open the
Selection List Properties and click cancel or the x to close the window it does
not exhibit this mysterious behavior.
Reproducible: Always
Steps to Reproduce:
1.Edit a form that already contains select options of A,B,C,D and then add E and F.
2.Click ok
Actual Results:
Options B,D, and F have been deleted. It appears to remove every other option
Expected Results:
For it to have added options E and F to the list; so I would then have the
options of A,B,C,D,E, and F.
| Reporter | ||
Comment 1•23 years ago
|
||
When I edit this file in composer and use the Selection List Properties dialog
to add or remove options from the list it will delete every other option.
Comment 3•23 years ago
|
||
Actually what I see with the latest builds is that the options get reversed :-(
Comment 4•23 years ago
|
||
Updated•23 years ago
|
Attachment #115014 -
Flags: superreview?(sfraser)
Attachment #115014 -
Flags: review?(brade)
Comment 5•23 years ago
|
||
Comment on attachment 115014 [details] [diff] [review]
Fix an uninitialized variable
r=brade
Attachment #115014 -
Flags: review?(brade) → review+
Updated•23 years ago
|
Attachment #115014 -
Flags: superreview?(sfraser) → superreview+
Comment 6•23 years ago
|
||
Comment on attachment 115014 [details] [diff] [review]
Fix an uninitialized variable
simple patch that could be slotted in whenever you choose...
Attachment #115014 -
Flags: approval1.3?
Comment 7•23 years ago
|
||
Comment on attachment 115014 [details] [diff] [review]
Fix an uninitialized variable
a=asa (on behalf of drivers) for checkin to 1.3
Attachment #115014 -
Flags: approval1.3? → approval1.3+
Comment 8•23 years ago
|
||
Fix checked in to trunk.
Comment 9•23 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•22 years ago
|
Whiteboard: fixed1.3
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•