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

Improper color of the highlight in headers, after change of the selection. #4025

Closed
mrpiotr-dev opened this issue Jan 26, 2017 · 0 comments
Closed

Comments

@mrpiotr-dev
Copy link
Contributor

mrpiotr-dev commented Jan 26, 2017

Description

  1. When columns are selected, background color for the header highlight should be:
  • #8fb1e8 for the selected columns
  • #ddd for rows
  1. When rows are selected, background color for the header highlight should be:
  • #8fb1e8 for the selected rows
  • #ddd for columns
  1. When cells are selected, background color for the header highlight should be:
  • #ddd for the selected columns
  • #ddd for the selected rows

Unfortunately point 3 is untruth, when user selects whole column or row, and then changes the cell's selection using arrows.

Steps to reproduce

  1. Go to the demo
  2. Select the entire column "A"
  3. Press once

Result: Background color of the column's header is incorrect

Demo

http://jsfiddle.net/Lzvoyurd/

Your environment

  • Handsontable version: 0.30.1
  • Browser Name and version: Chrome 55
  • Operating System: macOS 10.12.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants