Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update CHANGELOG.
  • Loading branch information
savetheclocktower committed May 19, 2008
1 parent 1109d05 commit 8f7f26e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
@@ -1,3 +1,17 @@
* Fix issue where Ajax.Request does not work with local files in IE7. (jddalton)

* Ensure Array#intersect returns correct result if intersect value is 0. (jddalton)

* Preserve inline display styles when showing/hiding an element. (jddalton)

* Allow query parameters for any HTTP method. (jddalton)

* Form.Element.getValue should return null on unknown/unsupported elements. (jddalton)

* Ensure Element.hide and Element.show return an element, even if you pass an element ID. (jddalton)

* Fix issue where setting type attribute for button element in Element constructor fails in IE. (jddalton)

* Ensure IE el.readAttribute('id') behaves properly when child element has id="id" or name="id". (jddalton) [#89 state:resolved]

* Stop Form.Element.disable from stealing focus. (jddalton)
Expand Down

0 comments on commit 8f7f26e

Please sign in to comment.