MicrosoftEdge / MicrosoftEdge/WebView2Feedback

Html Audio Control: Can't set currentTime

Open
#3,422 19 comments 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

bug tracked
Dominant language
PowerShell
Stars
526
Forks
67
PR merge metrics
No merged PRs in 30d

Description

Description
WinForms with
Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView

When adding an html control to a razor page in a WinForms app,
you are unable to advance the time bar, which corresponds to the audio.currentTime property.

The same bug exists in a Maui Blazor App
The bug does not exist in a regular Blazor Server App.

The Pause, Volume and Playback Speed work just fine.

image

image

Project Sdk="Microsoft.NET.Sdk.Razor">
PropertyGroup>
OutputType>WinExe
TargetFramework>net7.0-windows
UseWindowsForms>true
ImplicitUsings>enable
/PropertyGroup>
ItemGroup>
PackageReference Include="Microsoft.AspNetCore.Components.WebView.WindowsForms" Version="7.0.81" />
/ItemGroup>
/Project>

AB#44489621

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.