Andrew Dupont
|
749badbd4d
|
Revised pass on `Element.Layout` and `Element.Offset` classes. Unit tests are incomplete.
|
2009-10-30 04:19:17 -05:00 |
Andrew Dupont
|
059ce21040
|
Proper fix (and unit tests) for selector escaping issue.
|
2009-07-17 12:13:47 +02:00 |
Andrew Dupont
|
8fe518719e
|
Fix Selector to match elements with attributes containing hyphens. [#285 state:resolved] (leiyou, jddalton, kangax)
|
2009-02-22 15:16:19 -06:00 |
Tobie Langel
|
2403e3e8ce
|
Remove useless base_test fixtures.
|
2008-12-15 00:46:18 +01:00 |
Tobie Langel
|
2525b21be2
|
Reorganized unit tests to match the file structure of the source.
|
2008-12-11 12:06:00 +01:00 |
Andrew Dupont
|
b49c572fa0
|
Stop Form.Element.disable from stealing focus.
|
2008-09-07 10:58:47 -07:00 |
Tobie Langel
|
ae707f4475
|
Fix an issue where Element#getStyle('height') returns null if the height is set to "auto."
|
2008-09-03 18:27:04 -07:00 |
Tobie Langel
|
6847d27509
|
Form#serializeElements should not serialize file inputs.
|
2008-09-03 16:33:03 -07:00 |
Tobie Langel
|
cf5d18097e
|
refactored unit tests quite a bit. Added JS and CSS fixtures.
|
2008-09-02 18:19:41 -07:00 |
Tobie Langel
|
81de0e3a77
|
seperated test files into JS and HTML fixtures. Added Ruby test file builder and test template.
|
2008-04-16 16:51:20 +02:00 |
Sam Stephenson
|
52cf3f2550
|
prototype: Merge -r7016:HEAD from ../branches/ajax. Add Ajax.Response object which supports the following methods: responseJSON, headerJSON, getHeader, getAllHeaders and handles browser discrepancies in the other response methods. Add sanitizeJSON, evalJS and evalJSON to Ajax.Request. Closes #8122, #8006, #7295.
|
2007-08-04 04:40:22 +00:00 |
Sam Stephenson
|
343eae8bfc
|
prototype: Add Form.Methods.request as a convenience method for serializing and submitting a form via Ajax.Request to the URL in the form's action attribute.
|
2007-01-28 07:30:04 +00:00 |
Sam Stephenson
|
bb4d189b37
|
prototype: Reorganize the source tree.
|
2007-01-18 22:24:27 +00:00 |