Skip to content

Demonstrates a Chrome crash when using certain Vue libraries together

Notifications You must be signed in to change notification settings

tony19-sandbox/chrome-crash-demo

Repository files navigation

Demonstrates a Chrome crash when using vue, v-gallery, vue-filepond, and vue-router together

  • Not sure exactly which library is causing the crash, but it occurs immediately after interacting with vue-gallery. I cannot reproduce it without all four libraries in the project together. This code represents a minimal reproducible example.

  • I've not been able to reproduce the bug in Chrome Canary 81, Firefox 74, or Safari 13.

  • Also reproduces in Incognito Mode without any extensions enabled

screencast

Steps to reproduce

  1. Install project:
npm install
  1. Start development web server:
npm run serve
  1. Open http://localhost:8080/demo in Chrome 80

  2. Click image to open lightbox (via v-gallery)

  3. Close lightbox.

  4. Click image again. Observe Chrome tab crashes (Aw, Snap!)

Environment

  • macOS Catalina 10.15.3
  • Chrome Version 80.0.3987.149 (Official Build) (64-bit)
  • MacBook Pro 15", 2016

About

Demonstrates a Chrome crash when using certain Vue libraries together

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published