Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix clicking on a custom selection column will trigger selection twice
- Loading branch information
eff49cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fix introduce a regression on lines having "advanced" cell renderers (which do not output pure text but html). For instance I have renderers which output a
<span>...</span>
and the click will only be registered if I click the row outside of the<span>
tag. Clicking inside the<span>
will not registereff49cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jfremy, sorry that's my mistake and cause some bugs, I've fixed on my local and will release soon. thanks
eff49cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jfremy, I've release
v2.11.0
for fixing these bug, you can check this out and let me know if the problem still remain, thankseff49cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing it. Sorry I did not propose a fix with the report
I'll try it right away
eff49cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just tested the failing use case and it works with 2.11.0. Thank you very much