[Rails-spinoffs] Creating Custom Events using prototype

2006-08-16 Thread Brian Feliciano
Hi guys! i know prototype can create custom events and can subscribe to it, but is there already a library for this?thanks!--
//
REDBAKS=function (){
var b,r,i,a,n="b='646f63756d656e742e777269746528225"+
"

Re: RE: [Rails-spinoffs] Completely off-topic, so flame me

2006-08-16 Thread Brandon Aaron
I tackled this problem with a history manager and the hash. So a user could actually bookmark a particular page or open a link directly by middle clicking and associate some javascript with a particular hash. It has worked extremely well thus far and the project that I did this on should launch so

Re: RE: [Rails-spinoffs] Keeping controls in the display

2006-08-16 Thread Samuel DeVore
It's possible, I almost never use it except for the 'loading' information that we lock to the upper left ;) there is a prototype function in the position stuff absolutize that might do what you need On 8/16/06, Sam <[EMAIL PROTECTED]> wrote: I was under the impression that fixed positioning ha

RE: [Rails-spinoffs] Keeping controls in the display

2006-08-16 Thread Sam
I was under the impression that fixed positioning had poor cross-browser support and JavaScript was needed to address the issue. I'll Google around and do a few experiments. Sam > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Samuel DeVore >

Re: [Rails-spinoffs] Keeping controls in the display

2006-08-16 Thread Samuel DeVore
That is more of a css issue then a javascript issue, you might want to look at information about absolute positioning Sam D On 8/16/06, Sam <[EMAIL PROTECTED]> wrote: I have a few controls (submit buttons), which would be nice to keep in the display area when users vertically scroll to the b

[Rails-spinoffs] Keeping controls in the display

2006-08-16 Thread Sam
  I have a few controls (submit buttons), which would be nice to keep in the display area when users vertically scroll to the bottom of the page.   Which Script Aculo function would I use to do this?   Sam     ___ Rails-spinoffs mailing list Rails-s

RE: [Rails-spinoffs] Completely off-topic, so flame me

2006-08-16 Thread Sam
I agree with the issues you describe below. These are real-world problems when designing web pages for general audiences. I doubt the inventors of "open in tab" and "open in new window" could foresee these issues. Sam > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL P

Re: [Rails-spinoffs] Wrong place?

2006-08-16 Thread Thomas Fuchs
No. Am 16.08.2006 um 18:20 schrieb Ben Kimball: Is this an inappropriate place for me to be asking for help with scriptaculous development? Thanks, Ben -- Ben Kimball Webmaster 512.232.2195> D

[Rails-spinoffs] Wrong place?

2006-08-16 Thread Ben Kimball
Is this an inappropriate place for me to be asking for help with scriptaculous development? Thanks, Ben -- Ben Kimball Webmaster Division of Continuing Education, UT Austin ___

Re: [Rails-spinoffs] issue with last update to scriptaculous

2006-08-16 Thread Brian Peiris
I think I found another issue:dragdrop.js ~line 255:    if(options.handle && (typeof options.handle == 'string')) {   var h = Element.childrenWithClassName(this.element, options.handle, true);   if(h.length>0) this.handle = h[0];    }Since the 'findFirst' attribute of childrenWithClassName

Re: [Rails-spinoffs] Completely off-topic, so flame me

2006-08-16 Thread Tom Gregory
I think you've misunderstood part of what I'm trying to say. (Sample file below.) On Firefox 1.5/OS X and Firefox 1.5/WinXP 1. When middle-clicking (or right-clicking and selecting "Open link in new tab"), a. The javascript does NOT fire, and b. The link opens in a new tab. So, if href="#"

Re: [Rails-spinoffs] Sortable callback, when dragging starts/stops

2006-08-16 Thread Tim Bellinghausen
Hi Ryan, Am Mittwoch, den 16.08.2006, 09:51 -0500 schrieb Ryan Gahl: > Oh, and btw, Tim... I could have been wrong about the threading > thing. I am glad to read this, but everything else would have me really irritated, because both the "In-Reply-To" and the "References" header are present in my

Re: [Rails-spinoffs] Sortable callback, when dragging starts/stops

2006-08-16 Thread Ryan Gahl
Lol, I am a noob to email... too funny.Yes, let's debate this :-0Oh, and btw, Tim... I could have been wrong about the threading thing. What I think actually happened was I had previously deleted the conversation from my inbox, so when you sent the next message it looked like there was no past thre

[Rails-spinoffs] Effect.Appear Safari issue

2006-08-16 Thread Brandon Aaron
I've been putting this off for several days now, waiting to check dev.rubyonrails.org before I posted here but it is still down. I am using Effect.Appear and it is working great except in Safari where it fades in and then disappears. I traced it back to the Element.setOpacity function. Is there a

Re: [Rails-spinoffs] Sortable callback, when dragging starts/stops

2006-08-16 Thread Michael Peters
Todd Ross wrote: > Ryan Gahl wrote: >> Huh? I use gmail now... it's supposed to handle this... >> >> When you hit reply, you're supposed to type at the top of the message, >> that's what is natural (I would never expect to have to scroll to the >> bottom >> to see someone's reply). I don't nece

