Hi Ali,

No one seems to be jumping in here, so I'll display my ignorance...
It sounds like you've already been to the script.aculo.us "contribute"
page[1].  That page doesn't (to me) make it very clear where to
suggest 2.0 features and such.  I don't think Thomas spends that much
time in this group, you might consider dropping him a note directly,
although I think he's a bit snowed under at the moment.  Alternately,
there doesn't seem to be anything 2.0 in there at the moment, but you
might add a ticket to the scripty lighthouse project[2] tagged with
"enhancement" and "2.0", something along those lines.  Finally, there
is a "scripty2" project listed on the Lighthouse Dashboard, but it has
no tickets at all and hasn't been updated since April, suggesting that
it's not actually an active project (for now).

[1] http://github.com/madrobby/scriptaculous/wikis/Contribute
[2] http://prototype.lighthouseapp.com/projects/8887-script-aculo-us

FWIW,
--
T.J. Crowder
tj / crowder software / com

On Oct 24, 1:23 pm, Ali <[EMAIL PROTECTED]> wrote:
> Hi,
>
> how do we go about contributing new features to scriptaculous? i saw
> that 1.xx is frozen, so where can we at least suggest new features for
> 2?
>
> All i want to propose is a small change to Droppables, just add an
> onHoverOut event so that a droppable can also tell when a draggable is
> no longer overlapping, for custom functionality that extends past the
> hover class stuff...  i have done it manually so far, its only a
> couple of lines of code, just thought it would be useful for future
> versions..
>
> dragdop.js line 77:
>
>   deactivate: function(drop) {
>         /*#### CUSTOM CODE FOR A HOVER OUT EVENT ############*/
>         if(drop.onHoverOut)
>                 drop.onHoverOut();
>         /*#### CUSTOM CODE FOR A HOVER OUT EVENT ############*/
>     if(drop.hoverclass)
>       Element.removeClassName(drop.element, drop.hoverclass);
>     this.last_active = null;
>   },
>
> maybe it should not be in the deactivate function, perhaps in show()
> instead...
>
> Thanks
>
> Ali
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@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-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to