Replies: 4 comments 2 replies
|
I am also experiencing this. It is probably worth creating an issue. |
|
Similar issue, but with ComboBox. with the added bitterness that when their are two combo boxes are in the same data template, the second comboBox (in flow order) will not fire changed events for the view model. I worked around it by wrapping my second combobox in a content control and binding to the same model. Still gets the "[Control] PlatformImpl is null, couldn't handle input. (PresentationSource" debug message, but at least I can capture and complete combo box changes on the "2nd" combo box. |
|
Same issue for me, also with ComboBox'es, when selecting an item. "My" work-around: Schedule a dispatch to the UI thread to do the corresponding action.
|
|
FYI, an issue has already created for this a while ago. Cheers! |
Uh oh!
There was an error while loading. Please reload this page.
Hi!
This isn't much of an "issue", but after upgrading Avalonia from v11.3.6 to v11.3.7 yesterday, I started getting
[Control] PlatformImpl is null, couldn't handle input. (PopupRoot [some number])in the debug output window every time I click on a flyout menu.
Everything seems to be working fine except this message showing up. It's not a big deal at all, but I thought I just let you know.
All reactions