StickyTableHeaders icon indicating copy to clipboard operation
StickyTableHeaders copied to clipboard

Header Colums are wider when table header becomes sticky on Firefox

Open max-l opened this issue 8 years ago • 2 comments

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: https://github.com/jmosbech/StickyTableHeaders/issues/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.

max-l avatar Jul 27 '17 17:07 max-l

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

andrijaf avatar May 28 '18 20:05 andrijaf

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.

Egomolch avatar Aug 02 '18 14:08 Egomolch