Integrated: 8301022: Video distortion is observed while playing youtube video
Jay Bhaskar
jbhaskar at openjdk.org
Thu Feb 23 13:15:25 UTC 2023
On Wed, 22 Feb 2023 07:46:58 GMT, Jay Bhaskar <jbhaskar at openjdk.org> wrote:
> Issue: current update is breaking the rendering of media controls on youtube video playback
> For the Webkit Gtk platform, the layout class name is returned as AdwaitaLayoutTraits
> which is incompatible with the JAVA platform.
> Solution: Use mediaControlsAdwaitaJavaScript and mediaControlsAdwaitaUserAgentStyleSheet
> which is compatible with RenderThemeJava.
> Test: After the fix, open youtube.com and play any video, mouse hover on the video area, control should come up.
> Without the fix, open youtube.com and play any video, mouse hover on the video area, and the control
> should come up overlapping with each other.
This pull request has now been integrated.
Changeset: 14883a29
Author: Jay Bhaskar <jbhaskar at openjdk.org>
Committer: Kevin Rushforth <kcr at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/14883a296ac08a91fc24570a7479a6c8c2117643
Stats: 1527 lines in 4 files changed: 1527 ins; 0 del; 0 mod
8301022: Video distortion is observed while playing youtube video
Reviewed-by: kcr, hmeda
-------------
PR: https://git.openjdk.org/jfx/pull/1045
More information about the openjfx-dev
mailing list