Clicking or dbl clicking b-table row causes error on IE
See original GitHub issueUsing version 2.2.0 there is an issue with b-table on IE 11.
Using IE 11 and attempting a click or double click a row you then see the following - a single error for each click or dbl click.
Note: due to the error the event does not complete.
TypeError: Object expected
{
[functions]: ,
proto: { },
description: "Object expected",
message: "Object expected",
name: "TypeError",
number: -2146823281,
stack: "TypeError: Object expected
at Gy.methods.getTbodyTrs (http://localhost:5000/js/fileManager-legacy.js:23:360432)
at Gy.methods.getTbodyTrIndex (http://localhost:5000/js/fileManager-legacy.js:23:360632)
at Gy.methods.emitTbodyRowEvent (http://localhost:5000/js/fileManager-legacy.js:23:360747)
at Gy.methods.onTBodyRowClicked (http://localhost:5000/js/fileManager-legacy.js:23:361573)
at ne (http://localhost:5000/js/fileManager-legacy.js:7:11658)
at n (http://localhost:5000/js/fileManager-legacy.js:7:13477)
at o._wrapper (http://localhost:5000/js/fileManager-legacy.js:7:51753)",
Symbol()_9.of693fu6u31: undefined
}
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
my problem is with internet explorer, when i double click on ...
internet explorer problem. ... Right click on the shortcut icon on the desktop and select Properties. 2. Click on General tab.
Read more >javafx: double click on a blank row opens the previusly ...
The reason double-clicking on an empty row causes you to open the last selected item is because you're adding the EventHandler to the ......
Read more >Double click Excel cell to follow formula not working - AuditExcel
A popular feature in Excel is the ability to double click an Excel cell and it will take you to the links in...
Read more >Excel double click not working to follow formula - YouTube
00:00 What double click in cell can do 00:25 Switch it back on 00:55 Alternate method to see where cells come (even from...
Read more >13 common problems with vlookups
Now double-click the bottom right hand-corner of this cell so that the formula ... numbers in the TABLE ARRAY part of the formula...
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
@tmorehouse Thanks for looking into it. I’ll try and put something together.
I wrote a cut down test case and was not able to reproduce the issue at this time - so I need to investigate further. As a result I’m closing this defect for now.
Thanks for the help.