#9543: raw id fields' popups in generic inlines fail in IE  6/7
-------------------------------------------+--------------------------------
          Reporter:  jsmullyan             |         Owner:  nobody
            Status:  new                   |     Milestone:        
         Component:  django.contrib.admin  |       Version:  1.0   
        Resolution:                        |      Keywords:        
             Stage:  Unreviewed            |     Has_patch:  1     
        Needs_docs:  0                     |   Needs_tests:  0     
Needs_better_patch:  0                     |  
-------------------------------------------+--------------------------------
Comment (by nbstrite):

 This is a duplicate of #9539 and #9332. #9539 has a patch that will work
 in all cases, the attached patch will breakdown due to the fact that we
 need to reconstruct the field name in order for the popped up window to
 know that field to insert the selected data into. By replacing both "-"
 and "." with the same sequence we cannot reconstruct the original field
 name.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9543#comment:2>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to