Hi, my last mail tonight, I promise :-) Trac is down for a while so I will ask here if it is a bug.
The opacity based filters will not work stable in my Firefox 1.5. The first few times they work on the same element they still look good, but after a while they get choppy and flicker When I comment lines 60-62 which sets in Firefox it to 0.9999, then it is long time stable and will create all the time the same effect. The line anyway indicates that this is some kind of browser specific hack. In my Firefox (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4) it works perfectly without these lines. Somebody knows what the purpose of this is? Fabian PS: Democode: <html> <head> <script type="text/javascript" src="prototype.js" ></script> <script type="text/javascript" src="scriptaculous.js?load=effects"></script> <script> function fadeAndAppear(){ Effect.Fade('content',{queue:'front'}); Effect.Appear('content',{queue:'end'}); } </script> </head> <body> <h1 onclick="fadeAndAppear()">click me often in Firefox 1.5</h1> <div id="content" style="background-color:blue;height:100px">lore ipsum</div> </body> </html> _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs