Skip to content

Resizing the window is very slow #37

@sedwards2009

Description

@sedwards2009

When Extraterm contains many frames (~100) it can take seconds for the window to update after a resize. The same applies when splitting/unsplitting the window panes.

Most of the problem is caused by the uncoordinated update of the DOM by the hundreds of CodeMirror instances. This thrashes the browser DOM and causes a lot of unneeded layouts and work.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions