Stop Form.Element.disable from stealing focus.
This commit is contained in:
parent
b52a55482e
commit
b49c572fa0
|
@ -1,3 +1,5 @@
|
|||
* Stop Form.Element.disable from stealing focus. (jddalton)
|
||||
|
||||
* Ensure Element.hide and Element.show return an element, even if you pass an element ID. (Andrew Dupont)
|
||||
|
||||
* Fix an issue where Element#getStyle('height') returns null if the height is set to "auto." (kangax, jddalton)
|
||||
|
|
|
@ -159,7 +159,7 @@
|
|||
</form>
|
||||
|
||||
<!-- writeAttributes -->
|
||||
<p id="write_attribute_para"></a>
|
||||
<p id="write_attribute_para"></p>
|
||||
<a id="write_attribute_link" href="test.html"></a>
|
||||
<form action="/dev/null" id="write_attribute_form" method="get" accept-charset="utf-8">
|
||||
<label id="write_attribute_label"></label>
|
||||
|
|
Loading…
Reference in New Issue