|
charneus Wizard
Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Mon Jul 05, 2010 9:33 am
[3.22]BUG: Deleting item from stringlist will not save |
1. Untitled Session
2. Copy this to settings:
Code: |
<?xml version="1.0" encoding="ISO-8859-1" ?>
<cmud>
<var name="testlist" type="StringList" copy="yes">
<value>one|two|three|four|five</value>
<json>["one","two","three","four","five"]</json>
</var>
</cmud> |
3. Delete any row. Save is not enabled.
4. Click on 'Untitled' window to change focus.
5. Click back to variable to see that it's restored to its former status.
This might tie into the bug that GeneralStonewall found located here.
Charneus |
|
|
|
GeneralStonewall Magician
Joined: 02 Feb 2004 Posts: 364 Location: USA
|
Posted: Mon Jul 05, 2010 9:35 am |
Confirmed.
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Tue Jul 06, 2010 5:15 pm |
Confirmed and added to bug list.
|
|
|
|
|
|