Project

General

Profile

Actions

Defect #43742

closed

Missing #wrapper positioning may increase reflow cost

Added by Jimmy Westberg 23 days ago. Updated 9 days ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Performance
Target version:
Resolution:
Fixed
Affected version:

Description

I have an issue type with a lot of long text input (full width). In the desktop mode the input latency was average 2000ms but in phone mode it was below 10ms. I looked at the wrapper element and this fixed my issue in desktop mode:

#wrapper {
    position: relative;
}

Files

Actions

Also available in: Atom PDF