Closed heuvelb closed 5 years ago
The issue has to do, that the (Mendix) Javascript engine thinks that the previous widget still is alive and subscribed to that object an therefor each update is triggered. I'm searching how to unscribe the widget properly by an destroy event of the widget.
New version 1.2.0 has been released in the appstore containing the fix for this issue!
Hi Joël,
I just spoke with Pim about the widget and he advised me to create an issue for the Slide Out (context) widget. The issue I'm facing is this:
Hopefully this provides some info, if I can be of service by showing the issue real-time with Skype, feel free to contact me (bart.van.den.heuvel@enexis.nl)
Edit: I've created a quick demo project to demonstrate this behaviour. Steps to reproduce the issue:
A dirty fix is done by myself by editing the buildstring function starting at line 219 in SlideOutContext.js.
TestWidget.zip