id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
10693	`select.val()` does not work on Internet Explorer with Trac 0.11.7	jun66j5	rjollos	When changing a select box in "Order" columns, I got the following error on IE 8 with Trac 0.11.7. No error with IE 8 and Trac 0.12.4.\r\n{{{\r\nMessage: No object\r\nLine: 136\r\nChar: 3\r\nCode: 0\r\nURI: http://localhost:3000/chrome/adminenumlistplugin/adminenumlist.js\r\n}}}\r\nIt looks that `select.val()` does not work with jquery 1.2.6 on IE.\r\n\r\nI found the workaournd that we can use `$(':selected', select).val()` instead of `select.val()`, [attachment:fix-select-val-on-ie-r12424.diff].	defect	closed	normal	AdminEnumListPlugin	normal	fixed		nonplus, jun66j5	0.11
