We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manual test https://github.com/WebPlatformForEmbedded/WPEWebKit/blob/wpe-2.46/ManualTests/onclick_in_noncontent.html fails with cog on WPEWebKit 2.46.4, 2.46.3, as well as 2.47.2 running on Wayland.
cog
I've tried both, the binaries provided by Archlinux as well as building directly from source myself.
How to reproduce:
cd /tmp wget https://raw.githubusercontent.com/WebPlatformForEmbedded/WPEWebKit/refs/heads/wpe-2.46/ManualTests/onclick_in_noncontent.html cog file:///tmp/onclick_in_noncontent.htm
Expected result: Alert message when clicking anywhere inside the TD element.
Actual result: No alert. onclick event doesn't fire.
The testcase itself works fine in other browsers, e.g.:
chromium --user-data-dir=/tmp/deleteme file:///tmp/onclick_in_noncontent.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Manual test https://github.com/WebPlatformForEmbedded/WPEWebKit/blob/wpe-2.46/ManualTests/onclick_in_noncontent.html fails with
cog
on WPEWebKit 2.46.4, 2.46.3, as well as 2.47.2 running on Wayland.I've tried both, the binaries provided by Archlinux as well as building directly from source myself.
How to reproduce:
Expected result:
Alert message when clicking anywhere inside the TD element.
Actual result:
No alert. onclick event doesn't fire.
The testcase itself works fine in other browsers, e.g.:
The text was updated successfully, but these errors were encountered: