SitePen / dgrid

A lightweight, mobile-ready, data-driven, modular grid widget designed for use with dstore
http://dgrid.io/
Other
628 stars 298 forks source link

Columnresizer: resize-handle in touch mode too far to the left #1389

Open erikvandeven opened 7 years ago

erikvandeven commented 7 years ago

In touch mode, the dgrid-resize-handle is wider than normal. Since it is rendered to the left, it's not really on top of the actual column splitter. Proposed change is to correct the position for the larger resize-handle e.g. html.has-touch .dgrid-resize-handle { border-left: 20px solid transparent; **right:-19px;** } See the chrome debugger snapshot how the handle covers the dropdown we've created. Note we added padding of 5px in the header content. dgrid-resizer in toch mode