Completed
Last Updated: 01 Mar 2023 09:13 by ADMIN
Release 4.0.0 (18 Jan 2023) (R1 2023)

I recently upgraded the target framework to .NET 7 and the UI for Blazor package to 3.7. With this configuration in my WASM app, it looks like the OnClick event for the child buttons is sometimes not fired. It happens occasionally and not for all child buttons.

===

ADMIN EDIT

===

Last working version: UI for Blazor 3.6.1. and .NET 6. You may revert to that configuration until the fix is live.

 

Completed
Last Updated: 05 Aug 2024 13:30 by ADMIN
Release 6.1.0
Created by: Anders
Comments: 0
Category: SplitButton
Type: Bug Report
3
Setting the Id parameter assigns the same Id to both the primary and dropdown button HTML elements, which leads to redundancy.
Completed
Last Updated: 03 Sep 2024 12:54 by ADMIN

REPL example:

https://blazorrepl.telerik.com/wIEiduuB379xcqGZ08

Steps to reproduce:

  1. First click on the primary button. The dropdown does not open which is expected.
  2. After that click on the arrow button. The dropdown does not open, but it should.

Last working version is 6.0.2:

 https://blazorrepl.telerik.com/coOiRYkB42URZx2823

Completed
Last Updated: 20 Nov 2023 08:46 by ADMIN
Release 5.1.0 (31 Jan 2024) (R1 2024)

I am experiencing an issue with UI for Blazor's SplitButton. When I click on the dropdown arrow initially, it correctly expands the dropdown list area. However, while the dropdown list area is expanded, if I click the arrow again, it does not close it, leaving the dropdown list area expanded. The exact behavior appears to be that the dropdown collapses while the mouse is pressed down over the arrow button, but when the mouse is released, the dropdown list area expands again.

Reproduction: https://blazorrepl.telerik.com/QnlPPdvv50aUXSKO14.

The desired behavior is that the split button arrow would toggle the dropdown list between expanded and collapsed states.