[Prototype-core] next(Number) slowdown in Internet Explorer (6,7)

2007-05-23 Thread [EMAIL PROTECTED]
With the latest prototype (1.5.1), the next() function (and probably also prev() and the rest of the navigation function) cause a tremendous slowdown in IE if they are used with the following syntax: next(Number). From what I saw in the code, that translates to a Selector with a '*' expression.

[Prototype-core] ProtoPacked v2.13 (Compressed Prototype+Scriptaculous = 32.5kb)

2007-05-23 Thread jdalton
Hiya, I have noticed some are combining ProtoPacked with Scriptaculous (http://protoculous.wikeo.be/) and thought I would make my own. This updated pack includes compressed versions of Prototype: 1.4, 1.5, 1.5.1 and Scriptaculous: 1.7.1_beta2. There is also a Protoculous option as well

[Prototype-core] Re: Documentation Error: Position.withinIncludingScrolloffsets()

2007-05-23 Thread jdalton
Missed one of the O's on page: http://www.prototypejs.org/api/position/withinIncludingScrolloffsets 8P --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to

[Prototype-core] Re: Documentation Error: Position.withinIncludingScrolloffsets()

2007-05-23 Thread jdalton
I just noticed you have 2 different pages: http://www.prototypejs.org/api/position/withinIncludingScrolloffsets (needs the fix) AND http://www.prototypejs.org/api/position/withinincludingscrolloffsets (already been fixed) --~--~-~--~~~---~--~~ You received

[Prototype-core] Re: Documentation Error: Position.withinIncludingScrolloffsets()

2007-05-23 Thread Mislav Marohnić
On 5/23/07, jdalton [EMAIL PROTECTED] wrote: Missed one of the O's on page: http://www.prototypejs.org/api/position/withinIncludingScrolloffsets I didn't. That was stale cache. Mephisto doesn't clear it always :/ --~--~-~--~~~---~--~~ You received this

[Prototype-core] Re: Documentation Error: Position.withinIncludingScrolloffsets()

2007-05-23 Thread Tobie Langel
Ya, Mephisto doesn't handle clearing the cache of mixed-cased pages. It has to be done manually. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to

[Prototype-core] Re: next(Number) slowdown in Internet Explorer (6,7)

2007-05-23 Thread Andrew Dupont
On May 23, 7:16 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: With the latest prototype (1.5.1), the next() function (and probably also prev() and the rest of the navigation function) cause a tremendous slowdown in IE if they are used with the following syntax: next(Number). From what I saw