Roundcube Community Forum

 

Right Click Functionality

Started by mfallon, February 28, 2009, 02:18:13 PM

Previous topic - Next topic

Do you think right click funtionality is a good idea?

es
181 (91.9%)
o
6 (3%)
aybe
10 (5.1%)
on\'t Care / Know
0 (0%)

Total Members Voted: 193

ABerglund

Same here. Existing groups cannot be renamed or deleted by context menu.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

JohnDoh

thats odd, existing ones definatly work fine for me. any chance either of you would mind giving me a test account on your server so I could try it? thanks.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

ABerglund

Quote from: JohnDoh;29240thats odd, existing ones definatly work fine for me. any chance either of you would mind giving me a test account on your server so I could try it? thanks.
I can do that. PM coming your way.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

JohnDoh

thanks ABerglund thats alteast solved half the problem. I think you are using the 0.4b version of the plugin, you need to upgrade to the 0.4s version coz of changes in the core. that should solve the problems with existing groups. the problem with new groups its still there, i need to work on that still.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

bagu

#124
I already have the last version of your plugin (picked up juste 15 minutes befor my first post)

I have this in CHANGELOG :
2010 08 01
==========
 * Update hooks (r3840)

ABerglund

Opps! I missed that you had updated it for stable. You are correct, after updating my plugin, it now works fine on existing groups, but fails on new.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

JohnDoh

i'm glad its sorted. the repo version (change just committed) should work with both existing and new groups.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

bagu

With the repository version (github) it work fine. Thanks.

ABerglund

Confirmed - the latest works fine.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

tsjolshagen

Hi,

Whenever I enable (latest github version) of the context menu plugin and reload the page, my roundcube UI stops responding and does not display any of the messages in the inbox (so basically the browser draws the UI, the folders but can't populate the messages portion of the inbox). Clicking on anything (right or left) doesn't produce anything either.

I'm seeing any error messages in any logs. Using FF 3.6.7 on Fedora 13.

Help? :)

JohnDoh

any JS errors? are you using any other plugins?
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

tsjolshagen

Quote from: JohnDoh;29530any JS errors? are you using any other plugins?

Not seeing any JS errors in the FF error console.

As for plugins, the list from main.inc.php:

// List of active plugins (in plugins/ directory)
$rcmail_config['plugins'] = array(
        "compose_newwindow",
        "compose_addressbook",
//      "contextmenu",
        "calendar",
        "pw_recovery",
//      "markasjunk",
        "markasjunk2",
        "jqueryui",
        "forwardattachment",
        "globaladdressbook",
        "sendmessage",
        "message_highlight",
        "sauserprefs",
        "sticky_notes",
//      "vacation", // Need to edit & make it work first!
        "automatic_addressbook",
        "keyboard_shortcuts",
        "emoticons",
        "session_timeout",
        "sieverules",
        "searchbox",

JohnDoh

hmmm is any one else having the same problem? I'm sorry but without an error message or something I can recreate I really don't know what to suggest.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

dziobak

#133
tsjolshagen: try it with IE.
I have two days old version and everythings ok in ff and ie.

ABerglund

Quote from: JohnDoh;29537hmmm is any one else having the same problem? I'm sorry but without an error message or something I can recreate I really don't know what to suggest.
No, it's working fine for me. But this sounds suspiciously like a problem I had some time back with a conflict between contextmenu and compose_addressbook, which I see is enabled in the list above. Try disabling compose_addressbook and see if that helps. If so, you may want to verify that compose_addressbook is up to date.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA