[Prototype-core] Re: Deprecated API documentation

2008-10-27 Thread T.J. Crowder
Hi folks, Thanks for the input. I'll go with [deprecated], and with strikethrough if the end result looks good, as that's a pretty common use of strikethrough in dev communities. If people don't like the end result, feel free to raise a new ticket. :-) Thanks, -- T.J. Crowder tj / crowder soft

[Prototype-core] Re: Handling AJAX 'connection refused' across browsers

2008-10-27 Thread T.J. Crowder
> But that's not universally the case. In Firefox, Webkit and > Opera, the onSuccess handler is called with a status of zero. Yeah. :-( Known bug and scheduled for fix in 1.6.1: http://prototype.lighthouseapp.com/projects/8886-prototype/tickets/49 > I can think of a couple of ways > to hack ar

[Prototype-core] Handling AJAX 'connection refused' across browsers

2008-10-27 Thread DNS
I have a PeriodicalUpdater that refreshes the contents of a div. If the user's internet connection (or the remote server) goes down, I'd like to change its contents to some message alerting them to the problem. My first thought was that this would be covered by the onFailure handler. But that's

[Prototype-core] Re: Handling AJAX 'connection refused' across browsers

2008-10-27 Thread T.J. Crowder
Sorry, just realized what group this message is in. Probably better to post over in the user's discussion group: http://groups.google.com/group/prototype-scriptaculous This group is for discussions of Prototype core development only. -- T.J. Crowder tj / crowder software / com On Oct 27, 5:06 p

[Prototype-core] Re: Handling AJAX 'connection refused' across browsers

2008-10-27 Thread DNS
I'll just check the status for now and wait for 1.6.1. By the way, I've been using Prototype for a while, and this is the first time I've had to use this mailing list. I love how straightforward the design and docs are! On Oct 27, 1:16 pm, "T.J. Crowder" <[EMAIL PROTECTED]> wrote: > Yeah. :-(  

[Prototype-core] Small fix in Element.setStyle()

2008-10-27 Thread Gusmão
I ran across this bug today and wrote some quick code that fixed it in Prototype 1.5.0, so maybe this was already fixed but I'm posting it just in case. What happens is that Scriptaculous' Sortable.create is used over a table the transparency effect it produces while dragging simply doesn't show

[Prototype-core] Self reference class while in a functino

2008-10-27 Thread Kris S
When creating behavior classes using lowpro, how can i reference the parent class while in a child class/obj. If you look at the code below it should be clear. Basically I want to trigger a method after the drop event is fired. thumbClickPreview=Behavior.create({ initialize: function(obj

[Prototype-core] Re: Self reference class while in a functino

2008-10-27 Thread Mark Holton
Probably better to post over in the user's discussion group: http://groups.google.com/group/prototype-scriptaculous This group is for discussions of Prototype core development only. On Mon, Oct 27, 2008 at 11:30 AM, Kris S <[EMAIL PROTECTED]> wrote: > > When creating behavior classes using lo

[Prototype-core] Re: Handling AJAX 'connection refused' across browsers

2008-10-27 Thread T.J. Crowder
> By the way, > I've been using Prototype for a while, and this is the first time I've > had to use this mailing list. Cool -- but again, really the list you want to use is the users' list: http://groups.google.com/group/prototype-scriptaculous > I love how straightforward the design > and docs

[Prototype-core] Re: Self reference class while in a functino

2008-10-27 Thread Kris S
Well who better to ask? Ha ha, i moved it over to the user groups. Thanks On Oct 27, 3:03 pm, "Mark Holton" <[EMAIL PROTECTED]> wrote: > Probably better to post over in the user's discussion > group:http://groups.google.com/group/prototype-scriptaculous > > This group is for discussions of Prot