Skip to content

HTML Visual Duplication Bug #1

Description

@Mitochondria2000
Image

There's a page rendering an extra copy of the app content in the browser, causing a duplicate “Mouse Fault” section to appear when scrolling down. This appears to be caused by duplicated HTML markup being included in the document, which results in the interface being rendered twice. The issue affects the visual layout and can confuse users.

Simple fix: remove the extra html code from line 142 till 287, then add '<script src="script.js"></script>' above the '</. body> </. html>'

More like this:

'''<script src="script.js"></script>
</. body>

</. html> '''

That way, you should definitely remove the HTML visual duplication bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions