From 25f1a4f0b15aafba55e5b6b46825a124828949fb Mon Sep 17 00:00:00 2001 From: Andrew Dupont Date: Fri, 25 Jan 2008 22:04:37 +0000 Subject: [PATCH] Forgot the CHANGELOG on the last commit. --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 66fc485..0fc4d6f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add tests for Element#descendantOf that deal with dynamically-created elements. [Andrew Dupont] + * Ensure positionedOffset properly considers "position: fixed" elements. Also ensures IE reports offsets correctly by triggering hasLayout when a "static" element has a "fixed" element as an offset parent. Closes #10644. [heygrady, kangax, Andrew Dupont] * Roll back the fix for #9609, since it does not work in Opera. Instead, avoid using "valueOf" or "toString" as field names in forms.