neo4j-labs / neodash

NeoDash - a Dashboard Builder for Neo4j
https://neo4j.com/labs/neodash/
Apache License 2.0
400 stars 129 forks source link

Parameter Select issue with mouse movement #792

Closed geoffinfosecpersona closed 4 months ago

geoffinfosecpersona commented 5 months ago

To help us understand your issue, please specify important details, primarily:

This works as expected so long as we're really careful about changing the integer after one has already been entered.

If we're a little sloppy with the mouse though and highlight the numbers (possibly making the UI think we're moving the numbers), the Report fails with the error:

An unexpected error occurred. Try refreshing the component.

TypeError: s.toLowerCase is not a function
    at https://your.url.here/bundle.js:2:9596913
    at v (https://your.url.here/bundle.js:2:9598851)
    at https://your.url.here/bundle.js:2:9619699
    at ti (https://your.url.here/bundle.js:152:1553619)
    at Ni (https://your.url.here/bundle.js:152:1561763)
    at Hl (https://your.url.here/bundle.js:152:1607754)
    at Ec (https://your.url.here/bundle.js:152:1592991)
    at _c (https://your.url.here/bundle.js:152:1592919)
    at wc (https://your.url.here/bundle.js:152:1592782)
    at hc (https://your.url.here/bundle.js:152:1589769)

This requires logging out and back in to the dashboard to make the Parameter Select report usable again.

alfredorubin96 commented 5 months ago

Thank you for your feedback, it will be out in the next release.

alfredorubin96 commented 5 months ago

Could you check that it works now?

geoffinfosecpersona commented 4 months ago

Alfredo,

Apologies for the delay in getting back, what version is this fixed in? We're still on 2.4.3 because of SSO auth issues with 2.4.4.

Thanks!

alfredorubin96 commented 4 months ago

It should've been fixed in 2.4.4, could you please check? If you get the same bug, please share a screen share and the dashboard json if possible.

geoffinfosecpersona commented 4 months ago

Alfredo,

Apologies, we can't check, as we're still on 2.4.3 because of SSO auth issues with 2.4.4.

geoffinfosecpersona commented 4 months ago

Alfredo, just moved to 2.4.4 and can validate that this bug has been squashed. Thank you!