[Prototype-core] Re: Opera 8.54

2007-04-27 Thread Andrew Sumin
I agree don't support opera 8.54 but break native posts is too much )) --~--~-~--~~~---~--~~ 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

[Prototype-core] Re: Why isn't TimedObserver a subclass of PeriodicUpdater?

2007-04-27 Thread Mislav Marohnić
On 4/27/07, Andrew McClain <[EMAIL PROTECTED]> wrote: > > > Is there a compelling reason not to do this? Don't think so. We may undertake refactoring of class-based stuff in Prototype core. If that happens, duplication will be eliminated. With the particular stuff you are referring to it may hap

[Prototype-core] Re: Opera 8.54

2007-04-27 Thread Mislav Marohnić
On 4/27/07, Andrew Sumin <[EMAIL PROTECTED]> wrote: > > > I agree don't support opera 8.54 but break native posts is too much Right. If you're right, I wonder why it hasn't been reported before ... --~--~-~--~~~---~--~~ You received this message because you are su

[Prototype-core] Re: Opera 8.54

2007-04-27 Thread Andrew Sumin
I wonder too. So resolution is do nothing for old Opera but don't break native important things? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Prototype: Core" group. To post to this group, send email to prototyp

[Prototype-core] Re: Where can I find the Compressed Files?

2007-04-27 Thread jdalton
http://groups.google.com/group/prototype-core/files look for protopacked_v2d (currently up to version 1.5rc2, expect 1.5rc3 in a day or so). --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Prototype: Core" group.

[Prototype-core] Bug! Function.bindAsEventListener() appends Event object twice to arguments...

2007-04-27 Thread jdalton
Hi Guys, Great job on Prototype 1.5.1rc3 8) ! When I updated I noticed a lot of my onmouseover events were acting funny. my handlers looked like Tooltip.show(event, forceShow) I expected the Event object as the first param and then the second to be a flag that would bypass the delay and sho

[Prototype-core] Re: Bug! Function.bindAsEventListener() appends Event object twice to arguments...

2007-04-27 Thread Mislav Marohnić
On 4/27/07, jdalton <[EMAIL PROTECTED]> wrote: > > > Well. It turns out now that the event object is the first and second > param http://dev.rubyonrails.org/ticket/6497 Searching is super! --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Prototype-core] Re: Bug! Function.bindAsEventListener() appends Event object twice to arguments...

2007-04-27 Thread jdalton
Thats a bug right? --~--~-~--~~~---~--~~ 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 P

[Prototype-core] Re: Bug! Function.bindAsEventListener() appends Event object twice to arguments...

2007-04-27 Thread jdalton
I mean, most users don't expect that the Event object is the first and second param and the documentation doesnt mention that. The author of the ticket suggested dropping the addition of the event object. I know its needed for some versions of IE so thats why my fix attempts to detect the presenc

[Prototype-core] ProtoPacked v2.1 (Prototype 1.5.1_rc3 = 15.8kb gzipped)

2007-04-27 Thread jdalton
Hi Guys, I have updated ProtoPacked to include Prototype 1.5.1_rc3 Files are now compressed with Dean Edwards Packer v3. This avoids high ascii encoding which the current version of Safari and Omni web choke on. The smallest 1.5 version is 11.8kb gzipped (no js compression, using packers shrink

[Prototype-core] Re: prototype 1.50_1.51 has a bug on Ajax.Rquest

2007-04-27 Thread [EMAIL PROTECTED]
I have the same problem, I found this page http://michal.maruska.dyndns.org/comp/activity/webwiki/jscript.html with that "Warning: (mmc) If IE has no language-preference set, it fails, with error 12150" I think that problem are on non english enviroments, I have installed an Win XP without service

[Prototype-core] Re: Bug! Function.bindAsEventListener() appends Event object twice to arguments...

2007-04-27 Thread Mislav Marohnić
On 4/27/07, jdalton <[EMAIL PROTECTED]> wrote: > > Thats a bug right? Yea. Take a look at the event branch, you'll see that it's solved there: http://dev.rubyonrails.org/browser/spinoffs/prototype/branches/event/src/base.js?rev=6194#L56 --~--~-~--~~~---~--~~ You r