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

afterColumnResize callback can be called with an incorrect size, or undefined #945

Closed
jasoncrawford opened this issue Aug 2, 2013 · 1 comment
Labels

Comments

@jasoncrawford
Copy link
Contributor

The afterColumnResize callback can be called with an incorrect size, or undefined, when the resize tab was clicked but not dragged (including times when it is double-clicked to auto-resize).

Repro: See this fiddle: http://jsfiddle.net/XYr2L/

Workaround: this.getColWidth(col) returns the correct width within the callback. Use that instead of the size parameter.

@ghost ghost assigned psmolenski Aug 5, 2013
@warpech
Copy link
Member

warpech commented Aug 15, 2013

Fixed in HOT 0.9.13. Your fiddle works ok now :) Thanks for reporting!

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