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

Header Colums are wider when table header becomes sticky on Firefox #135

Open
max-l opened this issue Jul 27, 2017 · 2 comments
Open

Header Colums are wider when table header becomes sticky on Firefox #135

max-l opened this issue Jul 27, 2017 · 2 comments

Comments

@max-l
Copy link

max-l commented Jul 27, 2017

Header Colums become wider when table header sticky mode is fired

The bug only happens on Firefox (version 54.0 Linux), it works correctly in Chrome.

Here's a screenshoot :

image

This could be a duplicate of this issue: #120
but applying the same fix (putting a character in the first header col does not fix it,
and unlike #120, it is a Firefox specific bug (although I have not tested safari or IE)

One particular behavior I notice on Firefox (and not on Chrome) is that the table header expands to occupy the full screen width when it enters fixed mode.

@andrijaf
Copy link

@max-l How did you fix the issue in the end? I see it is working on OpenProt like a charm :)

@Egomolch
Copy link

Egomolch commented Aug 2, 2018

Hi max-l, you forgot to declare <!DOCTYPE html>

Please try:

<!DOCTYPE html>
<html  lang="en" ng-app="saltorf">
<head>
...

This should be the reason why Firefox renders the content incorrectly.

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

No branches or pull requests

3 participants