[Webkit-unassigned] [Bug 234721] [GTK] imgur is broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 11 05:16:50 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=234721

Pedro Paulo <pedropaulosuzuki1 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pedropaulosuzuki1 at gmail.com

--- Comment #1 from Pedro Paulo <pedropaulosuzuki1 at gmail.com> ---
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/f18e8da2/attachment.htm>


More information about the webkit-unassigned mailing list