Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

b-table-lite: Error in v-on handler: "TypeError: this.stopIfBusy is not a function" #3518

Closed
dflock opened this issue Jun 14, 2019 · 3 comments

Comments

@dflock
Copy link
Contributor

dflock commented Jun 14, 2019

Describe the bug

When I hover over a b-table-lite table, I get this error in the browser console:

vue.runtime.esm.js?2b0e:619 [Vue warn]: Error in v-on handler: "TypeError: this.stopIfBusy is not a function"

found in

---> <BTableLite>
       <FieldDestinationTableColumns> at src/components/vfgCustomControls/fieldDestinationTableColumns.vue
         <FormGroup>
           <FormGenerator>
             <BCollapse>
               <Process> at src/components/automation/Process/Process.vue
                 <App> at src/App.vue
                   <Root>
warn @ vue.runtime.esm.js?2b0e:619
logError @ vue.runtime.esm.js?2b0e:1884
globalHandleError @ vue.runtime.esm.js?2b0e:1879
handleError @ vue.runtime.esm.js?2b0e:1839
invokeWithErrorHandling @ vue.runtime.esm.js?2b0e:1862
invoker @ vue.runtime.esm.js?2b0e:2179
original._wrapper @ vue.runtime.esm.js?2b0e:6911
Show 7 more frames
vue.runtime.esm.js?2b0e:1888 TypeError: this.stopIfBusy is not a function
    at VueComponent.rowHovered (mixin-tbody-row.js?c324:173)
    at mouseenter (mixin-tbody-row.js?c324:334)
    at invokeWithErrorHandling (vue.runtime.esm.js?2b0e:1854)
    at HTMLTableRowElement.invoker (vue.runtime.esm.js?2b0e:2179)
    at HTMLTableRowElement.original._wrapper (vue.runtime.esm.js?2b0e:6911)
logError @ vue.runtime.esm.js?2b0e:1888
globalHandleError @ vue.runtime.esm.js?2b0e:1879
handleError @ vue.runtime.esm.js?2b0e:1839
invokeWithErrorHandling @ vue.runtime.esm.js?2b0e:1862
invoker @ vue.runtime.esm.js?2b0e:2179
original._wrapper @ vue.runtime.esm.js?2b0e:6911
Show 6 more frames
vue.runtime.esm.js?2b0e:619 [Vue warn]: Error in v-on handler: "TypeError: this.stopIfBusy is not a function"

found in

---> <BTableLite>
       <FieldDestinationTableColumns> at src/components/vfgCustomControls/fieldDestinationTableColumns.vue
         <FormGroup>
           <FormGenerator>
             <BCollapse>
               <Process> at src/components/automation/Process/Process.vue
                 <App> at src/App.vue
                   <Root>
warn @ vue.runtime.esm.js?2b0e:619
logError @ vue.runtime.esm.js?2b0e:1884
globalHandleError @ vue.runtime.esm.js?2b0e:1879
handleError @ vue.runtime.esm.js?2b0e:1839
invokeWithErrorHandling @ vue.runtime.esm.js?2b0e:1862
invoker @ vue.runtime.esm.js?2b0e:2179
original._wrapper @ vue.runtime.esm.js?2b0e:6911
Show 7 more frames
vue.runtime.esm.js?2b0e:1888 TypeError: this.stopIfBusy is not a function
    at VueComponent.rowUnhovered (mixin-tbody-row.js?c324:181)
    at mouseleave (mixin-tbody-row.js?c324:337)
    at invokeWithErrorHandling (vue.runtime.esm.js?2b0e:1854)
    at HTMLTableRowElement.invoker (vue.runtime.esm.js?2b0e:2179)
    at HTMLTableRowElement.original._wrapper (vue.runtime.esm.js?2b0e:6911)
logError @ vue.runtime.esm.js?2b0e:1888
globalHandleError @ vue.runtime.esm.js?2b0e:1879
handleError @ vue.runtime.esm.js?2b0e:1839
invokeWithErrorHandling @ vue.runtime.esm.js?2b0e:1862
invoker @ vue.runtime.esm.js?2b0e:2179
original._wrapper @ vue.runtime.esm.js?2b0e:6911
Show 6 more frames

Steps to reproduce the bug

  1. Hover over a b-table-lite table
  2. See error in console

Expected behavior

No console errors on hover.

Versions

Libraries:

  • BootstrapVue: 2.0.0-rc.23
  • Bootstrap: 4.3.1
  • Vue: 2.6.10

Environment:

  • Device: Linux Box
  • OS: Ubunut 16.04.6 LTS (Xenial Xerus)
  • Browser: Chrome
  • Version: 75.0.3770.90 (Official Build) (64-bit)

Demo link

https://codepen.io/anon/pen/NZxpja?&editable=true&editors=101

@tmorehouse
Copy link
Member

Thanks for finding this bug.

We should have it fixed in the next release shortly.

@dflock
Copy link
Contributor Author

dflock commented Jun 15, 2019

Thank you for your incredible hard work on this library, btw - awesome work!

@tmorehouse
Copy link
Member

@dflock 2.0.0-rc.24 has been released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants