Again, thanks for spending the time to work on this code. I want to highlight some issues with the demo I found in Chrome 11 & FF4.0
Demo 1 ( Disabled by select callback (does not change original select) ): the selectmenu does not become disabled after selecting "off"
Demo 2 (Disable whole select): Clicking "off" or "on" has no effect
Demo 3 (Disabled option by HTML): Not actually disabling by html but disabling by callback click of the "on/off" toggle. Also, does not disable the "medium" option as spec'ed but disables "slower"
Demo 4 (disable optGroup): the disabled optGroup options still receive hover state
Demo 5 (disabled by HTM): original select is disabled, but not the selectmenu
Again, thanks for spending the time to work on this code. I want to highlight some issues with the demo I found in Chrome 11 & FF4.0
Demo 1 ( Disabled by select callback (does not change original select) ): the selectmenu does not become disabled after selecting "off"
Demo 2 (Disable whole select): Clicking "off" or "on" has no effect
Demo 3 (Disabled option by HTML): Not actually disabling by html but disabling by callback click of the "on/off" toggle. Also, does not disable the "medium" option as spec'ed but disables "slower"
Demo 4 (disable optGroup): the disabled optGroup options still receive hover state
Demo 5 (disabled by HTM): original select is disabled, but not the selectmenu