Hi there all!
Would it be possible to have a "Move to folder" drop menu somewhere on the message list window? I would like to be able to move multiple emails to a specific folder and that is now impossible.
Thanks!
Highlight each message you want to move and drag-and-drop them into the wanted folder.
On Tue, 21 Feb 2006 11:34:35 -0500, "David Collantes" david@bus.ucf.edu wrote:
Hi there all!
Would it be possible to have a "Move to folder" drop menu somewhere on the message list window? I would like to be able to move multiple emails to a specific folder and that is now impossible.
Thanks!
I know this does not resolve the lack of a "Move to Folder" menu, but currently you can drag and drop mail from one folder to another. You may even do multiple messages by using the shift/control click feature to select multiple messages. Perhaps that will help you until such a menu is implemented (if it is implemented).
On the drag and drop feature, however, is there any chance that we could highlight the folder we are moving messages to while moving the mouse over a folder to dump messages to?
Currently, if I select a message(s) and drag the mouse of the folder list, I have no real "visible" validation that I am moving mail to the folder I want. If folders could be highlighted as the mouse is moved over each one, that would be nice.
I was moving mail from trash to my inbox earlier and accidentally dropped it in another folder.
Thanks, Kevin L.
David Collantes wrote:
Hi there all!
Would it be possible to have a "Move to folder" drop menu somewhere on the message list window? I would like to be able to move multiple emails to a specific folder and that is now impossible.
Thanks!
Kevin Landers wrote:
I know this does not resolve the lack of a "Move to Folder" menu, but currently you can drag and drop mail from one folder to another. You may even do multiple messages by using the shift/control click feature to select multiple messages. Perhaps that will help you until such a menu is implemented (if it is implemented).
I don't think that it's necessary to have such a drop-down menu when we have drag & drop functionality.
On the drag and drop feature, however, is there any chance that we could highlight the folder we are moving messages to while moving the mouse over a folder to dump messages to?
It's on the ToDo list....
Currently, if I select a message(s) and drag the mouse of the folder list, I have no real "visible" validation that I am moving mail to the folder I want. If folders could be highlighted as the mouse is moved over each one, that would be nice.
I was moving mail from trash to my inbox earlier and accidentally dropped it in another folder.
Thanks, Kevin L.
Regards, Thomas
David Collantes wrote:
Hi there all!
Would it be possible to have a "Move to folder" drop menu somewhere on the message list window? I would like to be able to move multiple emails to a specific folder and that is now impossible.
Thanks!
if someone is interested, Lotus Domino Web Access 6.54 has the highlighting-when-drag-n-droping functionnality. If there is no copyright on this part, I may paste you some bunchs of html code.
On 2/21/06, Thomas Bruederli roundcube@gmail.com wrote:
Kevin Landers wrote:
I know this does not resolve the lack of a "Move to Folder" menu, but currently you can drag and drop mail from one folder to another. You may even do multiple messages by using the shift/control click feature to select multiple messages. Perhaps that will help you until such a menu is implemented (if it is implemented).
I don't think that it's necessary to have such a drop-down menu when we have drag & drop functionality.
On the drag and drop feature, however, is there any chance that we could highlight the folder we are moving messages to while moving the mouse over a folder to dump messages to?
It's on the ToDo list....
Currently, if I select a message(s) and drag the mouse of the folder list, I have no real "visible" validation that I am moving mail to the folder I want. If folders could be highlighted as the mouse is moved over each one, that would be nice.
I was moving mail from trash to my inbox earlier and accidentally dropped it in another folder.
Thanks, Kevin L.
Regards, Thomas
David Collantes wrote:
Hi there all!
Would it be possible to have a "Move to folder" drop menu somewhere on the message list window? I would like to be able to move multiple
emails
to a specific folder and that is now impossible.
Thanks!
As Lotus Web Access is too complex for me, I tried to check the html functions of the "li" tag used is RC. If you change the bg color when the mouse is on a folder and putting back the original color when the mouse is out, it works even when drag and dropping. Here is a very little code to prove that. You will have to rewrite it to make it work well in RC because as of now it is OK but it erase the icons in the folder list :
in : program/steps/mail/func.inc line 207 : out .= sprintf('<li id="rcmbx%s" class="mailbox %s %s%s%s"><a href="./#%s" onclick="return %s.command('list','%s')" onMouseOver=" this.style.background='#000000'" onMouseOut=" this.style.background='#ffffff'" onmouseup="return %s.mbox_mouse_up('%s')"%s>%s</a>',
I just added onMouseOver="this.style.background='#000000'" onMouseOut=" this.style.background='#ffffff'"
I hope it helps ...
Bye,
Mykeul
On 2/21/06, Mykeul myk3ul@gmail.com wrote:
if someone is interested, Lotus Domino Web Access 6.54 has the highlighting-when-drag-n-droping functionnality. If there is no copyright on this part, I may paste you some bunchs of html code.
On 2/21/06, Thomas Bruederli roundcube@gmail.com wrote:
Kevin Landers wrote:
I know this does not resolve the lack of a "Move to Folder" menu, but currently you can drag and drop mail from one folder to another. You
may
even do multiple messages by using the shift/control click feature to select multiple messages. Perhaps that will help you until such a menu is implemented (if it is implemented).
I don't think that it's necessary to have such a drop-down menu when we have drag & drop functionality.
On the drag and drop feature, however, is there any chance that we
could
highlight the folder we are moving messages to while moving the mouse over a folder to dump messages to?
It's on the ToDo list....
Currently, if I select a message(s) and drag the mouse of the folder list, I have no real "visible" validation that I am moving mail to the folder I want. If folders could be highlighted as the mouse is moved over each one, that would be nice.
I was moving mail from trash to my inbox earlier and accidentally dropped it in another folder.
Thanks, Kevin L.
Regards, Thomas
David Collantes wrote:
Hi there all!
Would it be possible to have a "Move to folder" drop menu somewhere
on
the message list window? I would like to be able to move multiple
emails
to a specific folder and that is now impossible.
Thanks!
Hi Mykeul, you're certainly going in the right direction, but if you want to put a little more work into this, can you see if you can accomplish the same thing using roundcube's stylesheet? We want people to be able to edit everything about the look (including the color of the background when the mouse is over) using the stylesheets.
-Charles
Mykeul wrote:
As Lotus Web Access is too complex for me, I tried to check the html functions of the "li" tag used is RC. If you change the bg color when the mouse is on a folder and putting back the original color when the mouse is out, it works even when drag and dropping. Here is a very little code to prove that. You will have to rewrite it to make it work well in RC because as of now it is OK but it erase the icons in the folder list :
in : program/steps/mail/func.inc line 207 : out .= sprintf('<li id="rcmbx%s" class="mailbox %s %s%s%s"><a href="./#%s" onclick="return %s.command('list','%s')" onMouseOver=" this.style.background='#000000'" onMouseOut="this.style.background='#ffffff'" onmouseup="return %s.mbox_mouse_up('%s')"%s>%s</a>',
I just added onMouseOver="this.style.background='#000000\ '"
onMouseOut="this.style.background='#ffffff'"I hope it helps ...
Bye,
Mykeul
On 2/21/06, *Mykeul* < myk3ul@gmail.com mailto:myk3ul@gmail.com> wrote:
if someone is interested, Lotus Domino Web Access 6.54 has the highlighting-when-drag-n-droping functionnality. If there is no copyright on this part, I may paste you some bunchs of html code. On 2/21/06, *Thomas Bruederli* <roundcube@gmail.com <mailto:roundcube@gmail.com>> wrote: Kevin Landers wrote: > I know this does not resolve the lack of a "Move to Folder" menu, but > currently you can drag and drop mail from one folder to another. You may > even do multiple messages by using the shift/control click feature to > select multiple messages. Perhaps that will help you until such a menu > is implemented (if it is implemented). I don't think that it's necessary to have such a drop-down menu when we have drag & drop functionality. > > On the drag and drop feature, however, is there any chance that we could > highlight the folder we are moving messages to while moving the mouse > over a folder to dump messages to? It's on the ToDo list.... > > Currently, if I select a message(s) and drag the mouse of the folder > list, I have no real "visible" validation that I am moving mail to the > folder I want. If folders could be highlighted as the mouse is moved > over each one, that would be nice. > > I was moving mail from trash to my inbox earlier and accidentally > dropped it in another folder. > > Thanks, > Kevin L. Regards, Thomas > > David Collantes wrote: > > Hi there all! > > > > Would it be possible to have a "Move to folder" drop menu somewhere on > > the message list window? I would like to be able to move multiple emails > > to a specific folder and that is now impossible. > > > > Thanks! > > > > >
I do not see how this core-behaviour would belong in a stylesheet. How about putting the onmouseover/onmouseout stuff in a javascript file and let that script add classes (like '.mouseover') dynamically using the DOM. Skins can then override these classes with custom styles.
Charles McNulty wrote:
Hi Mykeul, you're certainly going in the right direction, but if you want to put a little more work into this, can you see if you can accomplish the same thing using roundcube's stylesheet? We want people to be able to edit everything about the look (including the color of the background when the mouse is over) using the stylesheets.
-Charles
Mykeul wrote:
As Lotus Web Access is too complex for me, I tried to check the html functions of the "li" tag used is RC. If you change the bg color when the mouse is on a folder and putting back the original color when the mouse is out, it works even when drag and dropping. Here is a very little code to prove that. You will have to rewrite it to make it work well in RC because as of now it is OK but it erase the icons in the folder list :
in : program/steps/mail/func.inc line 207 : out .= sprintf('<li id="rcmbx%s" class="mailbox %s %s%s%s"><a href="./#%s" onclick="return %s.command('list','%s')" onMouseOver=" this.style.background='#000000'" onMouseOut="this.style.background='#ffffff'" onmouseup="return %s.mbox_mouse_up('%s')"%s>%s</a>',
I just added onMouseOver="this.style.background='#000000\ '"
onMouseOut="this.style.background='#ffffff'"I hope it helps ...
Bye,
Mykeul
On 2/21/06, *Mykeul* < myk3ul@gmail.com mailto:myk3ul@gmail.com> wrote:
if someone is interested, Lotus Domino Web Access 6.54 has the highlighting-when-drag-n-droping functionnality. If there is no copyright on this part, I may paste you some bunchs of html code. On 2/21/06, *Thomas Bruederli* <roundcube@gmail.com <mailto:roundcube@gmail.com>> wrote: Kevin Landers wrote: > I know this does not resolve the lack of a "Move to Folder" menu, but > currently you can drag and drop mail from one folder to another. You may > even do multiple messages by using the shift/control click feature to > select multiple messages. Perhaps that will help you until such a menu > is implemented (if it is implemented). I don't think that it's necessary to have such a drop-down menu when we have drag & drop functionality. > > On the drag and drop feature, however, is there any chance that we could > highlight the folder we are moving messages to while moving the mouse > over a folder to dump messages to? It's on the ToDo list.... > > Currently, if I select a message(s) and drag the mouse of the folder > list, I have no real "visible" validation that I am moving mail to the > folder I want. If folders could be highlighted as the mouse is moved > over each one, that would be nice. > > I was moving mail from trash to my inbox earlier and
accidentally > dropped it in another folder. > > Thanks, > Kevin L.
Regards, Thomas > > David Collantes wrote: > > Hi there all! > > > > Would it be possible to have a "Move to folder" drop menu somewhere on > > the message list window? I would like to be able to move multiple emails > > to a specific folder and that is now impossible. > > > > Thanks! > > > > >
I'm not talking about the behavior, I'm merely talking about the colors. There isn't any reason why we should have colors hard-coded into php OR js pages - even if it could be over-written by a stylesheet.
-Charles
Sjon wrote:
I do not see how this core-behaviour would belong in a stylesheet. How about putting the onmouseover/onmouseout stuff in a javascript file and let that script add classes (like '.mouseover') dynamically using the DOM. Skins can then override these classes with custom styles.
Charles McNulty wrote:
Hi Mykeul, you're certainly going in the right direction, but if you want to put a little more work into this, can you see if you can accomplish the same thing using roundcube's stylesheet? We want people to be able to edit everything about the look (including the color of the background when the mouse is over) using the stylesheets.
-Charles
Mykeul wrote:
As Lotus Web Access is too complex for me, I tried to check the html functions of the "li" tag used is RC. If you change the bg color when the mouse is on a folder and putting back the original color when the mouse is out, it works even when drag and dropping. Here is a very little code to prove that. You will have to rewrite it to make it work well in RC because as of now it is OK but it erase the icons in the folder list :
in : program/steps/mail/func.inc line 207 : out .= sprintf('<li id="rcmbx%s" class="mailbox %s %s%s%s"><a href="./#%s" onclick="return %s.command('list','%s')" onMouseOver=" this.style.background='#000000'" onMouseOut="this.style.background='#ffffff'" onmouseup="return %s.mbox_mouse_up('%s')"%s>%s</a>',
I just added onMouseOver="this.style.background='#000000\ '"
onMouseOut="this.style.background='#ffffff'"I hope it helps ...
Bye,
Mykeul
On 2/21/06, *Mykeul* < myk3ul@gmail.com mailto:myk3ul@gmail.com> wrote:
if someone is interested, Lotus Domino Web Access 6.54 has the highlighting-when-drag-n-droping functionnality. If there is no copyright on this part, I may paste you some bunchs of html code. On 2/21/06, *Thomas Bruederli* <roundcube@gmail.com <mailto:roundcube@gmail.com>> wrote: Kevin Landers wrote: > I know this does not resolve the lack of a "Move to Folder" menu, but > currently you can drag and drop mail from one folder to another. You may > even do multiple messages by using the shift/control click feature to > select multiple messages. Perhaps that will help you until such a menu > is implemented (if it is implemented). I don't think that it's necessary to have such a drop-down menu when we have drag & drop functionality. > > On the drag and drop feature, however, is there any chance that we could > highlight the folder we are moving messages to while moving the mouse > over a folder to dump messages to? It's on the ToDo list.... > > Currently, if I select a message(s) and drag the mouse of the folder > list, I have no real "visible" validation that I am moving mail to the > folder I want. If folders could be highlighted as the
mouse is moved > over each one, that would be nice. > > I was moving mail from trash to my inbox earlier and accidentally > dropped it in another folder. > > Thanks, > Kevin L.
Regards, Thomas > > David Collantes wrote: > > Hi there all! > > > > Would it be possible to have a "Move to folder" drop menu somewhere on > > the message list window? I would like to be able to move multiple emails > > to a specific folder and that is now impossible. > > > > Thanks! > > > > >
Sorry, I should have been clearer that I meant the color only, not the functionality, which should be kept where Mykeul found it.
-Charles
Sjon wrote:
I do not see how this core-behaviour would belong in a stylesheet. How about putting the onmouseover/onmouseout stuff in a javascript file and let that script add classes (like '.mouseover') dynamically using the DOM. Skins can then override these classes with custom styles.
Charles McNulty wrote:
Hi Mykeul, you're certainly going in the right direction, but if you want to put a little more work into this, can you see if you can accomplish the same thing using roundcube's stylesheet? We want people to be able to edit everything about the look (including the color of the background when the mouse is over) using the stylesheets.
-Charles
Mykeul wrote:
As Lotus Web Access is too complex for me, I tried to check the html functions of the "li" tag used is RC. If you change the bg color when the mouse is on a folder and putting back the original color when the mouse is out, it works even when drag and dropping. Here is a very little code to prove that. You will have to rewrite it to make it work well in RC because as of now it is OK but it erase the icons in the folder list :
in : program/steps/mail/func.inc line 207 : out .= sprintf('<li id="rcmbx%s" class="mailbox %s %s%s%s"><a href="./#%s" onclick="return %s.command('list','%s')" onMouseOver=" this.style.background='#000000'" onMouseOut="this.style.background='#ffffff'" onmouseup="return %s.mbox_mouse_up('%s')"%s>%s</a>',
I just added onMouseOver="this.style.background='#000000\ '"
onMouseOut="this.style.background='#ffffff'"I hope it helps ...
Bye,
Mykeul
On 2/21/06, *Mykeul* < myk3ul@gmail.com mailto:myk3ul@gmail.com> wrote:
if someone is interested, Lotus Domino Web Access 6.54 has the highlighting-when-drag-n-droping functionnality. If there is no copyright on this part, I may paste you some bunchs of html code. On 2/21/06, *Thomas Bruederli* <roundcube@gmail.com <mailto:roundcube@gmail.com>> wrote: Kevin Landers wrote: > I know this does not resolve the lack of a "Move to Folder" menu, but > currently you can drag and drop mail from one folder to another. You may > even do multiple messages by using the shift/control click feature to > select multiple messages. Perhaps that will help you until such a menu > is implemented (if it is implemented). I don't think that it's necessary to have such a drop-down menu when we have drag & drop functionality. > > On the drag and drop feature, however, is there any chance that we could > highlight the folder we are moving messages to while moving the mouse > over a folder to dump messages to? It's on the ToDo list.... > > Currently, if I select a message(s) and drag the mouse of the folder > list, I have no real "visible" validation that I am moving mail to the > folder I want. If folders could be highlighted as the
mouse is moved > over each one, that would be nice. > > I was moving mail from trash to my inbox earlier and accidentally > dropped it in another folder. > > Thanks, > Kevin L.
Regards, Thomas > > David Collantes wrote: > > Hi there all! > > > > Would it be possible to have a "Move to folder" drop menu somewhere on > > the message list window? I would like to be able to move multiple emails > > to a specific folder and that is now impossible. > > > > Thanks! > > > > >
Hi,
I would prefer to do this with the :hover tag in css instead of
javascripts, then it's easy to change the colors, is there any
practical issue not to use "hover" in the css ?
Cheers Anders
On Feb 21, 2006, at 22:00, Charles McNulty wrote:
Sorry, I should have been clearer that I meant the color only, not
the functionality, which should be kept where Mykeul found it.-Charles
Sjon wrote:
I do not see how this core-behaviour would belong in a stylesheet.
How about putting the onmouseover/onmouseout stuff in a javascript
file and let that script add classes (like '.mouseover')
dynamically using the DOM. Skins can then override these classes
with custom styles. Charles McNulty wrote:Hi Mykeul, you're certainly going in the right direction, but if
you want to put a little more work into this, can you see if you
can accomplish the same thing using roundcube's stylesheet? We
want people to be able to edit everything about the look
(including the color of the background when the mouse is over)
using the stylesheets.-Charles
Mykeul wrote:
As Lotus Web Access is too complex for me, I tried to check the
html functions of the "li" tag used is RC. If you change the bg
color when the mouse is on a folder and putting back the
original color when the mouse is out, it works even when drag
and dropping. Here is a very little code to prove that. You will have to
rewrite it to make it work well in RC because as of now it is OK
but it erase the icons in the folder list :in : program/steps/mail/func.inc line 207 : out .= sprintf('<li id="rcmbx%s" class="mailbox %s %s% s%s"><a href="./#%s" onclick="return %s.command('list','%s ')" onMouseOver=" this.style.background='#000000'"
onMouseOut="this.style.background='#ffffff'" onmouseup="return
%s.mbox_mouse_up('%s')"%s>%s</a>',I just added onMouseOver="this.style.background='#000000\ '"
onMouseOut="this.style.background='#ffffff'"I hope it helps ...
Bye,
Mykeul
On 2/21/06, *Mykeul* < myk3ul@gmail.com
mailto:myk3ul@gmail.com> wrote:if someone is interested, Lotus Domino Web Access 6.54 has the highlighting-when-drag-n-droping functionnality. If there is no copyright on this part, I may paste you some bunchs of html
code.
On 2/21/06, *Thomas Bruederli* <roundcube@gmail.com <mailto:roundcube@gmail.com>> wrote: Kevin Landers wrote: > I know this does not resolve the lack of a "Move to
Folder" menu, but > currently you can drag and drop mail from one folder to another. You may > even do multiple messages by using the shift/control
click feature to > select multiple messages. Perhaps that will help you
until such a menu > is implemented (if it is implemented).I don't think that it's necessary to have such a drop-
down menu when we have drag & drop functionality. > > On the drag and drop feature, however, is there any
chance that we could > highlight the folder we are moving messages to while
moving the mouse > over a folder to dump messages to?It's on the ToDo list.... > > Currently, if I select a message(s) and drag the
mouse of the folder > list, I have no real "visible" validation that I am
moving mail to the > folder I want. If folders could be highlighted as the
mouse is moved > over each one, that would be nice. > > I was moving mail from trash to my inbox earlier and
accidentally > dropped it in another folder. > > Thanks, > Kevin L.Regards, Thomas > > David Collantes wrote: > > Hi there all! > > > > Would it be possible to have a "Move to folder" drop
menu somewhere on > > the message list window? I would like to be able to
move multiple emails > > to a specific folder and that is now impossible. > > > > Thanks! > > > > >
-- TDC Song anders.x.karlsson@tdcsong.se CDTT (Certified Duct Tape Technician)
"Light travels faster than sound, thats why some people appear bright
before they speak"
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to
produce
bigger and better idiots. So far, the Universe is winning. - Rich Cook
OK Charles,
That's right and it works muuuuuuch better :)
Here's my (very important ;) ) contribution :
in skins/default/main.css
line 221, add this just under the same thing without hover and bgcolor : #mailboxlist li:hover { /* height: 18px; */ font-size: 11px; background: url(images/icons/folder-closed.png) no-repeat; background-position: 10px 1px; background-color: #EBEBEB; border-bottom: 1px solid #EBEBEB; /* IE 5.5 margin-left: -16px; */ }
I hope it will be OK for you.
Mykeul
On 2/21/06, Charles McNulty charles@charlesmcnulty.com wrote:
Sorry, I should have been clearer that I meant the color only, not the functionality, which should be kept where Mykeul found it.
-Charles
Sjon wrote:
I do not see how this core-behaviour would belong in a stylesheet. How about putting the onmouseover/onmouseout stuff in a javascript file and let that script add classes (like '.mouseover') dynamically using the DOM. Skins can then override these classes with custom styles.
Charles McNulty wrote:
Hi Mykeul, you're certainly going in the right direction, but if you want to put a little more work into this, can you see if you can accomplish the same thing using roundcube's stylesheet? We want people to be able to edit everything about the look (including the color of the background when the mouse is over) using the stylesheets.
-Charles
Mykeul wrote:
As Lotus Web Access is too complex for me, I tried to check the html functions of the "li" tag used is RC. If you change the bg color when the mouse is on a folder and putting back the original color when the mouse is out, it works even when drag and dropping. Here is a very little code to prove that. You will have to rewrite it to make it work well in RC because as of now it is OK but it erase the icons in the folder list :
in : program/steps/mail/func.inc line 207 : out .= sprintf('<li id="rcmbx%s" class="mailbox %s %s%s%s"><a href="./#%s" onclick="return %s.command('list','%s')" onMouseOver=" this.style.background='#000000'" onMouseOut="this.style.background='#ffffff'" onmouseup="return %s.mbox_mouse_up('%s')"%s>%s</a>',
I just added onMouseOver="this.style.background='#000000\ '" onMouseOut="this.style.background='#ffffff'"
I hope it helps ...
Bye,
Mykeul
On 2/21/06, *Mykeul* < myk3ul@gmail.com mailto:myk3ul@gmail.com> wrote:
if someone is interested, Lotus Domino Web Access 6.54 has the highlighting-when-drag-n-droping functionnality. If there is no copyright on this part, I may paste you some bunchs of html code. On 2/21/06, *Thomas Bruederli* <roundcube@gmail.com <mailto:roundcube@gmail.com>> wrote: Kevin Landers wrote: > I know this does not resolve the lack of a "Move to Folder" menu, but > currently you can drag and drop mail from one folder to another. You may > even do multiple messages by using the shift/control click feature to > select multiple messages. Perhaps that will help you until such a menu > is implemented (if it is implemented). I don't think that it's necessary to have such a drop-down
menu
when we have drag & drop functionality. > > On the drag and drop feature, however, is there any chance that we could > highlight the folder we are moving messages to while moving the mouse > over a folder to dump messages to? It's on the ToDo list.... > > Currently, if I select a message(s) and drag the mouse of
the
folder > list, I have no real "visible" validation that I am moving mail to the > folder I want. If folders could be highlighted as the
mouse is moved > over each one, that would be nice. > > I was moving mail from trash to my inbox earlier and accidentally > dropped it in another folder. > > Thanks, > Kevin L.
Regards, Thomas > > David Collantes wrote: > > Hi there all! > > > > Would it be possible to have a "Move to folder" drop menu somewhere on > > the message list window? I would like to be able to move multiple emails > > to a specific folder and that is now impossible. > > > > Thanks! > > > > >
Hehe .. just done :)
On 2/21/06, Anders Karlsson (X:et) anders.x.karlsson@tdcsong.se wrote:
Hi,
I would prefer to do this with the :hover tag in css instead of javascripts, then it's easy to change the colors, is there any practical issue not to use "hover" in the css ?
Cheers Anders
On Feb 21, 2006, at 22:00, Charles McNulty wrote:
Sorry, I should have been clearer that I meant the color only, not the functionality, which should be kept where Mykeul found it.
-Charles
Sjon wrote:
I do not see how this core-behaviour would belong in a stylesheet. How about putting the onmouseover/onmouseout stuff in a javascript file and let that script add classes (like '.mouseover') dynamically using the DOM. Skins can then override these classes with custom styles. Charles McNulty wrote:
Hi Mykeul, you're certainly going in the right direction, but if you want to put a little more work into this, can you see if you can accomplish the same thing using roundcube's stylesheet? We want people to be able to edit everything about the look (including the color of the background when the mouse is over) using the stylesheets.
-Charles
Mykeul wrote:
As Lotus Web Access is too complex for me, I tried to check the html functions of the "li" tag used is RC. If you change the bg color when the mouse is on a folder and putting back the original color when the mouse is out, it works even when drag and dropping. Here is a very little code to prove that. You will have to rewrite it to make it work well in RC because as of now it is OK but it erase the icons in the folder list :
in : program/steps/mail/func.inc line 207 : out .= sprintf('<li id="rcmbx%s" class="mailbox %s %s% s%s"><a href="./#%s" onclick="return %s.command('list','%s ')" onMouseOver=" this.style.background='#000000'" onMouseOut="this.style.background='#ffffff'" onmouseup="return %s.mbox_mouse_up('%s')"%s>%s</a>',
I just added onMouseOver="this.style.background='#000000\ '" onMouseOut="this.style.background='#ffffff'"
I hope it helps ...
Bye,
Mykeul
On 2/21/06, *Mykeul* < myk3ul@gmail.com mailto:myk3ul@gmail.com> wrote:
if someone is interested, Lotus Domino Web Access 6.54 has the highlighting-when-drag-n-droping functionnality. If there is no copyright on this part, I may paste you some bunchs of html
code.
On 2/21/06, *Thomas Bruederli* <roundcube@gmail.com <mailto:roundcube@gmail.com>> wrote: Kevin Landers wrote: > I know this does not resolve the lack of a "Move to
Folder" menu, but > currently you can drag and drop mail from one folder to another. You may > even do multiple messages by using the shift/control click feature to > select multiple messages. Perhaps that will help you until such a menu > is implemented (if it is implemented).
I don't think that it's necessary to have such a drop-
down menu when we have drag & drop functionality. > > On the drag and drop feature, however, is there any chance that we could > highlight the folder we are moving messages to while moving the mouse > over a folder to dump messages to?
It's on the ToDo list.... > > Currently, if I select a message(s) and drag the
mouse of the folder > list, I have no real "visible" validation that I am moving mail to the > folder I want. If folders could be highlighted as the mouse is moved > over each one, that would be nice. > > I was moving mail from trash to my inbox earlier and accidentally > dropped it in another folder. > > Thanks, > Kevin L.
Regards, Thomas > > David Collantes wrote: > > Hi there all! > > > > Would it be possible to have a "Move to folder" drop
menu somewhere on > > the message list window? I would like to be able to move multiple emails > > to a specific folder and that is now impossible. > > > > Thanks! > > > > >
-- TDC Song anders.x.karlsson@tdcsong.se CDTT (Certified Duct Tape Technician)
"Light travels faster than sound, thats why some people appear bright before they speak"
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rich Cook
Hi everybody,
The main target of that folder highlighting IMO would bet to highlight only valid drop targets. That also means that the highlighting is only active when the user drags something around. I was thinking of setting an additional class (like "droptarget") to the <li>s on the valid (originating folder isn't really valid) target folders when drag starts. Then it's up to the skin to highlight them when dragging starts or when the mouse is over. After dropping the messages on a folder, javascript will remove that class again from the objects. I guess altering the PHP code is not necessary to implement this feature.
You see, it's a bit more complicated than just adding a CSS class and that's the reason why it has not been coded yet. Hope you understand what my intention for this feature is.
Regards, Thomas
Anders Karlsson (X:et) wrote:
Hi,
I would prefer to do this with the :hover tag in css instead of javascripts, then it's easy to change the colors, is there any practical issue not to use "hover" in the css ?
Cheers Anders
On Feb 21, 2006, at 22:00, Charles McNulty wrote:
Sorry, I should have been clearer that I meant the color only, not the functionality, which should be kept where Mykeul found it.
-Charles
Sjon wrote:
I do not see how this core-behaviour would belong in a stylesheet. How about putting the onmouseover/onmouseout stuff in a javascript file and let that script add classes (like '.mouseover') dynamically using the DOM. Skins can then override these classes with custom styles. Charles McNulty wrote:
Hi Mykeul, you're certainly going in the right direction, but if you want to put a little more work into this, can you see if you can accomplish the same thing using roundcube's stylesheet? We want people to be able to edit everything about the look (including the color of the background when the mouse is over) using the stylesheets.
-Charles
Hum .. OK .. but this time it is too difficult for me :)
On 2/22/06, Thomas Bruederli roundcube@gmail.com wrote:
Hi everybody,
The main target of that folder highlighting IMO would bet to highlight only valid drop targets. That also means that the highlighting is only active when the user drags something around. I was thinking of setting an additional class (like "droptarget") to the <li>s on the valid (originating folder isn't really valid) target folders when drag starts. Then it's up to the skin to highlight them when dragging starts or when the mouse is over. After dropping the messages on a folder, javascript will remove that class again from the objects. I guess altering the PHP code is not necessary to implement this feature.
You see, it's a bit more complicated than just adding a CSS class and that's the reason why it has not been coded yet. Hope you understand what my intention for this feature is.
Regards, Thomas
Anders Karlsson (X:et) wrote:
Hi,
I would prefer to do this with the :hover tag in css instead of javascripts, then it's easy to change the colors, is there any practical issue not to use "hover" in the css ?
Cheers Anders
On Feb 21, 2006, at 22:00, Charles McNulty wrote:
Sorry, I should have been clearer that I meant the color only, not the functionality, which should be kept where Mykeul found it.
-Charles
Sjon wrote:
I do not see how this core-behaviour would belong in a stylesheet. How about putting the onmouseover/onmouseout stuff in a javascript file and let that script add classes (like '.mouseover') dynamically using the DOM. Skins can then override these classes with custom
styles.
Charles McNulty wrote:
Hi Mykeul, you're certainly going in the right direction, but if you want to put a little more work into this, can you see if you can accomplish the same thing using roundcube's stylesheet? We want people to be able to edit everything about the look (including the color of the background when the mouse is over) using the
stylesheets.
-Charles
I agree that the highlighting should only be active when dragging around something. That is exactly the reason why I suggested javascript instead of the :hover property. I like the droptarget class idea as well. It could be useful if/when we implement (read-only) folders. I would combine the 'droptarget' class with a 'mouseover' class; that way you can customize colors for both valid targets, invalid targets, valid moused-over-targets and invalid moused-over-targets.
Regards, Sjon
On Wed, 22 Feb 2006 09:20:53 +0100, Thomas Bruederli roundcube@gmail.com wrote:
Hi everybody,
The main target of that folder highlighting IMO would bet to highlight only valid drop targets. That also means that the highlighting is only active when the user drags something around. I was thinking of setting an additional class (like "droptarget") to the <li>s on the valid (originating folder isn't really valid) target folders when drag starts. Then it's up to the skin to highlight them when dragging starts or when the mouse is over. After dropping the messages on a folder, javascript will remove that class again from the objects. I guess altering the PHP code is not necessary to implement this feature.
You see, it's a bit more complicated than just adding a CSS class and that's the reason why it has not been coded yet. Hope you understand what my intention for this feature is.
Regards, Thomas
Anders Karlsson (X:et) wrote:
Hi,
I would prefer to do this with the :hover tag in css instead of javascripts, then it's easy to change the colors, is there any practical issue not to use "hover" in the css ?
Cheers Anders
On Feb 21, 2006, at 22:00, Charles McNulty wrote:
Sorry, I should have been clearer that I meant the color only, not the functionality, which should be kept where Mykeul found it.
-Charles
Sjon wrote:
I do not see how this core-behaviour would belong in a stylesheet. How about putting the onmouseover/onmouseout stuff in a javascript file and let that script add classes (like '.mouseover') dynamically using the DOM. Skins can then override these classes with custom
styles.
Charles McNulty wrote:
Hi Mykeul, you're certainly going in the right direction, but if you want to put a little more work into this, can you see if you can accomplish the same thing using roundcube's stylesheet? We want people to be able to edit everything about the look (including the color of the background when the mouse is over) using the
stylesheets.
-Charles
Sjon wrote:
I agree that the highlighting should only be active when dragging around something. That is exactly the reason why I suggested javascript instead of the :hover property. I like the droptarget class idea as well. It could be useful if/when we implement (read-only) folders. I would combine the 'droptarget' class with a 'mouseover' class; that way you can customize colors for both valid targets, invalid targets, valid moused-over-targets and invalid moused-over-targets.
IMO the mouseover class is not necessary. You can set droptarget:hover in the skin CSS in order to get this effect.
Regards, Sjon
Regards, Thomas
On Wed, 22 Feb 2006 09:20:53 +0100, Thomas Bruederli roundcube@gmail.com wrote:
Hi everybody,
The main target of that folder highlighting IMO would bet to highlight only valid drop targets. That also means that the highlighting is only active when the user drags something around. I was thinking of setting an additional class (like "droptarget") to the <li>s on the valid (originating folder isn't really valid) target folders when drag starts. Then it's up to the skin to highlight them when dragging starts or when the mouse is over. After dropping the messages on a folder, javascript will remove that class again from the objects. I guess altering the PHP code is not necessary to implement this feature.
You see, it's a bit more complicated than just adding a CSS class and that's the reason why it has not been coded yet. Hope you understand what my intention for this feature is.
Regards, Thomas
Anders Karlsson (X:et) wrote:
Hi,
I would prefer to do this with the :hover tag in css instead of javascripts, then it's easy to change the colors, is there any practical issue not to use "hover" in the css ?
Cheers Anders
On Feb 21, 2006, at 22:00, Charles McNulty wrote:
Sorry, I should have been clearer that I meant the color only, not the functionality, which should be kept where Mykeul found it.
-Charles
Sjon wrote:
I do not see how this core-behaviour would belong in a stylesheet. How about putting the onmouseover/onmouseout stuff in a javascript file and let that script add classes (like '.mouseover') dynamically using the DOM. Skins can then override these classes with custom
styles.
Charles McNulty wrote:
Hi Mykeul, you're certainly going in the right direction, but if you want to put a little more work into this, can you see if you can accomplish the same thing using roundcube's stylesheet? We want people to be able to edit everything about the look (including the color of the background when the mouse is over) using the
stylesheets.
-Charles
On Wed, 22 Feb 2006 11:25:01 +0100, Thomas Bruederli roundcube@gmail.com wrote:
Sjon wrote:
I agree that the highlighting should only be active when dragging around something. That is exactly the reason why I suggested javascript instead of the :hover property. I like the droptarget class idea as well. It could be useful if/when we implement (read-only) folders. I would combine the 'droptarget' class with a 'mouseover' class; that way you can customize colors for both valid targets, invalid targets, valid moused-over-targets and invalid moused-over-targets.
IMO the mouseover class is not necessary. You can set droptarget:hover in the skin CSS in order to get this effect.
For as far as I can see ':hover' isn't triggered when dragging? Also; we'll need a workaround for IE as well since it doesn't support hover on anything but 'a' objects
Regards, Sjon
Regards, Thomas
On Wed, 22 Feb 2006 09:20:53 +0100, Thomas Bruederli
roundcube@gmail.com wrote:
Hi everybody,
The main target of that folder highlighting IMO would bet to highlight only valid drop targets. That also means that the highlighting is only active when the user drags something around. I was thinking of setting an additional class (like "droptarget") to the <li>s on the valid (originating folder isn't really valid) target folders when drag
starts.
Then it's up to the skin to highlight them when dragging starts or when the mouse is over. After dropping the messages on a folder, javascript will remove that class again from the objects. I guess altering the PHP code is not necessary to implement this feature.
You see, it's a bit more complicated than just adding a CSS class and that's the reason why it has not been coded yet. Hope you understand what my intention for this feature is.
Regards, Thomas
Anders Karlsson (X:et) wrote:
Hi,
I would prefer to do this with the :hover tag in css instead of javascripts, then it's easy to change the colors, is there any
practical
issue not to use "hover" in the css ?
Cheers Anders
On Feb 21, 2006, at 22:00, Charles McNulty wrote:
Sorry, I should have been clearer that I meant the color only, not
the
functionality, which should be kept where Mykeul found it.
-Charles
Sjon wrote:
I do not see how this core-behaviour would belong in a stylesheet. How about putting the onmouseover/onmouseout stuff in a javascript file and let that script add classes (like '.mouseover') dynamically using the DOM. Skins can then override these classes with custom
styles.
Charles McNulty wrote: > Hi Mykeul, you're certainly going in the right direction, but if
you
> want to put a little more work into this, can you see if you can > accomplish the same thing using roundcube's stylesheet? We want > people to be able to edit everything about the look (including the > color of the background when the mouse is over) using the
stylesheets.
> -Charles >