[Webkit-unassigned] [Bug 229923] [Gtk] Desktop version of imgur.com displays a gray screen and a few JavaScript errors
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 11 05:32:43 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=229923
Pedro Paulo <pedropaulosuzuki1 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pedropaulosuzuki1 at gmail.com
--- Comment #3 from Pedro Paulo <pedropaulosuzuki1 at gmail.com> ---
Confirmed on GNOME Web 41.3 / WebkitGTK 2.34.3.
Imgur uses a web structure like this:
```html
<!DOCTYPE html>
<html>
<head> <!-- stuff here --> </head>
<body>
<div id="root"> <!-- all important stuff here --> </div>
</body>
</html>
```
Everything is just appended to the "root" div, and it seems that on GNOME Web 41.3 nothing gets appended there. So it is probably some issue with the Javascript code on that website, which I didn't test yet.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220111/ca3ff37e/attachment-0001.htm>
More information about the webkit-unassigned
mailing list