Title: ManyToMany select widget vs. Internet Explorer
The users of the little Django system I build LOVE the _javascript_ widget to make multiple selections more straightforward. I’ve noted a difference in behavior of the widget between Firefox and IE.

It behaves properly in Firefox (I can’t seem to make it break).

In IE, though, if I’ve saved several items in the “Chosen” side of the widget, then edit the object further, the Chosen list shows up as a drop-down rather than a scrolling list. If I change something else on the page and save (without touching the Chosen list), then the object saves with just the first item in the Chosen list (the only one showing). If, prior to saving, I click the pulldown list, it right away opens to look like the Available list, and a subsequent save retains all the elements in the Chosen list.

I can reliably reproduce this with IE. Has anybody else encountered this behavior? Anybody know how to fix it?

Cheers!
--
David Hancock | [EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to