Author Topic: Expanding/Collapsing folders and HTML Editor  (Read 26574 times)

Offline NaiosKae

  • Jr. Member
  • **
  • Posts: 40
Re: Expanding/Collapsing folders and HTML Editor
« Reply #15 on: January 04, 2007, 12:44:56 PM »
changes appears in bold text here:

** cutted due to global modification, code was extremly boggy so don't use it anymore **
try http://hypercube.dynalias.org/~naios/rcmaillist.tgz which is replace at each change.
I'll tell you in this topic for any change

modification are prefix by comment like "addition to implement folders expanding/collapsing"

or some thing like this



Offline NaiosKae

  • Jr. Member
  • **
  • Posts: 40
Re: Expanding/Collapsing folders and HTML Editor
« Reply #16 on: January 05, 2007, 03:00:40 AM »
new version available, should be a better one

could you please try it with your different browser

Changes have been applied to my demo site

Offline seansan

  • Jr. Member
  • **
  • Posts: 84
Re: Expanding/Collapsing folders and HTML Editor
« Reply #17 on: January 05, 2007, 03:29:54 AM »

Browser = IE7


Offline NaiosKae

  • Jr. Member
  • **
  • Posts: 40
Re: Expanding/Collapsing folders and HTML Editor
« Reply #18 on: January 05, 2007, 03:33:42 AM »
Ok, thanks, we're now approaching the result we want.

I don't know how to correct this on IE, perhaps someone could help

source code on the top of the page is not the good one
(but is now commented look for text addition) and is now w3c compliant

see next what it looks like in FF1.5

Offline seansan

  • Jr. Member
  • **
  • Posts: 84
Re: Expanding/Collapsing folders and HTML Editor
« Reply #19 on: January 05, 2007, 05:28:59 AM »

Looks better - in Opera it looks better now too.

Seen both attachments for OPERA and IE7.

OPERA - see strange select of a mailbox
IE7 looks boggy - due to spaces,  's etc... I dont know what the CSS \* tag is for IE7

Offline daashag

  • Full Member
  • ***
  • Posts: 198
Re: Expanding/Collapsing folders and HTML Editor
« Reply #20 on: January 05, 2007, 05:36:58 AM »
Quote from: NaiosKae
Ok, thanks, we're now approaching the result we want.

I don't know how to correct this on IE, perhaps someone could help

source code on the top of the page is not the good one
(but is now commented look for text addition) and is now w3c compliant

see next what it looks like in FF1.5


Do you have a link for the updated code. Does the code at the top of this page work on svn?  Thanks

Offline NaiosKae

  • Jr. Member
  • **
  • Posts: 40
Re: Expanding/Collapsing folders and HTML Editor
« Reply #21 on: January 05, 2007, 05:41:02 AM »
link is http://hypercube.dynalias.org/~naios/rcmaillist.tgz

I update the tarball for every change

I haven't tested for SVN version but you can (just be sur to backup the 2 files)

Opera behavior seems to be the same as FF1.5, was it different in the original version ?

does anyone know the hooks I need for IE7 ?

(Ok, I have installed putty on my game machine so I don't have to reboot the system to make tests on IE7)

Offline seansan

  • Jr. Member
  • **
  • Posts: 84
Re: Expanding/Collapsing folders and HTML Editor
« Reply #22 on: January 05, 2007, 06:49:32 AM »
Code: [Select]
< !--[if lte IE 7]> CODE < ![endif]-->
< !--[if lte IE 6]> CODE < ![endif]-->
< !--[if lte IE 5.5]> CODE < ![endif]-->


??

Offline seansan

  • Jr. Member
  • **
  • Posts: 84
Re: Expanding/Collapsing folders and HTML Editor
« Reply #23 on: January 05, 2007, 06:56:41 AM »
hmmmm found something little bad.

When opening a message for reading - the folderlist is still there (should be upload section). It also creates errors as it is referencing mail list items - that dont exist now

Offline NaiosKae

  • Jr. Member
  • **
  • Posts: 40
Re: Expanding/Collapsing folders and HTML Editor
« Reply #24 on: January 05, 2007, 07:04:17 AM »
I'm sorry but I don't uderstand what you mean (probably due to a wrong translation). Do you have a sample?

EDIT:
If errors you talk about are that folders mentionned in the cron mail are not shown in the maillist, it's not an error, this mail just indicates that imap tree is regenerated each hours.

Maildir is the root of the user IMAP box corresponding to INBOX

folders like .demo.test.sub2 are user folders in imap box

cur, tmp, courierimapacl,maildirfolder,courierimapkeywords,new,courierimapuiddb are here for the server to administrate the imap folder.



Offline seansan

  • Jr. Member
  • **
  • Posts: 84
Re: Expanding/Collapsing folders and HTML Editor
« Reply #25 on: January 05, 2007, 07:41:00 AM »

See attachment - normally the folderbox is not there. Otherwise see RC demo on site

Offline NaiosKae

  • Jr. Member
  • **
  • Posts: 40
Re: Expanding/Collapsing folders and HTML Editor
« Reply #26 on: January 05, 2007, 07:47:59 AM »
I always had the folder tree, even before I made any changes... perhaps different in the svn version

EDIt:
look at this http://www.roundcube.net/?p=screens

Offline daashag

  • Full Member
  • ***
  • Posts: 198
Re: Expanding/Collapsing folders and HTML Editor
« Reply #27 on: January 05, 2007, 07:57:52 AM »
Hey Naio, this is a really cool feature. Right now I have to scroll up and down the folder box to see all my folders. It would be nice to have this feature working in the svn, since the svn also has some really nice features that the beta doesn't. I have been trying to get this work on the svn and I am not having much luck. If you get a chance can you look at making this work on the svn? Thanks

Offline NaiosKae

  • Jr. Member
  • **
  • Posts: 40
Re: Expanding/Collapsing folders and HTML Editor
« Reply #28 on: January 05, 2007, 08:04:01 AM »
I'll try, no promise on the result but I'll try

EDIT 1 :
Ok, its done for svn trunk (still have IE troubleshooting)

look at http://hypercube.dynalias.org/roundcube-svnhttps://hypercube.dynalias.org/roundcube-svn log in as demo/demo

EDIT 2 : les codes sources respectifs sont disponibles dans la section downloads de  sources codes are available in download section http://hypercube.dynalias.org

Offline daashag

  • Full Member
  • ***
  • Posts: 198
Re: Expanding/Collapsing folders and HTML Editor
« Reply #29 on: January 05, 2007, 08:37:15 AM »
The
Quote from: NaiosKae
I'll try, no promise on the result but I'll try

EDIT 1 :
Ok, its done (still have IE troubleshooting)

look at http://hypercube.dynalias.org/roundcube-svn log in as demo/demo

EDIT 2 : les codes sources respectifs sont disponibles dans la section downloads de http://hypercube.dynalias.org

The link doesn't work and I don't understand what your saying on EDIT 2 as I only speak english