[Possible bug] isolate: true and addView

Today I stumbled upon this issue. I suspect it’s a bug and I can work around it for now, but I thought I’d share it:

Description

Views added to a view with isolate: true are not isolated.

How to reproduce the issue

I made a simple snippet to pinpoint the issue. Uncomment line 12 or 15.

Expected result

The view added with addView should be isolated and only accessible with $$("parent").$$("myview").

Observed result

The view can not be accessed with the mentioned method, but instead with $$("myview").

Yes, you’re right. Thanks for pointing the issue, we’ll fix it in one of the next versions.

Thanks (once again) for the quick response. I’m looking forward to downloading the fixed version.