View Poll Results: Do you think right click funtionality is a good idea?

Voters
197. You may not vote on this poll
  • Yes

    181 91.88%
  • No

    6 3.05%
  • Maybe

    10 5.08%
  • Don't Care / Know

    0 0%
+ Reply to Thread
Page 3 of 16 FirstFirst 1 2 3 4 5 13 ... LastLast
Results 21 to 30 of 154

Thread: Right Click Functionality

  1. #21
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    Thanks . I wondered about the message highlighting thing. I think it would actually make the code simplier if that was done but I decided not to mainly because I thought it was possible that some one might have message open in the preview pane and want to do something to another message, say one that just arrived while still keeping the current message open. does that make sense?

    What do people think? should right clicking select that message or just let you do stuff to it.

    I just tried in Outlook and it seems to use the same approach as this, although there is a little dotted box around the right clicked message. May be doing something like that, just altering the border around the right clicked message so it is clear which one was clicked would be a good compromise.
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  2. #22
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

    Is it necessary to patch lists.js (rc_context_menu.patch ::: lists.js ::: rcm_contextmenu_init)? It seems to work without the patch (at least for IE7). In additon the patch gives me a js error when entering folder administration.
    Last edited by rosali; 05-11-2009 at 08:30 PM.
    Regards,
    Rosali

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

  3. #23
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    That confused me. you are correct the patch is not needed at all any more, it was only a temporary thing until plugin hooks were available. It should have been removed from the tar.gz and zip files, it has been now.
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  4. #24
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

    OK - shouldn't we move this thread please to plugins? If you disagree, feel free to delete this post.
    Regards,
    Rosali

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

  5. #25
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    sounds like a plan, i have move it.
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  6. #26
    lacri's Avatar
    lacri is offline Registered User
    Join Date
    Jan 2009
    Location
    Lutherstadt Wittenberg, Germany
    Posts
    179
    Downloads
    5
    Uploads
    0

    Default

    Hi John,

    i found little things the icons unflagged, print and forwardreplyall are not display.

    here is my little workaround.

    can you fix this with the rcmail.env i have hardcoded the path.

    Code:
    $('<a>').attr('href', '#unflagged').addClass('active').html('&nbsp;&nbsp;' + rcmail.gettext('markunflagged')).css('background-image', 'url(' + 'skins/default/images/icons/unflagged.png' + ')').appendTo(menuUnflagged);
    $('<a>').attr('href', '#reply-all').addClass('active').html(rcmail.gettext('replytoallmessage')).css('background-image', 'url(' + rcmail.env.forwardedrepliedicon + ')').appendTo(menuReplyall);
    $('<a>').attr('href', '#print').addClass('active').html(rcmail.gettext('printmessage')).css('background-image', 'url(' + 'skins/default/images/icons/print.png' + ')').appendTo(menuPrint);

    and can you add the new commands from the SVN messagemenu to your plugin for Message download as eml, show source and open in new window

    Thanks in advance

  7. #27
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    I added the icons and the new actions yesterday but following r2541 it doesnt work right any more so i will have to update it again :/

    UPDATE: the updated plugin is going to be a bit delayed until r2541 is fixed, its still very buggy in IE and there is no point in rewriting stuff until the new code is sorted.
    Last edited by JohnDoh; 05-27-2009 at 07:29 PM.
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  8. #28
    lacri's Avatar
    lacri is offline Registered User
    Join Date
    Jan 2009
    Location
    Lutherstadt Wittenberg, Germany
    Posts
    179
    Downloads
    5
    Uploads
    0

    Default

    thanks John yes in the current svn after 2541 dosnt work anymore r2541 breaks completly the context menu in IE FF ...

  9. #29
    marklittle is offline Registered User
    Join Date
    Dec 2008
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default

    FYI - Context menu is working 95% fine for me with latest SVN (r2573). Only thing that is broken are the icons for print, save and source, because they were moved to images/buttons with the 3 versions.


    Cheers,
    Mark

  10. #30
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

    Please do not include contextmenu.js in "preview pane" or "show message". Both are in task "mail" but don't need the plugin.

    If $_GET['_uid'] is not empty, do not trigger things.
    Last edited by rosali; 05-30-2009 at 06:01 PM.
    Regards,
    Rosali

    __________________
    MyRoundcube Project http://myroundcube.googlecode.com
    MyRoundcube Online Demo - Free Email Address http://mail4us.net
    MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
    Mailing List http://mail4us.net/?_action=plugin.nabble

+ Reply to Thread
Page 3 of 16 FirstFirst 1 2 3 4 5 13 ... LastLast

LinkBacks (?)

  1. 06-11-2009, 03:27 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts