| Summary: | Media controls tracks menu shows "Auto" selected instead of track selected via the JS API | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> | ||||||
| Component: | Media | Assignee: | Antoine Quint <graouts> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | eric.carlson, ews-watchlist, glenn, graouts, jer.noble, joepeck, oren.me, philipj, sergio, webkit-bug-importer | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | WebKit Nightly Build | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Attachments: |
|
||||||||
|
Description
Antoine Quint
2020-04-30 06:17:41 PDT
It's also possible we're interpreting the value of captionDisplayMode incorrectly and that this value being set to "true" shouldn't override an individual text track as showing selected. Haven't had the chance to see if this regressed. Created attachment 398226 [details]
Patch
Comment on attachment 398226 [details]
Patch
Thanks you!
Committed r261084: <https://trac.webkit.org/changeset/261084> All reviewed patches have been landed. Closing bug and clearing flags on attachment 398226 [details]. Happy you were able to fix this issue, I reported this more than a year ago https://bugs.webkit.org/show_bug.cgi?id=195046 as this kept coming from users and was especially annoying with inline playback feature where users started inline, used html rendered controls and selected language(this is the change via JS api) and then when moving to fullscreen which is the native iOS player then the tracks UI there was not updated to reflect the change (In reply to Oren Me from comment #7) > Happy you were able to fix this issue, I reported this more than a year ago > https://bugs.webkit.org/show_bug.cgi?id=195046 as this kept coming from > users and was especially annoying with inline playback feature where users > started inline, used html rendered controls and selected language(this is > the change via JS api) and then when moving to fullscreen which is the > native iOS player then the tracks UI there was not updated to reflect the > change Hi Oren. I wasn't aware of this bug. Hopefully the fix for this bug fixes the one you reported. Thanks, surely sounds like the same so hope it does. When will it be available for testing? |