adopted-ember-addons / adopted-ember-addons/ember-light-table
Chrome bug affecting resizeable tables, cell borders not being repainted correctly
- Dominant language
- JavaScript
- Stars
- 311
- Forks
- 130
- PR merge metrics
- No merged PRs in 30d
Description
I believe this is a bug in Chrome, but so users are aware I'm posting it here.
https://bugs.chromium.org/p/chromium/issues/detail?id=727822
Steps to reproduce the problem:
1. Go to https://ember-twiddle.com/4163413c93a4d3a6c35cf894dd42babc?openFiles=styles.app.css%2C
2. Make sure you are viewing the browser window on a Retina screen, such as a macbook pro
3. Resize a table column by clicking and dragging the column border

The requirements to see this bug appear to be:
- table cells are position: relative
- there is a scroll bar on the table
- on a retina screen
- there are table borders
- the table cells are resized
- you are on Google Chrome
Contributor guide
Assessment
This issue has not been assessed yet.