Re: Controlling admin ManyToManyField widget with keyboard

2014-02-27 Thread Ram Rachum
Ah, that works. It's not as nice as being able to move them without a tab dance, but it works. On Thu, Feb 27, 2014 at 12:40 AM, C. Kirby wrote: > Oh, sorry. That widget uses ModelAdmin.filter_horizontal ( > https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmi

Re: Controlling admin ManyToManyField widget with keyboard

2014-02-26 Thread C. Kirby
Oh, sorry. That widget uses ModelAdmin.filter_horizontal (https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.filter_horizontal), it is not the standard admin ManyToMany widget. I just tested it in user permissions. I just got it to work by selecting(multipl

Re: Controlling admin ManyToManyField widget with keyboard

2014-02-26 Thread Ram Rachum
The widget is a combination of two multiple select boxes and arrows to move items between boxes. I have no issues with the selecting part. I have an issue with the moving part. On Wed, Feb 26, 2014 at 11:58 PM, C. Kirby wrote: > I don't think I am. A ManyToMany relation in admin is represented

Re: Controlling admin ManyToManyField widget with keyboard

2014-02-26 Thread C. Kirby
I don't think I am. A ManyToMany relation in admin is represented as a select-multiple html widget - is that what we are talking about? The action that I described in my first message to select multiple elements in a select-multiple widget works in Firefox, Opera, and with a modifier in IE. It

Re: Controlling admin ManyToManyField widget with keyboard

2014-02-26 Thread Ram Rachum
Are you sure that you're not confusing the behavior of the select box with the toggle action? Because I'm having trouble with the toggle action, not the select box. On Wed, Feb 26, 2014 at 8:08 PM, C. Kirby wrote: > It appears that multi-select form widgets cannot be keyboard controlled in > ch

Re: Controlling admin ManyToManyField widget with keyboard

2014-02-26 Thread C. Kirby
It appears that multi-select form widgets cannot be keyboard controlled in chromium, and it is a known bug/non-implementation: http://code.google.com/p/chromium/issues/detail?id=90172 On Wednesday, February 26, 2014 11:28:05 AM UTC-6, cool-RR wrote: > > Sorry, space doesn't do the toggle. (Windo

Re: Controlling admin ManyToManyField widget with keyboard

2014-02-26 Thread Ram Rachum
Sorry, space doesn't do the toggle. (Windows 7 Chrome.) On Wed, Feb 26, 2014 at 6:43 PM, C. Kirby wrote: > While holding Ctrl (Command on a Mac), click the spacebar on the relations > you want to select. > Spacebar handles the toggle action, ctrl(command) keeps you in > multi-select mode > > On

Re: Controlling admin ManyToManyField widget with keyboard

2014-02-26 Thread C. Kirby
While holding Ctrl (Command on a Mac), click the spacebar on the relations you want to select. Spacebar handles the toggle action, ctrl(command) keeps you in multi-select mode On Wednesday, February 26, 2014 6:12:09 AM UTC-6, cool-RR wrote: > > Hi, > > How do I control the admin ManyToManyFiel

Controlling admin ManyToManyField widget with keyboard

2014-02-26 Thread cool-RR
Hi, How do I control the admin ManyToManyField widget with the keyboard? Thanks, Ram. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...