Status: New
Owner: ----
Labels: Type-Defect Priority-Medium jQuery
New issue 1802 by [email protected]: <optgroup> 'disabled' property does
not reflect DOM attributes
http://code.google.com/p/google-caja/issues/detail?id=1802
The following markup:
<optgroup disabled="disabled">
<option id="x" value="">Nothing</option>
</optgroup>
<script>
var x = document.getElementById('x');
alert(x.parentNode.disabled);
</script>
alerts <true> in native mode (on Chrome), and <undefined> on Caja.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.