RFR: 8303217: Webview loaded webpage is not showing play, volume related buttons for embeded Audio/Video elements [v7]
Jay Bhaskar
jbhaskar at openjdk.org
Tue Feb 28 15:01:30 UTC 2023
On Tue, 28 Feb 2023 14:41:59 GMT, Jay Bhaskar <jbhaskar at openjdk.org> wrote:
>> Issue: default html5 video element not showing media controls
>> Details: Media control design has been refactored in the current Webkit Gtk port. The CSS id
>> and properties related to media buttons, and slider have been removed, due to which the
>> media style mediaControlsAdwaita.css values are not being applied.
>> Solution: restored media control keywords and mapped to CSS keywords values.
>
> Jay Bhaskar has updated the pull request incrementally with one additional commit since the last revision:
>
> add test case
With this fix slider and media, controls are being rendered but the thumb part of the slider is missing. The thumb issue could be filed as follow on bug based on the current analysis. The investigation is in progress to fix it.
-------------
PR: https://git.openjdk.org/jfx/pull/1049
More information about the openjfx-dev
mailing list