Skip to content
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

CSS issue (only in firefox) #418

Closed
ravio opened this issue Feb 16, 2013 · 6 comments
Closed

CSS issue (only in firefox) #418

ravio opened this issue Feb 16, 2013 · 6 comments

Comments

@ravio
Copy link

ravio commented Feb 16, 2013

The empty cell dont show border.

image

@warpech
Copy link
Member

warpech commented Feb 18, 2013

Seems like the same issue as #357. Still, I cannot reproduce it. I tried several FF versions using browsershots.org

One clue that I have - are you using the current version of jquery.handsontable.css?

@Antoine-7
Copy link

I'm using this css for resolve this problem with FF

td {
empty-cells: show;
}

@warpech
Copy link
Member

warpech commented Feb 26, 2013

Is anyone of you able to reproduce this issue on JSFiddle? I cannot reproduce it. Have you checked with unmodified, current version of jquery.handsontable.css or jquery.handsontable.full.css?

@ravio
Copy link
Author

ravio commented Feb 28, 2013

Hack suggested by Antoine-7 works!
Thanks.

@warpech
Copy link
Member

warpech commented Mar 30, 2013

The only way to reproduce this issue in Firefox is to force browser into quirks mode, e.g. by malforming the doctype: <!doctype htlm>

@warpech
Copy link
Member

warpech commented Mar 31, 2013

This is now fixed in version 0.8.17.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants