Modify ↓
Ticket #10182 (closed bug: wontfix)
.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: | ||
| Blocking: | Blocked by: |
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/
Change History
comment:1 Changed 21 months ago by addyosmani
- Priority changed from undecided to low
- Status changed from new to open
- Component changed from unfiled to effects
comment:2 Changed 21 months ago by ysth
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".
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.

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.