BlazorStrap icon indicating copy to clipboard operation
BlazorStrap copied to clipboard

BSToolTip Bug

Open MasterSkriptor opened this issue 3 years ago • 3 comments

BSToolTip freezes the UI after it shows a tool tip. This stops the buttons from firing click events.

This was the setup I had when I ran into this bug.

<BSButton DataId="deactivateCustomer" Size="Size.ExtraSmall" Color="BSColor.Light" OnClick="Customer_Deactivate" 
                   IsDisabled="@(Customer.Status == "Inactive")">
           <span class="oi oi-trash text-danger"></span>
</BSButton>
<BSTooltip Target="deactivateCustomer" Placement="Placement.Top">Deactivate Customer</BSTooltip>

If I get a chance I will look into fixing this, but I am pretty busy these days.

BTW, BlazorStrap 5 is looking great!

MasterSkriptor avatar Mar 28 '22 00:03 MasterSkriptor

Taking a look at this one

zandermar18 avatar Apr 11 '22 04:04 zandermar18

Hey @MasterSkriptor, I was unable to reproduce this bug. See my fork for the reproduction attempt and let me know if I'm missing anything here.

zandermar18 avatar Apr 11 '22 05:04 zandermar18

This was most likely fixed by #532.

uecasm avatar Jun 22 '22 08:06 uecasm