#13300: Collapsable fieldsets broken in StackedInline
---------------------------------------+------------------------------------
 Reporter:  emyller                    |       Owner:  nobody    
   Status:  new                        |   Milestone:  1.2       
Component:  django.contrib.admin       |     Version:  SVN       
 Keywords:  collapse,admin,javascript  |       Stage:  Unreviewed
Has_patch:  0                          |  
---------------------------------------+------------------------------------
 When a StackedInline item's extra = 0, the Show/Hide toggle link doesn't
 work in newly added entries.

 I guess it happens due to the fact that the current js adds the click
 event listener to the existent links only (it works if there are entries
 previously saved, loaded with the changeform page). It should watch for
 clicks "lively" (this is what jQuery's {{{ .live does }}}, I think).

-- 
Ticket URL: <http://code.djangoproject.com/ticket/13300>
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-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to