This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 115554 - Unsorted files list in FTP explorer
Summary: Unsorted files list in FTP explorer
Status: RESOLVED WONTFIX
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Andrew Korostelev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-14 14:17 UTC by kozlov
Modified: 2010-01-08 04:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kozlov 2007-09-14 14:17:58 UTC
Reproduced in Milestone 1.

Files and folders in FTP explorer should be in alphabetical order. 
Folders should be displayed at beginning of the list.
Comment 1 Andrew Korostelev 2007-10-26 16:05:08 UTC
list is now shown in the same order as it is provided by server.
should be reordered.
Comment 2 Alexei Mokeev 2007-11-06 15:31:09 UTC
Please take care about versions ...
Comment 3 Andrew Korostelev 2007-11-20 18:48:24 UTC
fixed.
the is:
1) folders ordered lexicographically
2) files ordered lexicographically
Comment 4 kozlov 2007-12-04 12:25:22 UTC
Sorting shouldn't be case sensitive.
Comment 5 Andrew Korostelev 2007-12-04 12:35:58 UTC
Ok. It was just one of standard ways of sorting directory listing.
can be changed.
Comment 6 Alexei Mokeev 2007-12-04 12:39:29 UTC
Folders and files ARE SORTED lexicographically.
Just checked in Thunderbird and Firefox on Linux - both of them are using case-sensitive sort.
If you think that our sort has to be case-insensitive then it is a question for UI spec for 6.1 but has nothing to do
with this issue.
Comment 7 kozlov 2007-12-04 16:00:31 UTC
Zend has non sensitive sorting.
Comment 8 Petr Pisl 2008-03-27 13:19:06 UTC
The functionality was temporary removed and it will be redesign.