Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha Premium Member
Grid selection issues after tooltip shown
In any grid component, if the column renderer includes a tdAttr setting like
Code:
metaData.tdAttr = 'data-qtip="An example tooltip"';
then after the tooltip is shown the selection model is affected and doing a shift select does not work as expected.
Steps to Reproduce
Open fiddle https://fiddle.sencha.com/#fiddle/9nj
Select top row in grid
Hover over any 'Name' field to show tooltip
Shift select bottom row
Expected outcome
All rows are selected
Actual outcome
Only bottom row is selected
-
Thanks for the report. Looks like we already got to this one -- it's fixed in the latest nightly release of 5.0.2.
-
Sencha Premium Member
Hi Gary, Thanks for your response, any workaround we could use? At the moment having to use title instead of data-qtip.