Closed
Bug 1310423
Opened 9 years ago
Closed 9 years ago
delay between scrolling to find result and highlighting it as the current match
Categories
(Toolkit :: Find Toolbar, defect)
Toolkit
Find Toolbar
Tracking
()
RESOLVED
FIXED
People
(Reporter: froydnj, Unassigned)
References
(Blocks 1 open bug)
Details
STR:
1. Go to https://public-artifacts.taskcluster.net/LYvm8eBIS7SP4oPI329XZw/1/public/logs/live_backing.log
2. Search for UNEXPECTED.
3. Goto the next match (Control-G, Command-G, etc.)
Expected results:
When the new match scrolls into view, it is immediately highlighted as the current match.
Actual results:
When the new match scrolls into view, it is shown as a potential match (highlighted in white) and there is a noticeable delay before it is highlighted as the current match (highlighted in white).
Comment 1•9 years ago
|
||
Hi Nathan, this is basically due to the performance issue you filed before. I think, with current Nightly, you'll notice that we're using the old-style highlights in your example document, which is able to render much faster.
To make the modal highlighting mode work faster, we need some platform gfx optimization/ perf tracing work to get it there. But that seems a long way from today.
Regardless, I do think that reverting to the old mode resolves this issue.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•