>From the link below I cannot retrieve the bug (maybe I'm doing
something wrong with github, I don't know it well)
Has it to do with the color? I discovered that if I use simple colors,
ex.
t.morph({'color':'#ffffff', 'backgroundColor':'#00ff00'});
it just works.
On 1 Feb, 18:55, Sean McArthur <[email protected]> wrote:
> It's a known bug, and will be fixed in 1.3.1.
>
> https://github.com/mootools/mootools-core/blob/5fc1dd2cc22be9a6712f96...
>
> On Tue, Feb 1, 2011 at 9:41 AM, stratboy <[email protected]> wrote:
> > Hi! take a look:
>
> >http://jsfiddle.net/stratboy/pmz9M/1/
>
> > if you don't comment the morph call here:
>
> > 'mouseenter:relay(li)':function(e){
> > var t = $(e.target);
> > t.morph('.hover');
> > }
>
> > you get errors. Why? Is it a bug?