It seems to like some sort of rendering problem.

I only get the problem on slides where there is only a header present
or very little content. If I keep an eye on my firebug-console[*], I
can see that the slide does get the  full opacity (0.999999), but it
just isn't rendered by the browser. If I hover over the element in
question in the firebug (html-)console it magically appears.

So I'm not sure if this is a scriptaculous problem, or just a firefox
bug.

Greetz,

Wizz

[*] http://getfirebug.com


On 28 nov, 10:39, Xavier Noria <[EMAIL PROTECTED]> wrote:
> I have a presentation[*] where all slides are DIVs that are shown as
> needed. The transition between slides is always Fade + Appear and I
> use a queue for it:
>
>     new Effect.Fade(current_slide_id, {queue: 'end', duration: 0.3});
>     new Effect.Appear(next_slide_id, {queue: 'end', duration: 0.3});
>
> That works like a charm in Safari, but in Firefox 2 occasionally
> Appear does not complete (you get either nothing or something in
> between). Is there any known gotcha regarding Firefox?
>
> -- fxn
>
> [*]http://www.hashref.com/talks/rails-desde-el-codigo-2007/index.html
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to