﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
21445	Clean up misuse of null in quickElement	parsch.inc@…	nobody	"On line 39 of SelectFilter.js the `quickElement('div', from_box.parentNode)`is missing the third argument – one would expect it to be `quickElement('div', from_box.parentNode, '')`.

This does not lead to an error with django so far, but led to one with django-grappelli (https://github.com/sehmaschine/django-grappelli/issues/405).
I know that this should theoretically be prevented by line 41 of core.js (https://github.com/django/django/blob/master/django/contrib/admin/static/admin/js/core.js#L41) but it failed anyway.

As all other `quickElement()`s in SelectFilter.js carry a third argument, that argument might be applied to the incomplete one too.

There`s also a pull request on github referring to this (https://github.com/django/django/pull/1922)."	Cleanup/optimization	closed	contrib.admin	1.6	Normal	fixed		Baptiste Mispelon	Ready for checkin	1	0	0	0	1	0
