-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Comments
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? |
I'm using this css for resolve this problem with FF td { |
Is anyone of you able to reproduce this issue on JSFiddle? I cannot reproduce it. Have you checked with unmodified, current version of |
Hack suggested by Antoine-7 works! |
The only way to reproduce this issue in Firefox is to force browser into quirks mode, e.g. by malforming the doctype: |
This is now fixed in version 0.8.17. |
The empty cell dont show border.
The text was updated successfully, but these errors were encountered: