#3385 closed bug (duplicate)
SlideUp function have problem in IE 7
Reported by: | raheem | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | effects | Version: | 1.2.6 |
Keywords: | SlideUp jerk | Cc: | raheem, flesler |
Blocked by: | Blocking: |
Description
Hello Jquery team,
I am new to JQuery, and i found this library really useful. yesterday, I start to practice on it. I got the bug in the function slideUp. Its jerk in IE7 when its got complete. but it is working fantastic in FF.
I have attached a sample file with it. thats you understand what code i was trying in my browser.
Attachments (1)
Change History (3)
Changed 14 years ago by
comment:1 Changed 14 years ago by
Cc: | raheem flesler added |
---|---|
Component: | build → fx |
comment:2 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate of #2423.
Basically your html will run in quirksmode which is no longer supported for jQuery. There is a known problem in IE when this happens. See the duplicate ticket for more information.