-
-
Notifications
You must be signed in to change notification settings - Fork 79k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression of the table/panel clipping #14437
Comments
The fiddle is linked directly to the latest CSS file, any commits that would have affected it? I am on my way to burning man for a week so I can't take a look till after Labor Day. :) Sent from my eyephone.
|
Yeah something probably changed but I don't recall what. Ping me again when you're back if it's still an issue. |
I see this on Firefox 31 using the jsfiddle above, but not on Chrome. Looks like a clipping bug with the way Firefox handles border-radius and background colour on tr |
… well as the cells
Not in v3.2 but in the latest from GitHub, the corners are getting clipped by the background of the table row.
http://jsfiddle.net/Supergibbs/LtYW4/
It's caused by these two commits from #13920:
ac67bc8
71974e2
Any table-striping (or manual background colors) need to go on the td/th, not the tr if it's in a panel.
The text was updated successfully, but these errors were encountered: