Status: New
Owner: ----
Labels: Type-Defect Priority-Medium YUI

New issue 1154 by lucas.e.smith: selectEl.options.selectedIndex is undefined
http://code.google.com/p/google-caja/issues/detail?id=1154

document.getElementsByTagName('select')[0].onchange = function () {
    cajita.log( this.options.selectedIndex );
};

The options collection should mirror the selectedIndex property hung on the
select element.

sel.selectedIndex should be equivalent to sel.options.selectedIndex.

This is used in YUI DataTable (today, but will be moved to
sel.selectedIndex in the future).

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to