electronstudio / WeylusCommunityEdition

A build of Weylus that includes patches from the Weylus community.
Other
47 stars 0 forks source link

Lots of TypeErrors reading: Cannot read properties of undefined (reading 'width') Error object: {} #10

Open michaelcadilhac opened 1 week ago

michaelcadilhac commented 1 week ago

I simply connected to an instance of Weylus. The client side shows a very large number of:

ERROR: http://192.168.1.136:1701/lib.js:L2:6265: Uncaught TypeError: Cannot read properties of undefined (reading 'width') Error object: {}

In the console, this reads:

TypeError: Cannot read properties of undefined (reading 'width')
    at new it (lib.js:2:6265)
    at st.onEvent (lib.js:18:3791)
    at e.onpointerleave (lib.js:18:3018)
electronstudio commented 1 week ago

What Weylus version and what web browser client?

electronstudio commented 1 week ago

ok i've reproduced with chrome and weylus 2024.9.8. Now need to work out which patch causes it...

electronstudio commented 1 week ago

Can you confirm it doesn't happen with https://github.com/electronstudio/WeylusCommunityEdition/releases/tag/2024.8.3 ?

michaelcadilhac commented 1 week ago

I can confirm, yes.