Table resizing has permanent horiz scrollbar
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 351
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 1
Description
Occurs in my webapp, and also on the demo page. I'm using Chrome 67
http://opensource.addepar.com/ember-table/latest/docs/guides/header/size-constraints
Settings: widthConstraint='eq-container' and resizeMode='fluid'
No matter how I resize the table width, there is always a horizontal scrollbar - this is due to the vertical scrollbar being present.
If I set enough vertical space, the vertical scrollbar goes away, and then the horiz scrollbar goes away as well.

Is this a limitation with ember-table or an unintentional bug?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue on the linked header size-constraints demo in Chrome with widthConstraint='eq-container' and resizeMode='fluid'. Inspect the table resizing and scrollbar behavior; the issue is resolved when resizing no longer leaves a horizontal scrollbar solely because the vertical scrollbar is present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100