Opened 15 years ago
Closed 14 years ago
#731 closed defect (invalid)
[lfx] Wipe effect bugs..
Reported by: | Owned by: | Bryan Forbes | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | lfx | Version: | 0.3 |
Keywords: | lfx wipeIn wipeOut | Cc: | |
Blocked By: | Blocking: |
Description
1) If an element has it's height set through CSS, and a wipeIn effect is called, followed by a wipeOut effect, the element does not preserve it's height at the end of the wipeOut effect.
2) If an element has padding, the wipe effect is not as smooth. The wipe effect as it goes over the padding of the element is sudden/jerky compared to the wipe effect as it goes over the actual content of the element.
The testcase for both bugs is at: http://testbed.clearfire.net/dojo/tests/lfx/test_lfx2.html (test out the wipe effect). Page requires refresh after using the wipe effect once to return element to original height.
Change History (5)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Milestone: | 0.3.1 → 0.4 |
---|
comment:3 Changed 14 years ago by
I am not sure if this is the same issue, but we got ticket #1514 fixed for us with the patch attached on that ticket.
comment:4 Changed 14 years ago by
Milestone: | 0.4 → 0.5 |
---|
comment:5 Changed 14 years ago by
Component: | General → lfx |
---|---|
Resolution: | → invalid |
Status: | new → closed |
test case no longer works, can't verify #2
The issue was fixed, but again reappeared due to http://trac.dojotoolkit.org/changeset/4133
wipeOut now totally hides the element making a chained wipeOut/wipeIn impossible. See testcase: http://testbed.clearfire.net/dojo/tests/lfx/test_lfx2.html