adopted-ember-addons / adopted-ember-addons/ember-light-table

Chrome bug affecting resizeable tables, cell borders not being repainted correctly

Open
#413 0 comments 0 reactions 0 assignees View on GitHub
upstream-bug
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

![table-cell-resizing-borders](https://cloud.githubusercontent.com/assets/5260472/26600709/47df4a26-453a-11e7-86ba-e78af51554b2.gif)

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.