From b49c572fa0bfc335950c6df70ef3d5a2faf88b63 Mon Sep 17 00:00:00 2001 From: Andrew Dupont Date: Mon, 19 May 2008 17:17:31 -0500 Subject: [PATCH] Stop Form.Element.disable from stealing focus. --- CHANGELOG | 2 ++ test/unit/fixtures/dom.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 5e510de..06ea003 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/test/unit/fixtures/dom.html b/test/unit/fixtures/dom.html index 61c70da..99395ee 100644 --- a/test/unit/fixtures/dom.html +++ b/test/unit/fixtures/dom.html @@ -159,7 +159,7 @@ -

+