| Summary: | [GTK] imgur is broken | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | bugs-noreply, mcatanzaro, pedropaulosuzuki1 |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
Michael Catanzaro
2021-12-28 06:10:03 PST
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.
Also, this seems like a duplicate of #229923 <https://bugs.webkit.org/show_bug.cgi?id=229923> (In reply to Pedro Paulo from comment #2) > Also, this seems like a duplicate of #229923 > <https://bugs.webkit.org/show_bug.cgi?id=229923> Yup *** This bug has been marked as a duplicate of bug 229923 *** |