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
Looks like issue #5 from the Avalonia 10 version is back. We have tested the Avalonia 11 version of the framework pretty thoroughly and this is the only issue we have right now. The ReloadingProblemSample you have demonstrates this really well. Weirdly it seems like the OldChild of the DockContentPresenter is a TextBlock both in our app and in your sample, regardless of what it's supposed to be. I think the interaction between your PropertyChanged handler and Avalonia's might be messing each other up, possibly some of the default Avalonia code is running that should be overridden. I see both your CreateChild and Avalonia's running sometimes.
If you could try to look into this sooner rather than later that would be super appreciated, we're really under the gun to deliver automation features.
Thanks for this great framework!!!!!!!
The text was updated successfully, but these errors were encountered:
Looks like issue #5 from the Avalonia 10 version is back. We have tested the Avalonia 11 version of the framework pretty thoroughly and this is the only issue we have right now. The ReloadingProblemSample you have demonstrates this really well. Weirdly it seems like the OldChild of the DockContentPresenter is a TextBlock both in our app and in your sample, regardless of what it's supposed to be. I think the interaction between your PropertyChanged handler and Avalonia's might be messing each other up, possibly some of the default Avalonia code is running that should be overridden. I see both your CreateChild and Avalonia's running sometimes.
If you could try to look into this sooner rather than later that would be super appreciated, we're really under the gun to deliver automation features.
Thanks for this great framework!!!!!!!
The text was updated successfully, but these errors were encountered: