Wasm CommandBar Command Bindings in DataTemplate with ElementName #6600
-
App1.zip As my first trial in Uno platform i decided to move an exisitng wpf application for UWP and WASM platforms. I have attached an application showing problems: 1- CommandBar buttons (AppBarButton) command binding in DataTemplate with ElementName does not work in CommanBar in a DataTemplate for WASM, though they are fine in UWP.
2- The "see more" [...] button of CoomandBar have probles in WASM: 3- Tooltips does not work for controls in WASM. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Thanks for the reports! The CommandBar control is a control that we're currently working on to get in a better shape; it's a custom implementation that is somehow farther from the original implementation in WinUI. We'll have more to share soon that should adress your second point. The first issue is particularly interesting. It should be working fine and Uno definitely having some trouble finding the For the last point, the tooltips are showing up properly in my case, though I'm wondering if it could be a language issue. What's the value of |
Beta Was this translation helpful? Give feedback.
Thanks for the reports! The CommandBar control is a control that we're currently working on to get in a better shape; it's a custom implementation that is somehow farther from the original implementation in WinUI. We'll have more to share soon that should adress your second point.
The first issue is particularly interesting. It should be working fine and Uno definitely having some trouble finding the
ElementName
in that context. Here's a smaller issue reproducing this: #6602For the last point, the tooltips are showing up properly in my case, though I'm wondering if it could be a language issue. What's the value of
CultureInfo.CurrentCulture
when running in your browser?