#19598: Bug in inlines.js
-------------------------------------+-------------------------------------
     Reporter:  rj@…                 |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  contrib.admin        |                  Version:  1.4
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:
  javascript,inlines.js              |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  1                    |                    UI/UX:  1
-------------------------------------+-------------------------------------
Changes (by mlavin):

 * needs_docs:   => 0
 * needs_tests:   => 0
 * needs_better_patch:   => 0


Comment:

 The admin uses jQuery 1.4.2 and prior to jQuery 1.6 you could retrieve the
 tagName with {{{attr}}}. In jQuery 1.6+ you have to use {{{prop}}}
 http://api.jquery.com/prop/. This needs to be changed when the jQuery
 version is upgraded but I don't see why this would be a bug using stock
 jQuery in the admin.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19598#comment:1>
Django <https://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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to