Sam Stephenson
|
1886b03d60
|
prototype: Fix Element#readAttribute to work with the 'type' attribute in IE. Closes #8160.
|
2007-04-28 02:23:26 +00:00 |
Sam Stephenson
|
47bfeb5083
|
prototype: Add Element#childElements as an alias for Element#immediateDescendants.
|
2007-04-24 06:17:59 +00:00 |
Sam Stephenson
|
5784d78f6e
|
prototype: Add Element#firstDescendant to retrieve the first non-text child node of an element. Optimize DOM navigation methods (Element#up, Element#down, Element#previous, Element#next) for no-argument calls. Closes #7848.
|
2007-04-24 06:06:44 +00:00 |
Sam Stephenson
|
63342b9c01
|
prototype: Element.addMethods should add methods to Element as well as Element.Methods. Closes #7888.
|
2007-04-24 05:23:41 +00:00 |
Thomas Fuchs
|
193104ac33
|
Trivial dom.html cleanups, dont do the hidden element getDimensions test for now
|
2007-04-18 16:30:40 +00:00 |
Thomas Fuchs
|
4c90be6a30
|
Prevent a crash on Safari on String.prototype.stripScripts and extractScripts with large <script> tags.
|
2007-04-03 22:21:58 +00:00 |
Thomas Fuchs
|
930c8f2665
|
Fix an issue with Element.getDimensions with some element types on non IE-browsers. Closes #7683. [Andrew Dupont]
|
2007-03-27 18:04:59 +00:00 |
Thomas Fuchs
|
e9501d63e5
|
Make Element.extend work on IE for Nodes with the same ID that where discarded.
|
2007-03-11 22:40:24 +00:00 |
Thomas Fuchs
|
881b7dc00f
|
Prototype: Fix Element.Methods.descendants() to properly extend elements on IE.
|
2007-03-11 10:59:06 +00:00 |
Thomas Fuchs
|
752eebdd26
|
Prototype: Fix simulated attribute reading for IE for "href", "src" and boolean attributes.
|
2007-03-08 22:43:18 +00:00 |
Thomas Fuchs
|
fcc23f0d70
|
Optimize document.getElementsByClassName and finalize DOM performance optimization refactoring. Closes #6696
|
2007-03-04 22:55:08 +00:00 |
Thomas Fuchs
|
aa7ba0d4ff
|
Prototype: Add optional third parameter "camlized" to Element.setStyle, for optimized performance if style names are known to be camelCased. [Thomas Fuchs]
|
2007-03-02 12:36:09 +00:00 |
Thomas Fuchs
|
60bb0686ba
|
Prototype: Optimize Element.getStyle and add new Element.getOpacity method. Special case IE and Opera getStyle methods. Closes #7648. [Tobie Langel, Thomas Fuchs]
|
2007-02-27 11:35:21 +00:00 |
Thomas Fuchs
|
80f6f4076b
|
Prototype: Optimize Element.setStyle and add new Element.setOpacity method, special case IE and Gecko opacity methods. Closes #7585. [savetheclocktower]
|
2007-02-23 01:19:18 +00:00 |
Sam Stephenson
|
7044da8138
|
prototype: Fix $(form).serialize() in Safari and add support for extending specific tags to Element.addMethods. Closes #7358.
|
2007-01-27 19:45:34 +00:00 |
Thomas Fuchs
|
8ea007df28
|
Prototype: Make setStyle() with opacity: 0 in Internet Explorer work correctly. [Thomas Fuchs]
|
2007-01-19 18:01:43 +00:00 |
Sam Stephenson
|
bb4d189b37
|
prototype: Reorganize the source tree.
|
2007-01-18 22:24:27 +00:00 |