Skip to content
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

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

Open
erikvandeven opened this issue Jul 3, 2017 · 0 comments
Open

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

erikvandeven opened this issue Jul 3, 2017 · 0 comments

Comments

@erikvandeven
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant