Opened 12 years ago
Closed 12 years ago
#7947 closed bug (fixed)
Buggy Animation when Unhiding Colspanned Table Row
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.4.3 |
Component: | effects | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When you hide (using style for example - display: none) a table cell that is colspanned to fit more cells in upper row, then the only option to unhide this table row is to resign from using animations (i.e. use toggle() or show() without params).
If you use animate() or toggle() or show() with animation the overall effects looks a bit buggy - i.e. you clearly see that not colspanned cell is animated and only after animation ends it is being colspanned. Producing rather not acceptable visual effects.
I don't know if this is a bug or wanted effect and therfore - if this can be fixed?
Change History (3)
comment:1 Changed 12 years ago by
Owner: | set to Tomasz Trejderowski <[email protected]…> |
---|---|
Status: | new → pending |
comment:2 Changed 12 years ago by
Status: | pending → new |
---|
Hello,
Test case has been created:
However, it turned out that this bug has already been solved in jQuery 1.4.3, therefore it affects only version 1.4.2 and below. I haven't noticed earlier that my outdated framework version ships with outdated version of jQuery! :]
Please forgive me for not testing this out earlier and please, close this ticket. Thank you.
comment:3 Changed 12 years ago by
Component: | unfiled → effects |
---|---|
Milestone: | 1.next → 1.4.3 |
Priority: | undecided → low |
Resolution: | → fixed |
Status: | new → closed |
Version: | 1.4.4 → 1.4.2 |
Closing per request of the reporter. Fixed in 1.4.3
Thanks for submitting a ticket to the jQuery Bug Tracker! Could you kindly also submit a reduced test case that reproduces the issue you are experiencing on http://jsfiddle.net so we can evaluate and test it further?