Selectable b-table with tooltips behaves erratically after sorting
See original GitHub issueDescribe the bug
I’m using a selectable, small, and responsive b-table
component, in which a column contains an array of data passed through a formatter
, truncated automatically via the responsive prop and which is rendered fully in a tooltip.
When I’m selecting some items, then sorting, then trying to select again, the highlighted/selected row is not the one on which I just clicked.
Steps to reproduce the bug
- See GIF below
Expected behavior
The selected row should be the one on which I clicked
Versions
Libraries:
- BootstrapVue: 2.0.2
- Bootstrap: 4.3.1
- Vue: 2.6.10
Environment:
- Device: Lenovo Thinkpad E580
- OS: Ubuntu 18.04 LTS
- Browser: Firefox
- Version: 70
GIF
Additional context
N/A
Issue Analytics
- State:
- Created 4 years ago
- Comments:16 (8 by maintainers)
Top Results From Across the Web
Bootstrap Tooltips Disappear Upon Sorting Table
While it works perfectly when the table is loaded, the Bootstrap tooltip effect within the table cells strangely disappear once I sort the...
Read more >{1} Active Tickets – jQuery UI
#9344 · Sortable: Works very erratically with flexbox content, ui.sortable, 1.10.3 ... #9514 · Tooltip: Does not hide when dragging mouse from textbox...
Read more >DashTable tooltip incorrectly displayed when using sort
The tooltip appears in the incorrect position after sorting the table. I ran a quick test using a snippet from DataTable Tooltips |...
Read more >Press Release english - Qlik Community
Subquery syntax is only invoked when you select data which involves filtering a chart using data from another table. The amount of data...
Read more >US20150363478A1 - Systems, Devices, and/or Methods for ...
define and/or specify one or more sets of records upon which to operate; ... records and/or records of a related user-selectable table and/or...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Actually this might be related to another issue we just found… and PR #4372 may fix it.
Hello @tmorehouse, thank you very much for your help and reactivity! I can confirm that
v2.1.0
fixes this issue 👍