Re: T4.1.2: dojo wipe effects broken with IE7

2007-06-10 Thread Christian Dutaret
Actually it works now. For the record, the DIV was initialized with style="position: relative; display: none;". Removing the position attribute fixed it. 2007/6/8, Jesse Kuhnert <[EMAIL PROTECTED]>: No idea what has changed but you might want to ask your question in the appropriate Dojo list /

Re: T4.1.2: dojo wipe effects broken with IE7

2007-06-08 Thread Jesse Kuhnert
No idea what has changed but you might want to ask your question in the appropriate Dojo list / forum. On 6/7/07, Christian Dutaret <[EMAIL PROTECTED]> wrote: Hi all, I have a page with a js script that uses dojo wipe animation. Here is a fragment of the js: wi = dojo.lfx.html.wipeIn(n

T4.1.2: dojo wipe effects broken with IE7

2007-06-07 Thread Christian Dutaret
Hi all, I have a page with a js script that uses dojo wipe animation. Here is a fragment of the js: wi = dojo.lfx.html.wipeIn(node, 400, null, null); wi.play(); This was working fine cross-browsers with whatever version of dojo that came with T4.1.1. After I upgraded to 4.1.2, it k