Re: [Rails-spinoffs] Sortable callback, when dragging starts/stops

2006-08-16 Thread Todd Ross
Ryan Gahl wrote: > Huh? I use gmail now... it's supposed to handle this... > > When you hit reply, you're supposed to type at the top of the message, > that's what is natural (I would never expect to have to scroll to the > bottom > to see someone's reply). When you click in the reply box in gmail

[Rails-spinoffs] Re: Rails-spinoffs Digest, Vol 15, Issue 35

2006-08-16 Thread Celia
p://www.fluxiom.com :: online digital asset management > http://script.aculo.us :: Web 2.0 JavaScript > http://mir.aculo.us :: Where no web developer has gone before > > > > > > ___ > Rails-spinoffs mailing list > Rails-spi

Re: [Rails-spinoffs] issue with last update to scriptaculous

2006-08-16 Thread Javier Martinez
jejeje good fix :)Now it seems that works well!2006/8/16, Thomas Fuchs <[EMAIL PROTECTED]>: So, a new version is now available from SVN (revision 4772), can you give this a try?Best,ThomasAm 16.08.2006 um 12:12 schrieb Javier Martinez: I can't provide you a URL because the project I'm working is on

Re: [Rails-spinoffs] issue with last update to scriptaculous

2006-08-16 Thread Thomas Fuchs
So, a new version is now available from SVN (revision 4772), can you give this a try?Best,ThomasAm 16.08.2006 um 12:12 schrieb Javier Martinez:I can't provide you a URL because the project I'm working is on development. But the draggables that fails are the draggables that have a "endeffect" overri

Re: [Rails-spinoffs] issue with last update to scriptaculous

2006-08-16 Thread Thomas Fuchs
ah, online endeffect, but not overriding starteffect. hmm. i guess i'll come up with a fix for this. :)thanks for reporting!-ThomasAm 16.08.2006 um 12:12 schrieb Javier Martinez:I can't provide you a URL because the project I'm working is on development. But the draggables that fails are the dragga

Re: [Rails-spinoffs] issue with last update to scriptaculous

2006-08-16 Thread Javier Martinez
I can't provide you a URL because the project I'm working is on development. But the draggables that fails are the draggables that have a "endeffect" overriding the default one on the dragdrop.js file. The browser I'm using is firefox and the os is xp pro. I think that the behavior is normal, becau

Re: [Rails-spinoffs] issue with last update to scriptaculous

2006-08-16 Thread Thomas Fuchs
I still can't reproduce this. :(If possible please provide a URL for it, plus state Browser/OS.I really want to fix this... :)-ThomasAm 16.08.2006 um 11:58 schrieb Javier Martinez:Yes, I override the default "endeffect" and the line "Draggable._dragging[element] = false" is not executed.2006/8/16,

Re: [Rails-spinoffs] issue with last update to scriptaculous

2006-08-16 Thread Javier Martinez
No problem!!2006/8/16, Thomas Fuchs <[EMAIL PROTECTED]>: woops. error on my part. i'll release a fix to 1.6.2 shortly. :)-ThomasAm 16.08.2006 um 11:42 schrieb Javier Martinez: I'm testint last scriptaculous update on a project, and I observed some issue with draggables. Now, I only can drag a layer

Re: [Rails-spinoffs] issue with last update to scriptaculous

2006-08-16 Thread Javier Martinez
Yes, I override the default "endeffect" and the line "Draggable._dragging[element] = false" is not executed.2006/8/16, Thomas Fuchs < [EMAIL PROTECTED]>:Btw, can you provide a online URL with this? I've now tested in all browsers, and while there is a problem in the 1.6.2 code, the functional test

Re: [Rails-spinoffs] issue with last update to scriptaculous

2006-08-16 Thread Thomas Fuchs
Btw, can you provide a online URL with this? I've now tested in all browsers, and while there is a problem in the 1.6.2 code, the functional tests seems to work well despite the problem.Do you use any special options (reverteffect/starteffect/endeffect)?-ThomasAm 16.08.2006 um 11:42 schrieb Javier

Re: [Rails-spinoffs] issue with last update to scriptaculous

2006-08-16 Thread Thomas Fuchs
woops. error on my part. i'll release a fix to 1.6.2 shortly. :)-ThomasAm 16.08.2006 um 11:42 schrieb Javier Martinez:I'm testint last scriptaculous update on a project, and I observed some issue with draggables. Now, I only can drag a layer one time. When the draggable deactivates, not activates a

[Rails-spinoffs] issue with last update to scriptaculous

2006-08-16 Thread Javier Martinez
I'm testint last scriptaculous update on a project, and I observed some issue with draggables. Now, I only can drag a layer one time. When the draggable deactivates, not activates again.I have seen that the error comes on this line ( on initDrag function ) --