[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. Using next(null, 1) solves the
slowdown problem. Also, since this might be related,
getElementsByClassName is also very slow in this release.


--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[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 and
Scriptaculous combined)

Smallest files are:
Prototype 1.5.1 @ 15.8kb
Scriptaculous-1.7.1_beta2 @ 17.9kb
Protoculous (1.5.1 + 1.7.1_beta2) @ 32.5kb

As a bonus I have also included the html file I used to format
Scriptaculous as well.

I hope this helps someone 8)


--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[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 this message because you are subscribed to the Google Groups 
Prototype: Core group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[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 message because you are subscribed to the Google Groups 
Prototype: Core group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[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 in the code, that translates to a
 Selector with a '*' expression. Using next(null, 1) solves the
 slowdown problem.

This is troubling to me. I could've sworn I fixed this back when I
wrote the Selector code, but perhaps I just fixed it for the no-
arguments case and not the one-numeric-argument case. We'll address
this in 1.5.2.

 Also, since this might be related,
 getElementsByClassName is also very slow in this release.

Compared to which release? Care to post some benchmarks?

Cheers,
Andrew


--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---