panache icon indicating copy to clipboard operation
panache copied to clipboard

Cannot read property 'dv' of null

Open ricardogobbo opened this issue 5 years ago • 12 comments

When I try to select a color, I get this error on chrome console:

Steps to reproduce this issue:

  1. Open https://rxlabz.github.io/panache/#/ on chrome 78.0.3904.108, Windows 10
  2. Click on color square (initially blue)
  3. Drag and click around the RGB palette to select a color
  4. The app freezes and an error starts to appear repeatly times on chrome console.

The error https://prnt.sc/q7d9wm

Uncaught TypeError: Cannot read property 'dv' of null
    at Object.cj (main.dart.js:2645)
    at G1.ri (main.dart.js:19133)
    at Dx.$1 (main.dart.js:18040)
    at ai0 (main.dart.js:1961)
    at HTMLElement.<anonymous> (main.dart.js:1969)

ricardogobbo avatar Dec 07 '19 00:12 ricardogobbo

Also running into the same issue.

OS: Mac OSX Catalina 10.15.1 Chrome: 78.0.3904.108

ArneSaknussemm89 avatar Dec 07 '19 02:12 ArneSaknussemm89

Same issue here, the error is fired on button click. Using Ubuntu: 19.07, Chrome: 78.0.3904.108

mannprerak2 avatar Dec 10 '19 15:12 mannprerak2

Same, Windows 10, Chrome Version 79.0.3945.79 (Official Build) (64-bit)

leecommamichael avatar Dec 14 '19 22:12 leecommamichael

same here, Using Mac OSX Catalina 10.15.2, Chrome: Version 79.0.3945.79 (Official Build) (64-bit)

leononly avatar Dec 18 '19 07:12 leononly

Same here, Ubuntu 18.04, Chrome 78.0.3904.108

Thiagokairala avatar Dec 19 '19 14:12 Thiagokairala

same here, Windows 10, Chrome Version 79.0.3945.88 (Official Build) (64-bit).

Steps to reproduce:

  1. Select a color and click create
  2. On left panel, open "Input" options, and select "Outline" from "Border" options.
  3. On the right panel, click "Inputs", click on any text field. then got exceptions.

masonzhang avatar Jan 05 '20 10:01 masonzhang

Same here on Mac OS with both Chrome and Safari.

I get this when I use the colour sliders on the colour selector and drag the slider passed the end of the range.

georgeherby avatar Jan 24 '20 08:01 georgeherby

I have just built the project locally on the current beta version and i do not get any of these errors

Framework • revision 659dc8129d (4 weeks ago) • 2019-12-30 09:24:47 -0800
Engine • revision bdc9708d23
Tools • Dart 2.8.0 (build 2.8.0-dev.0.0 c547f5d933)

@rxlabz Would you be able to trigger a build of the project on a newer version of Flutter as I think this was a Flutter issue when this was in its infancy?

georgeherby avatar Jan 24 '20 09:01 georgeherby

Current workout download the app and run it locally on beta channel it works fine

jugal13 avatar Mar 29 '20 20:03 jugal13

Current workout download the app and run it locally on beta channel it works fine

@jugalw13 don't see the channel, can you give me a link to download the folder. same issue on chrome

nicodoss avatar May 02 '20 10:05 nicodoss

any solution about it??

nicodoss avatar May 02 '20 10:05 nicodoss

Current workout download the app and run it locally on beta channel it works fine

@jugalw13 don't see the channel, can you give me a link to download the folder. same issue on chrome

read this https://flutter.dev/docs/get-started/web

Ghassan-Aljaafri avatar Jul 03 '20 17:07 Ghassan-Aljaafri