Jonathan Diehl

Results 24 comments of Jonathan Diehl

You actually should not use any boilerplate repo to publish a widget for the marketplace but instead use the process described here: https://docs.mendix.com/howto/extensibility/create-a-pluggable-widget-one/

Thanks for the suggestion! I like that you want to make the example more realistic by using a Figma export. Maybe we can extend that and use something more interesting...

Since I cannot reproduce the problem on my machine, I am not sure how to help you with the issue. My suggestion would be to try running the ClientServer example...

Sorry for the late answer. Is this still an issue or did you resolve this somehow?

Does this patch resolve the issue?

To retrieve their values, look at the most recent tracepoint of the file.

I am not sure Dennis or I will be able to address this issue in the near future as we both are pretty swarmed by a new job. If anyone...

Sure thing, thanks for putting effort into this! Would hate to see the debugger go away

This happens because the event is handled by that function so first the eventlistener breaks and then the function.start tracepoint. It is nevertheless not trivial to detect this as our...

This also happens when element.addEventListener(...) is used