﻿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
10597	"Admin Actions ""Select all"" checkbox doesn't work in IE6/7"	kyle.fox@…	nobody	"The select all checkbox doesn't work in Internet Explorer 6 or 7.

This is because the event handler being attached is the 'change' event ('onchange' in MSIE), which apparently doesn't work for checkboxes.  There was also an issue with passing {{ this.checked }} in the anonymous event handler.

This patch fixed the 'onchange' issue by instead using the 'click' event, which seems to offer the same functionality as the 'click' event (including keyboard manipulation)."		closed	contrib.admin	dev		fixed	javascript, admin, admin actions, IE		Accepted	0	0	0	0	0	0
