Subject:Try this Author:Rodrigo Lueneberg Date:07 May 2007 10:10 AM
Steps to reproduce:
1. Create a blank XML like the one below:
2. Stay on Text Mode
3. Start Typing in this code
<?xml version="1.0"?>
<test>
<group name="group1">
<items>item 01 </items>
<items>item 02 </items>
<items>item 03 </items>
</group>
/* Press Save and move to tree tab */
<group name="group2">
<items>item 01 </items>
<items>item 02 </items>
<items>item 03 </items>
</group>
/* Press Save and move to tree tab */
<group name="group3">
<items>item 01 </items>
<items>item 02 </items>
<items>item 03 </items>
</group>
/* Press Save and move to tree tab */
<group name="group4">
<items>item 01 </items>
<items>item 02 </items>
<items>item 03 </items>
</group>
/* Press Save and move to tree tab */
</test>
I noticed that this bug only occurs when you press the save button between changing tabs (text/tree/grid/schema). If you observe, the last group that you've added is lost after you press save and switch to tree tab.
If this doesn't help I can try to record a video and save as swf and send it to you.