question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

b-form-file error messages onMouseMove

See original GitHub issue

Using b-form-file as in the example:

<b-form-file v-model="file"></b-form-file>
<br> Selected file: {{file && file.name}}
  data: {
    file: null,
    …

Results in console error messages in Chrome 58 (but not Firefox 53) when the mouse is moved over the file-selector area:

cperacontent.js:641 Uncaught TypeError: Cannot read property 'startContainer' of null
    at Object._onMouseMove (cperacontent.js:641)
    at onMouseMove (cperacontent.js:636)

In fact, you can see these errors on the https://bootstrap-vue.github.io/docs/components/form-file/ page itself, when moving the mouse over the example.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
Mark-L6ncommented, Jun 7, 2017

FYI, tracked down what this is related to: a Chrome plugin, Perapera Chinese Popup Dictionary, which displays Chinese dictionary info when you hover over a Chinese character. When I restarted Chrome, the plugin defaulted to disabled. After enabling the plugin again, the strange interaction occurred again and the console messages reappeared when moving the mouse over the <b-form-file> component. Interestingly, this interaction doesn’t occur when hovering over other bootstrap-vue components in my test app, including <b-button>.

0reactions
alexsasharegancommented, Jun 7, 2017

Nice detective work!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to show all error messages on the same submit click ...
So, I have a html form which I validate all inputs with some JS. When the form is empty and user clic on...
Read more >
Team:Estonia TUIT/ nuxt/122a1d3
(r=i.next()).done;)l.push(r.value)}catch(t){n={error:t}}finally{try{r&&!r. ... statusCode||500},message:function(){return this.error.message||"Error"}} ...
Read more >
Form File | Components
Customized, cross-browser consistent, file input control that supports single file, multiple files, and directory upload.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found