You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
When using the Boolean slider widget, I receive the following error in the browser console: "An error occured while handling queued requests: Cannot set property "textContent" of null.".
You will be able to reproduce the error as follows: open a (popup) page with the boolean slider widget, close the page and repeat the previous steps (open and close again). The second time you tried to close the page, the error occurs.
If you have any questions, please let me know!
The text was updated successfully, but these errors were encountered:
@rvanosnabrugge, can you try the new MPK in your project and see if it resolves your issue. Seems to work in my testing.
@JelteMX , I put in a workaround for this issue as it was causing trouble in one of my projects as well. It seems that we lose our references to this.trueNode and this.falseNode when we get a callback from an attribute listener. Perhaps something wrong with _TemplatedMixin, or perhaps we're not destroying the widget properly?
I resolved this by adding _trueNode and _falseNode variables and setting them in PostCreate.
@tieniber thanks, I'll check it out. Maybe we need to restructure the widget. I've promised @rvanosnabrugge to take a look at it either this week or next week. Thanks for the workaround right now
When using the Boolean slider widget, I receive the following error in the browser console: "An error occured while handling queued requests: Cannot set property "textContent" of null.".
You will be able to reproduce the error as follows: open a (popup) page with the boolean slider widget, close the page and repeat the previous steps (open and close again). The second time you tried to close the page, the error occurs.
If you have any questions, please let me know!
The text was updated successfully, but these errors were encountered: