Modify ↓
Ticket #1020 (closed bug: fixed)
fx problem in IE7
| Reported by: | XASD | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1.3 |
| Component: | ajax | Version: | 1.1.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
In fx() function line:
y.display = "block"; Set display property to block for animation
was moved to z.a() function from top level(v 1.1.1),after that slideDown() on dd element with table inside add empty space(padding/margin?) beneath,see
.By the way,bug with disappearing dd after slideDown() still there,if not remove "show" check:
Reset the properties, if the item has been hidden or shown
| options.show |
in z.step() function.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Bug I refer to reported in #744 ticket,please change "ajax" to "fx"-some kind of login problem.