Closed
Bug 1787088
Opened 2 years ago
Closed 2 years ago
Don't reframe for overflow changes on <input> / <textarea>
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
106 Branch
Tracking | Status | |
---|---|---|
firefox106 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
This is an optimization worth having. Also, fixes the symptoms from bug 1787062 (though not the underlying cause, will add a test-case there that reproduces without this change)
Assignee | ||
Comment 1•2 years ago
|
||
These frames don't honor overflow in any meaningful way, except for
textarea, where overflow inherits into its editing root.
That style change however should be handled on its own by reflowing
(thus avoiding the reframe).
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5193d7805274
Don't reframe for overflow changes in text controls. r=TYLin
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•