Open markoweb2 opened 3 days ago
Is this on Wasm or Server?
Also, please confirm it is not a cached .lib.js file issue (hard refresh / clear cache)
This is on server with InteractiveServerRenderMode(false)
Did a clean solution, rebuild solution, CTRL+F5 in browser, doesn't seem to be a cache issue.
Ok, will try to take a look later today. Currently on airport wifi without PC.
π Bug Report
Just tested the new 4.10.3 build, the supposed fixes for
FluentTreeView
have made it even worse than before :(π» Repro or Code Sample
π€ Expected Behavior
The control should work and items should be selectable.
π― Current Behavior
Nothing is selectable in the
FluentTreeView
:π¦ Context
This is a regression from 4.10.2, the above code at least worked and everything was selectable.
The original issues were #2797 and #2798 . If you remove the
<ItemTemplate>
, then "test 2" and "sub test 2" become selectable, but not "test 1".Also, if you just use minimalist code:
Then you now end up with an endless flicker loop (also worse than before):
π Your Environment
OS = Windows Browser = Microsoft Edge, Google Chrome .NET and Fluent UI Blazor library Version = 8.0.10 and 4.10.3 Visual Studio 2022 (17.11.5)