-
Notifications
You must be signed in to change notification settings - Fork 286
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
Table's area sizing issue #892
Comments
I think we should be able to fix this by using ember-table for all the tables. Will try to get to that soon. |
@nummi since we are stuck on the ember-table stuff for now, is there something we can do to make sure the tables size correctly for now? |
I will take a stab at it. Do we have a consistent way of reproducing the bug? |
@nummi yeah, try to open https://emberjs.com/api/ember/release after full-size it and go to |
Looks like the height of the table is set manually. There is a window resize event listener that is supposed to keep it up to date but only seems to fire once. I'm not really sure why all this is necessary, shouldn't the table just take up 100% of the available height? |
@nummi in some pages tables broken, but "Data" looks ok |
@nummi I think making it 100% height sounds logical. I'm not sure why it's not done like that. |
version:
issues:
Tables has 1/2 of available height.
Data & Components tabs looks good:
The text was updated successfully, but these errors were encountered: