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 renders improperly in firefox #33

Open
davidjnelson opened this issue Sep 26, 2013 · 6 comments
Open

header renders improperly in firefox #33

davidjnelson opened this issue Sep 26, 2013 · 6 comments
Labels

Comments

@davidjnelson
Copy link
Owner

the header on http://angulartable.com/demo/index.html renders improperly in Firefox 23.0.1 but correctly in Chrome. Specifically, the header extends out over the scrollbar and the column lines no longer line up with the table body. Is this issue fixed as part of these new updates? I didn't want to open up a whole new Issue if you already knew about it / were working on it.

@msakrejda
Copy link

I can confirm. I'm seeing the same thing in Firefox 24, but no problems in Chrome.

@davidjnelson
Copy link
Owner Author

Thanks Maciek,

This is an important bug to fix, I agree.

@koen-serry
Copy link

Wouldn't merging the 2 tables fix it and at the same time make it easier?

@davidjnelson
Copy link
Owner Author

Hi @koen-serry , how would you do that and still adjust the width of the header when enough data appeared in the table that the scrollbar appeared?

@koen-serry
Copy link

I'm not sure I got your question 100%, but if you're talking about the data being longer than the headers: there is no magic bullet there I guess, you either truncate, use an ellipsis or just let the header grow. But at least gui wise it would always be consistent and the choice would be given to the developer.

@davidjnelson
Copy link
Owner Author

Hi @koen-serry No, I'm referring to when an angular-table has 10 rows, and then adding an 11th row causes the vertical scrollbar to appear.

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

No branches or pull requests

3 participants