Side navigation
#12150 closed bug (fixed)
Opened July 26, 2012 01:51PM UTC
Closed July 26, 2012 03:03PM UTC
border-spacing property accumulates when rows are shown and hidden
Reported by: | mblase75@gmail.com | Owned by: | mblase75@gmail.com |
---|---|---|---|
Priority: | low | Milestone: | 1.8 |
Component: | effects | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
http://jsfiddle.net/mblase75/CN7re/9/
Clicking on the button shows and hides the "body" rows of the table below it. Each time the table rows are shown again, the header row increases in height by ten pixels.
Changing ".show('fast')" to ".show()" solves the problem, as does changing the table's "border-spacing" property to zero.
Attachments (0)
Change History (3)
Changed July 26, 2012 01:54PM UTC by comment:1
owner: | → mblase75@gmail.com |
---|---|
status: | new → pending |
Changed July 26, 2012 02:57PM UTC by comment:2
Replying to [comment:1 dmethvin]:
I don't see this in jQuery (edge) which represents the 1.8 release. Can you confirm? http://jsfiddle.net/CN7re/10/
Seems to be fixed in that fiddle. Here's a more complicated one (which I had simplified) which doesn't appear to be fixed, even in 1.8:
Changed July 26, 2012 03:03PM UTC by comment:3
component: | unfiled → effects |
---|---|
milestone: | None → 1.8 |
priority: | undecided → low |
resolution: | → fixed |
status: | pending → closed |
That fiddle pulls in jquery-latest, not jquery-git. Closing as fixed in 1.8.
I don't see this in jQuery (edge) which represents the 1.8 release. Can you confirm?
http://jsfiddle.net/CN7re/10/