Closed
Bug 10687
Opened 26 years ago
Closed 26 years ago
[DOGFOOD] Insert text performance problems
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M10
People
(Reporter: buster, Assigned: mozeditor)
References
()
Details
(Whiteboard: [Perf])
Joe's insert text handler is recursive, and will be very slow for large text
insertions. Needs to be iterative and factored better.
![]() |
Assignee | |
Comment 1•26 years ago
|
||
accepting bug
![]() |
Assignee | |
Comment 2•26 years ago
|
||
setting milestone to m9
![]() |
||
Updated•26 years ago
|
Target Milestone: M9 → M10
![]() |
||
Comment 4•26 years ago
|
||
Helping Steve triage M9 bugs - Moved to M10
![]() |
Assignee | |
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
![]() |
Assignee | |
Comment 5•26 years ago
|
||
fixed - insert text call no longer recursive. Sujay, should I verify this too?
![]() |
Assignee | |
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
![]() |
Assignee | |
Comment 7•26 years ago
|
||
verifying....
You need to log in
before you can comment on or make changes to this bug.
Description
•