SVN Releases > Issues & Bugs

save folder action changes folder position in "folder management list"

(1/1)

chunyang:
Just downloaded version "Stable: 0.7.2", and found this problem:

Say I have a folder INBOX.News.BBC News, it used to display in the folder management list like below:

--- Code: ---INBOX
News
    BBC News

--- End code ---
But after I changed the name from "BBC News" to "BBC" and clicked "Save" button, the folder list refreshes and it show me the following order:

--- Code: ---INBOX
BBC
News

--- End code ---
I took a look at the HTML source code and found the problem below:

--- Code: ---...
<tr id="rcmrow1" class="odd">
<td class="name">Inbox</td>
<td class="subscribed">...</td>
</tr>
<tr id="rcmrow1334887951446" class="">
<td class="name">&nbsp;&nbsp;&nbsp;&nbsp;BBC</td>
<td class="subscribed">...</td>
</tr>
<tr id="rcmrow2" class="even">
<td class="name">News</td>
<td class="subscribed">...</td>
</tr>
....

--- End code ---

It looks like folder saving action has assigned a new id to the row which doesn't follow the original order any more.

However if I refresh the screen then all the folders are back to their lawful places again.

Is this fixed in 0.8 - beta?

Navigation

[0] Message Index

Go to full version