hi guys.

Sorry that 1.2.4.3 has been held up. I've been ill for the last 4 or 5 days
and now I'm at this Rich Web Experience conference (note: transcontinental
travel is not a good cold remedy). If I get some time tonight I'll try and
work on it. Maybe this week. We'll see. Depends on how much spare time I
have here and how well this cold lets me focus on things for more than a few
moments.

This forum, however, is not the best place to file bugs. I can't remember
every thread. That's what lighthouse is for.

So please, go to lighthouse, open a ticket for your issues, if at all
possible, please, please create a mooshell that demonstrates the problem
and, if you have time, see if you can't figure out the nature of the bug and
a fix for. Finding the bug itself and fixing it is beyond the call of duty,
but it does help us out a lot.

Aaron

On Thu, Dec 3, 2009 at 5:51 AM, tross <[email protected]> wrote:

>
> I'm having trouble with the tips also, any news on a release date for
> 1.2.4.3
> yet?
>
> cheers
>
>
> mmjaeger wrote:
> >
> >
> >
> > I'm still struggling with the Tips - updated the latest source from
> > github - one thing that's confusing is the documentation: the title
> > options is supposed to be used for the title - however, hover over my
> > links shows the content or the rel tag - if I change it to text, I get
> > the correct text, at least in Safari - Firefox still fails - I get the
> > tip text of the first link and then it just keeps that text - it's not
> > updated.
> >
> > Here again is my code:
> >
> > setTips: function() {
> >               var els = $$('.ellipsis a');
> >               if (els.length == 0) return false;
> >               var trim = 1;
> >               new Tips(els, {
> >                       text: function(item) {
> >                               var str = item.get('title');
> >                               var reg = /_/g;
> >                               str =
> str.substring(str.lastIndexOf('/')+trim);
> >                               return str.replace(reg,' ').toUpperCase();
> >                       }
> >               });
> >       }
> >
> > I must be missing something?
> >
> >
>
> --
> View this message in context:
> http://n2.nabble.com/Moo-new-Tips-struggling-with-error-tp3966281p4106135.html
> Sent from the MooTools Users mailing list archive at Nabble.com.
>

Reply via email to