#1813 closed defect (fixed)
"Explode" effect only works with widgets, not with reguarl HTML elements like div's
Reported by: | guest | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | lfx | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you instatiate a pre-built dojo widget and set the toggle effect to "explode" the explode effect does gracefully explode. But if you tie the "explode" effect to a div or some other HTML container element, it doesn't explode. It waits until the last moment and then appears on screen in the final position. This has been tested in IE7 FF 1.5 and FF 2.0 with the same effect for each.
Currently, it works on the dojo website at http://www.dojotoolkit.org/dojo/tests/lfx/test_lfx.html, but if you download the nightly build or any of the 0.4 build flavors and check the same test file, it just appears on screen with no explode effect. The implode effect seems to work fine in all cases. This is also true if you use the effect outside the test.
Change History (5)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Component: | General → lfx |
---|---|
Milestone: | → 0.4.1 |
Owner: | changed from anonymous to Bryan Forbes |
I just tested on test_lfx.html, and confirmed that the "explode" effect just appears.
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
if you need further information about this bug, send an e-mail to me at lance@…. Thanks.