Skip to content

Commit

Permalink
Stop Form.Element.disable from stealing focus.
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower authored and tobie committed Sep 7, 2008
1 parent b52a554 commit b49c572
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion test/unit/fixtures/dom.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b49c572

Please sign in to comment.