We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I do a left (mouse) click on the resize bar of a two pane FluentMultiSplitter the resize bar changes its position.
MainLayout.razor: <FluentLayout> <FluentHeader> BlazorApp </FluentHeader> <FluentStack Class="main" Orientation="Microsoft.FluentUI.AspNetCore.Components.Orientation.Horizontal" Width="100%"> <FluentMultiSplitter BarSize="8px"> <FluentMultiSplitterPane Size="250px" Resizable="true"> <NavMenu /> </FluentMultiSplitterPane> <FluentMultiSplitterPane > <FluentBodyContent Class="body-content"> <div class="content"> @Body </div> </FluentBodyContent> </FluentMultiSplitterPane> </FluentMultiSplitter> </FluentStack> <FluentFooter> <a href="https://www.fluentui-blazor.net" target="_blank">Documentation and demos</a> <FluentSpacer /> <a href="https://learn.microsoft.com/en-us/aspnet/core/blazor" target="_blank">About Blazor</a> </FluentFooter> </FluentLayout>
A mouse click on the resize bar should not change its position
see bug report description
The text was updated successfully, but these errors were encountered:
Will be fixed in the next Release with #2218 (a condition added to FluentMultiSplitter.razor.js)
FluentMultiSplitter.razor.js
Sorry, something went wrong.
No branches or pull requests
🐛 Bug Report
When I do a left (mouse) click on the resize bar of a two pane FluentMultiSplitter the resize bar changes its position.
💻 Repro or Code Sample
🤔 Expected Behavior
A mouse click on the resize bar should not change its position
😯 Current Behavior
see bug report description
💁 Possible Solution
🔦 Context
FluentMultiSplitter-Bar.mp4
🌍 Your Environment
The text was updated successfully, but these errors were encountered: