Skip to content
#

blazor-components

Here are 97 public repositories matching this topic...

MudBlazor
SigurdJanson
SigurdJanson commented May 1, 2022

Bug type

Other

Component name

No response

What happened?

The enum value OverflowBehavior.FilpOnOpen works. The correct spelling OverflowBehavior.FlipOnOpen does not.

Expected behavior

Rename the value to OverflowBehavior.FlipOnOpen

Reproduction link

https://github.com/MudBlazor/MudBlazor/blob/dev/src/MudBlazor/Enums/OverflowBehavior.cs

Reproduction steps

bug good first issue
bUnit

bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.

  • Updated May 21, 2022
  • C#
FairPlayTube
efonsecab
efonsecab commented Feb 22, 2022

Describe the bug
In some mobile devices the videos are not playing, the player just stays on a black screen.

To Reproduce
Steps to reproduce the behavior:

  1. Select a video
  2. Click the play button

Expected behavior
The videos play correctly on all mobile devices

help wanted good first issue

Improve this page

Add a description, image, and links to the blazor-components topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the blazor-components topic, visit your repo's landing page and select "manage topics."

Learn more