diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-17 13:48:23 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-17 13:48:23 +0000 |
| commit | 4cea150a5fd936a909792159cac7f5912d215dcd (patch) | |
| tree | cdeb0dca2d28db2d8c52f32855561dc57a57f4bb /roundcubemail/THREADS | |
| parent | bef8e6f7f2151841fc068266694414115309caaf (diff) | |
- use jQuery.inArray() instead of rcube_in_array()
git-svn-id: https://svn.roundcube.net/trunk@3371 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/THREADS')
| -rw-r--r-- | roundcubemail/THREADS | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/roundcubemail/THREADS b/roundcubemail/THREADS index 022b7fab9..95a0af83f 100644 --- a/roundcubemail/THREADS +++ b/roundcubemail/THREADS @@ -1,3 +1,7 @@ + +*** Current status of THREADS implementation *** + + CHANGES IN RELATION TO ORIGINAL PATCH - don't add nested messages into selection on collapse if parent message is in selection @@ -17,6 +21,10 @@ TODO (must have): - updating threaded message list on message delete - don't reload messages list on check_recent +KNOWN ISSUES: + - on new message (check_recent) the whole list is reloaded + - css issues on IE6 + TODO (other): - performance: fetching all messages for list in "expand all" state only, if "expand all" is disabled we should fetch only root messages and fetch @@ -26,18 +34,7 @@ TODO (other): all headers for each child - button in #listcontrols to mark all messages in current thread (with selected root or child message), - + thread tree icons - + thread css: message row height, thread/status icon alignment - (change size of all list icons to 14x14) - - remove 'indexsort' label from localization files + - icons for thread tree structure TODO (by the way): - use jQuery.inArray instead of find_in_array() (common.js) - + use only one function (js) to generate messages list - -KNOWN ISSUES: - - on new message (check_recent) the whole list is reloaded - + table header replacement doesn't work on IE - - css issues on IE6 - + css issues on IE7 - |
