Juriy Zaytsev
|
0b4e142d8a
|
`Form.serialize` now works safely with forms that have "length"-named elements. [#77 state:resolved]
|
2009-03-23 00:15:34 -04:00 |
Juriy Zaytsev
|
71a8663370
|
`Element#update` now takes care of SCRIPT elements in IE. [#573 state:resolved]
|
2009-03-22 19:04:04 -04:00 |
Juriy Zaytsev
|
2c986d8eaf
|
Remove unused local variables. Fix failing form test.
|
2009-03-22 10:53:08 -04:00 |
Juriy Zaytsev
|
0e63247604
|
Make `Element.extend` take care of IE8 HTMLAppletElement and HTMLObjectElement objects bug.
|
2009-03-21 22:10:03 -04:00 |
Andrew Dupont
|
9bb8fbf2ff
|
Merge branch 'master' of git@github.com:sstephenson/prototype
|
2009-03-20 19:44:11 -05:00 |
Juriy Zaytsev
|
06068431f7
|
Fix for/htmlFor translation in IE8
|
2009-03-20 18:08:34 -04:00 |
Juriy Zaytsev
|
30c1935cdb
|
Fix `writeAttribute` and `readAttribute` failures in IE8. Use proper feature testing when taking care of getAttribute/setAttribute glitches.
|
2009-03-20 17:33:56 -04:00 |
Andrew Dupont
|
deeb3bbd88
|
PDoc changes.
|
2009-03-20 05:46:53 -05:00 |
Andrew Dupont
|
fa12b00111
|
Remove sniffing from `Element` when detecting broken `setAttribute` in IE. [#571 state:resolved] (kangax)
|
2009-03-08 18:18:55 -05:00 |
Andrew Dupont
|
ba2c26090b
|
Remove sniffing from `Element.update` branching in favor of feature detection. [#574 state:resolved]
|
2009-03-08 18:16:02 -05:00 |
Andrew Dupont
|
0f5c9bfcc5
|
Updates to PDoc in DOM section.
|
2009-03-07 15:44:12 -06:00 |
Andrew Dupont
|
00742ac153
|
Extensive PDoc changes.
|
2009-03-05 13:56:01 -06:00 |
Andrew Dupont
|
e88f22e0c3
|
Redefine Element#down in IE 6-7 to avoid extending all descendants when no selector is given. [#452 state:resolved] (eno, Andrew Dupont)
|
2009-02-28 12:18:31 -06:00 |
Andrew Dupont
|
4a0b9b7c1d
|
Reverse the definitions of Event#pointer(X|Y) and Event#pointer to prevent unnecessary computation. [#403 state:resolved] (Nick Stakenburg, Andrew Dupont).
|
2009-02-28 12:16:12 -06:00 |
Andrew Dupont
|
9d7a981e4c
|
Add first-class support for `mouseenter` and `mouseleave` events in non-IE browsers (IE supports them natively). [#350 state:resolved] (Nick Stakenburg, Andrew Dupont)
|
2009-02-28 10:07:08 -06:00 |
Andrew Dupont
|
682a55c2d3
|
Make sure `_extendedByPrototype`, `_countedByPrototype`, and `prototypeUID` node expandos are accessed with `typeof` to prevent errors in some environments. [#354 state:resolved] (Hilberty, kangax, Andrew Dupont)
|
2009-02-28 04:48:57 -06:00 |
Andrew Dupont
|
26eaa4300b
|
Fix issue where Opera 9.x returns incorrect results on certain Selector queries with descendant combinators. [#395 state:resolved] (Arpan, fearphage, kangax, Andrew Dupont)
|
2009-02-28 04:41:55 -06:00 |
Andrew Dupont
|
de77550574
|
Minor PDoc corrections.
|
2009-02-27 17:02:42 -06:00 |
Andrew Dupont
|
d22a9988fa
|
Null out references to elements in cache on page unload. Need this in addition to the Event#stopObserving calls to clean up memory leaks. [#425 state:resolved] (ykphuah, mr_justin, Andrew Dupont)
|
2009-02-27 16:45:51 -06:00 |
Andrew Dupont
|
d97466a7c1
|
Corrected a regex that was not picking up on attributes with hyphens.
|
2009-02-25 23:55:29 -06:00 |
Andrew Dupont
|
68096071a4
|
Added PDoc for form.js.
|
2009-02-25 17:00:40 -06:00 |
Andrew Dupont
|
8bfd9cf555
|
Added PDoc for event.js.
|
2009-02-24 05:44:04 -06:00 |
Andrew Dupont
|
60b9477c5b
|
Added PDoc for dom.js.
|
2009-02-24 05:21:31 -06:00 |
Andrew Dupont
|
043653a282
|
Make sure `getAttribute` is used without flag when accessing the "type" attribute of an iframe (IE throws error otherwise). [#118 state:resolved] (Zekid, kangax)
|
2009-02-23 20:20:21 -06:00 |
Andrew Dupont
|
432a9422d6
|
Fix issue where a Selector query rooted on a node that had not been attached to the document failed in IE. [#464 state:resolved] (jddalton, kangax, Douglas Fraser, Andrew Dupont)
|
2009-02-22 15:59:01 -06: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 |
Andrew Dupont
|
dc9d274d89
|
Make sure Form.reset always returns a reference to the receiver element. [#309 state:resolved] (Phil, kangax)
|
2009-02-22 15:11:40 -06:00 |
Andrew Dupont
|
97fc24a0b2
|
Escape ":" and "." characters when doing contextual CSS selection in browsers that support querySelectorAll. [#559 state:resolved] (fxtentacle, Andrew Dupont)
|
2009-02-22 12:45:00 -06:00 |
Andrew Dupont
|
9da5045df2
|
Removed redundant lines in selector.js. [#138 state:resolved] (Richard Quadling)
|
2009-02-21 23:32:00 -06:00 |
Andrew Dupont
|
91b787ae17
|
Ensure the `target` property on events is never undefined in IE. [#383 state:resolved]
|
2009-02-21 23:27:18 -06:00 |
Andrew Dupont
|
ab1313ea20
|
Ensure Element#descendants always returns an array. [#373 state:resolved]
|
2009-02-18 10:34:01 -06:00 |
Andrew Dupont
|
d3189652a6
|
Fixed incorrect usage of === operator. [#127 state:resolved]
|
2009-02-18 10:30:19 -06:00 |
James Wheare
|
03512f5060
|
Fix for http://prototype.lighthouseapp.com/projects/8886/tickets/543. Don't switch fixed position elements to absolute in Element.getDimensions
Signed-off-by: Sam Stephenson <sam@37signals.com>
|
2009-02-11 10:14:15 +08:00 |
Andrew Dupont
|
952feb48a3
|
Changes to dom.js to get direct extension of element prototypes working in IE8. We're down to one test failure in the dom.js unit tests.
|
2009-01-21 20:40:45 -06:00 |
Andrew Dupont
|
e9e8c7fbe5
|
Switch to the "doScroll approach" for the dom:loaded custom event. [#127 state:resolved]
|
2008-12-16 22:52:24 -06:00 |
savetheclocktower
|
bd1d3fa1ff
|
Change the way we detect that an object of key/value pairs has been passed to Element#store.
|
2008-12-16 13:19:23 -06:00 |
Andrew Dupont
|
c3c953363b
|
Optimize document.viewport.get(Dimensions|Width|Height). [#336 state:resolved]
|
2008-12-15 20:40:15 -06:00 |
Andrew Dupont
|
60a6c7ac70
|
Set document.loaded = true before firing dom:loaded custom event.
|
2008-12-15 20:21:17 -06:00 |
savetheclocktower
|
c4f6066d2c
|
Allow Element#store to accept an object containing several key/value pairs.
|
2008-12-15 09:51:16 -06:00 |
savetheclocktower
|
1ca385b18c
|
Change Element#retrieve to return the element itself (for chaining).
|
2008-12-15 09:41:10 -06:00 |
Andrew Dupont
|
3b21105237
|
Alter event system to use new element storage API rather than have its own global hashtable.
|
2008-12-14 01:35:49 -06:00 |
Andrew Dupont
|
77b9a2614a
|
Alter element storage API to handle the `window` object gracefully.
|
2008-12-14 01:35:12 -06:00 |
Andrew Dupont
|
3977e66796
|
Added Element#store and Element#retrieve for safe, hash-backed storage of element metadata (no memory leaks). Also added Element#getStorage for working with the element's storage hash directly. Hat tip: Mootools.
|
2008-12-12 23:53:39 -06:00 |
Tobie Langel
|
1cda280a72
|
Avoid using arguments.callee in dom.js.
|
2008-12-11 17:05:09 +01:00 |
Tobie Langel
|
b74eeeb757
|
Make Element constructor creation cleaner.
|
2008-12-11 17:04:13 +01:00 |
Tobie Langel
|
51d0181d29
|
Avoid using arguments.callee in events.js.
|
2008-12-11 17:03:53 +01:00 |
Tobie Langel
|
86407790d2
|
Fix issue where certain versions of Safari treat class names
case-insensitively in Selector/7390 queries. [#390 state:resolved]
|
2008-12-11 12:07:23 +01:00 |
savetheclocktower
|
c039f68fb7
|
Selector.patterns should be represented as an ordered structure. [#315 state:resolved]
|
2008-12-11 12:00:44 +01:00 |
Tobie Langel
|
dad88f6ebf
|
Refactored event.js.
|
2008-12-11 11:56:38 +01:00 |
Tobie Langel
|
fe35c941eb
|
Split src code into lang, dom and ajax directories.
|
2008-12-11 11:43:15 +01:00 |