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

Latest version, 0.9.12, breaks selected row/column highlighting #956

Closed
henderjr opened this issue Aug 7, 2013 · 3 comments
Closed

Latest version, 0.9.12, breaks selected row/column highlighting #956

henderjr opened this issue Aug 7, 2013 · 3 comments
Labels

Comments

@henderjr
Copy link

henderjr commented Aug 7, 2013

http://handsontable.com/demo/current.html

I was just upgrading the version I'm using for a project at work and noticed that row highlighting is no longer taking effect.

I was able to get it to work by adding !important to my css for current row and column. Broken on demo page linked above though.

.handsontable .currentRow {
    background-color: #E7E8EF !important;
}

.handsontable .currentCol {
    background-color: #F9F9FB !important;
}

Thanks

@ghost ghost assigned psmolenski Aug 8, 2013
@psmolenski
Copy link
Contributor

Thanks for spotting it. I've already fixed the error.

@warpech
Copy link
Member

warpech commented Aug 8, 2013

The error was only in the CSS selector (now need to write .handsontable .htCore .currentCol or .handsontable td.currentCol)

warpech added a commit that referenced this issue Aug 15, 2013
… and #956)

jQuery UI Datepicker moved outside of ".handsontable" to retain compability with fixes for #498
@warpech
Copy link
Member

warpech commented Aug 15, 2013

In HOT 0.9.13 I removed the requirement to use .handsontable .htCore .currentCol

Previous notation .handsontable .currentCol will work again (though you don't have to revert if you already made changes to your code - both work now)

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

No branches or pull requests

3 participants