The flicker I am seeing in IE is really really bad with SlideDown/SlideUp. The element I am sliding is a div that contains a table. The tables are stacked on top of each other so that the presentation actually appears as a single table. When I SlideDown, the toggled element flashed into view then disappears before sliding down. On SlideUp it slides up then flashes into view for a split second again. I looked in the archives and tried modifying the Slide functions as was suggested but it didn''t make a difference. In Firefox I get a faint flicker now and then but nothing really bad. In IE it''s just terrible. Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050913/fc38091e/attachment.html
I have the same issue that you are describing. Don''t have a fix, but curious if anyone has a fix. My first theory was poorly coded HTML as it doesn''t flicker on all my sites and this may still be the issue as I am unable to modify the wrapper on the page and the wrapper is where the bad html resides. On 9/13/05, snacktime <snacktime@gmail.com> wrote:> > The flicker I am seeing in IE is really really bad with SlideDown/SlideUp. > The element I am sliding is a div that contains a table. The tables are > stacked on top of each other so that the presentation actually appears as a > single table. > > When I SlideDown, the toggled element flashed into view then disappears > before sliding down. On SlideUp it slides up then flashes into view for a > split second again. > > I looked in the archives and tried modifying the Slide functions as was > suggested but it didn''t make a difference. > > In Firefox I get a faint flicker now and then but nothing really bad. In > IE it''s just terrible. > > Chris > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >-- Eric Fleming efleming@gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050913/ea81ef6b/attachment.html
Would it be possible to provide a stripped-down test case for this? Also, does it happen with the latest trunk version of script.aculo.us? I know that IE has some bugs with rendering overflow correctly, but a workaround should be doable (in my experience). Thomas Am 13.09.2005 um 19:46 schrieb Eric Fleming:> I have the same issue that you are describing. Don''t have a fix, > but curious if anyone has a fix. My first theory was poorly coded > HTML as it doesn''t flicker on all my sites and this may still be > the issue as I am unable to modify the wrapper on the page and the > wrapper is where the bad html resides. > > On 9/13/05, snacktime <snacktime@gmail.com> wrote: > The flicker I am seeing in IE is really really bad with SlideDown/ > SlideUp. The element I am sliding is a div that contains a table. > The tables are stacked on top of each other so that the > presentation actually appears as a single table. > > When I SlideDown, the toggled element flashed into view then > disappears before sliding down. On SlideUp it slides up then > flashes into view for a split second again. > > I looked in the archives and tried modifying the Slide functions as > was suggested but it didn''t make a difference. > > In Firefox I get a faint flicker now and then but nothing really > bad. In IE it''s just terrible. > > Chris > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > -- > Eric Fleming > efleming@gmail.com > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050913/1a1310ea/attachment.html
On 9/13/05, Eric Fleming <efleming@gmail.com> wrote:> > I have the same issue that you are describing. Don''t have a fix, but > curious if anyone has a fix. My first theory was poorly coded HTML as it > doesn''t flicker on all my sites and this may still be the issue as I am > unable to modify the wrapper on the page and the wrapper is where the bad > html resides. >I think I will try using a couple of different layout methods (css versus tables, etc..) and see if that makes a difference. Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050913/5d006ce7/attachment-0001.html
On 9/13/05, Thomas Fuchs <thomas@fesch.at> wrote:> > Would it be possible to provide a stripped-down test case for this? Also, > does it happen with the latest trunk version of script.aculo.us<http://script.aculo.us> > ? >I just downloaded 1.5 pre4 along with the newer prototype.js, and that completely broke IE with object not supported errors when trying to do SlideDown/SlideUp. What is the easiest way to get the trunk version? I couldn''t find the svn login information on the site. I will put together a test case shortly and post it. Chris I know that IE has some bugs with rendering overflow correctly,> but a workaround should be doable (in my experience). > > Thomas > Am 13.09.2005 um 19:46 schrieb Eric Fleming: > > I have the same issue that you are describing. Don''t have a fix, but > curious if anyone has a fix. My first theory was poorly coded HTML as it > doesn''t flicker on all my sites and this may still be the issue as I am > unable to modify the wrapper on the page and the wrapper is where the bad > html resides. > > On 9/13/05, snacktime <snacktime@gmail.com> wrote: > > > > The flicker I am seeing in IE is really really bad with > > SlideDown/SlideUp. The element I am sliding is a div that contains a table. > > The tables are stacked on top of each other so that the presentation > > actually appears as a single table. > > > > When I SlideDown, the toggled element flashed into view then disappears > > before sliding down. On SlideUp it slides up then flashes into view for a > > split second again. > > > > I looked in the archives and tried modifying the Slide functions as was > > suggested but it didn''t make a difference. > > > > In Firefox I get a faint flicker now and then but nothing really bad. In > > IE it''s just terrible. > > > > Chris > > > > > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > -- > Eric Fleming > efleming@gmail.com_______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050913/34cd788f/attachment.html
How to get the trunk is here: http://wiki.script.aculo.us/scriptaculous/show/Versions Also, be sure to read through the usage instructions on http://wiki.script.aculo.us/scriptaculous/show/Usage (note that new scriptaculous.js file) Thomas Am 13.09.2005 um 20:03 schrieb snacktime:> I just downloaded 1.5 pre4 along with the newer prototype.js, and > that completely broke IE with object not supported errors when > trying to do SlideDown/SlideUp. What is the easiest way to get > the trunk version? I couldn''t find the svn login information on > the site.
With trunk in IE SlideUp just blanks out the content area then hides it. SlideDown is pretty much the same as before. Here is a quick test case. <script src="/javascripts/prototype.js" type="text/javascript"></script> <script src="/javascripts/effects.js" type="text/javascript"></script> <script src="/javascripts/scriptaculous.js" type="text/javascript"></script> <% count = 1%> <% 5.times do %> <% count = count + 1%> <table width=50% border=0> <tr> <td width=40%> </td> <td id="toggle_hide<%=count%>" style="display:none"> <a href="#" onclick="Effect.SlideUp(''testing_<%= count%>'');Element.hide(''toggle_hide<%=count%>'');Element.show(''toggle_show<%=count%>'')"> Hide</a> </td> <td id="toggle_show<%=count%>"> <a href="#" onclick="Effect.SlideDown (''testing_<%=count%>'');Element.show(''toggle_hide<%=count%>'');Element.hide(''toggle_show<%=count%>'')">Show</a></td> </tr> </table> <div style="display:none" id="testing_<%= count%>"><div> <table width=50% border=1> <tr> <td width=40%> </td> <td>Test</td> </tr> </table> </div></div> <% end %> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050913/cdd6741d/attachment-0001.html