You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When b-table is in select-mode="range", and a row is already selected, and some text in the header is selected; any tbody row click events fail to update the selected rows, making the table appear frozen.
In the interactive table dropdown, set the selection mode to range
Click on any row in the table's body to select the row
Highlight some text in the table header (thead)
Try to select another row in the table body, the click event will fail to propagate due to the textSelectionActive function returning true with the text in the header selected
Expected behavior
When table header text is selected, it should still be possible to select other rows in the table or clear the header text selection with a click, instead all events fail to propagate making the table appear frozen.