﻿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.
{{{
Message: No object
Line: 136
Char: 3
Code: 0
URI: http://localhost:3000/chrome/adminenumlistplugin/adminenumlist.js
}}}
It looks that `select.val()` does not work with jquery 1.2.6 on IE.

I 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
