Hello,
I discovered that the OnActivate is not called for panorama item index greater or equals than 2 when a conductor is used for a Panorama.
1- To reproduce the bug, open the solution provided. The solution comes from the open source project of Matt Hidinger. The bug is also reproducible in my project.
2- Add the following code in the HomeNewsViewModel and put a breakpoint.
protected override void OnActivate()
{
base.OnActivate();
}
3- Start the project (by default it is a WP 7 project). Swipe to the 3rd page and you'll see that breakpoint is reached.
4- Now, convert the project to WP8 and start the project. You'll see that the OnActivate is not called for the 3rd panorama item.
Thank you
ArchieCoder
Comments: Not a CM issue
I discovered that the OnActivate is not called for panorama item index greater or equals than 2 when a conductor is used for a Panorama.
1- To reproduce the bug, open the solution provided. The solution comes from the open source project of Matt Hidinger. The bug is also reproducible in my project.
2- Add the following code in the HomeNewsViewModel and put a breakpoint.
protected override void OnActivate()
{
base.OnActivate();
}
3- Start the project (by default it is a WP 7 project). Swipe to the 3rd page and you'll see that breakpoint is reached.
4- Now, convert the project to WP8 and start the project. You'll see that the OnActivate is not called for the 3rd panorama item.
Thank you
ArchieCoder
Comments: Not a CM issue