[jQuery] Re: ContextMenu plugin r2 released!

2007-07-16 Thread pd
It appears this plugin can ignore the Firefox preference under Tools - Options - Content - Enable Javascript - Advanced, Allow JavaScript to Disable or replace context menus. Are you aware of this? Is this deliberate? Do you think that's a good idea to take the control away from the user? FWIW

[jQuery] Re: ContextMenu plugin r2 released!

2007-07-16 Thread Dan G. Switzer, II
Cheers, Karl. Arrow-key navigation isn't even implemented yet, so I'm surprised to hear it works at all! :-) I'll take a look at implementing that in r3. I'm guessing maybe Karl had his cursor placed in a way that when the context menu appeared, pressing the [DOWN ARROW] was causing the

[jQuery] Re: ContextMenu plugin r2 released!

2007-07-16 Thread Rey Bango
Great job Chris. It looks good in both IE7 and FF2 for Windows. Rey... cdomigan wrote: Version r2 of the ContextMenu plugin has been released. ContextMenu is a lightweight jQuery plugin that lets you selectively override the browser's right-click menu with a custom one of your own. You can

[jQuery] Re: ContextMenu plugin r2 released!

2007-07-16 Thread Karl Swedberg
Come to think of it, Dan, that's exactly what was going on. Excellent deduction! --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 16, 2007, at 8:50 AM, Dan G. Switzer, II wrote: Cheers, Karl. Arrow-key navigation isn't even implemented yet, so

[jQuery] Re: ContextMenu plugin r2 released!

2007-07-16 Thread voltron
Can one use this plugin with Jörns TreeMenu?( http://bassistance.de/jquery-plugins/jquery-plugin-treeview/)? Thanks On Jul 16, 3:32 pm, Karl Swedberg [EMAIL PROTECTED] wrote: Come to think of it, Dan, that's exactly what was going on. Excellent deduction! --Karl _ Karl

[jQuery] Re: ContextMenu plugin r2 released!

2007-07-15 Thread Karl Swedberg
Looks great, Chris! Really nice job! A couple things I noticed with arrow-key navigation: - sometimes you have to hit an arrow key twice to move from one item to the next (e.g. on the Save item in the first context menu). Is that intentional? Kind of feels like a bug. - if you keep

[jQuery] Re: ContextMenu plugin r2 released!

2007-07-15 Thread cdomigan
Cheers, Karl. Arrow-key navigation isn't even implemented yet, so I'm surprised to hear it works at all! :-) I'll take a look at implementing that in r3. Chris On Jul 16, 3:22 pm, Karl Swedberg [EMAIL PROTECTED] wrote: Looks great, Chris! Really nice job! A couple things I noticed with