Closed
Bug 6771
Opened 26 years ago
Closed 26 years ago
Selecting in view source window unacceptably slow.
Categories
(Core :: DOM: Selection, defect, P3)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: sfraser_bugs, Assigned: mjudge)
Details
On the default browser page, do 'Page source' to open the view source window.
Try selecting text. Selection is very slow, and there is a lot of excess
flickering while redrawing the text selected.
Reporter | ||
Updated•26 years ago
|
Target Milestone: M6
Reporter | ||
Comment 1•26 years ago
|
||
There is some excess redrawing that the selection code is doing for
historical reasons (working around compositor bugs) that no longer needs to
happen. We have a simple fix.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
it is now just slow from unacceptably slow so i am resolving this. Selection
slowness if noticed from now on will be fixed by solving the GetPrimaryFrame
method by Troy Chevalier when he returns
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
199952108 builds. VERIFIED. Selection is now just 'slow'...
Per a request from Selection and Search component eng (mjudge) and qa (elig),
moving all "Selection and Search" bugs to new "Selection" component. Original
"Selection and Search" component will be retired.
You need to log in
before you can comment on or make changes to this bug.
Description
•