Side navigation
#10182 closed bug (wontfix)
Opened August 31, 2011 11:20PM UTC
Closed June 16, 2012 03:14PM UTC
.show(duration) on td in chrome mispositions content
Reported by: | ysth | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | effects | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
.show with a duration, even a duration of 0, when used on a td is positioning the content to the right where it should be in chrome (13.0.782.215) and chromium (15.0.854.0). .show() with no duration has no problem.
Test case: http://jsfiddle.net/WLVM3/
Attachments (0)
Change History (4)
Changed September 02, 2011 06:47AM UTC by comment:1
component: | unfiled → effects |
---|---|
priority: | undecided → low |
status: | new → open |
Changed September 08, 2011 12:16AM UTC by comment:2
I mostly was interested in trying to get the underlying chromium bug (assuming there is one) reported.
Though it seems questionable that jquery apparently does something different for no animation vs. 0-time "animation".
Changed September 17, 2011 04:10AM UTC by comment:3
Interestingly, show() doesn't have this bug...
Changed June 16, 2012 03:14PM UTC by comment:4
resolution: | → wontfix |
---|---|
status: | open → closed |
This is fixed as of Chrome 19, and is also fixed on jQuery edge because it's a duplicate of another bug. Closing as wontfix though, because it's fixed natively.
Confirmed, however there are known issues with animating table elements: http://jsfiddle.net/addyosmani/ybPn7/. I'll defer to dmethvin in case he has any further comments to add here.