Open
Bug 1663150
Opened 5 years ago
Updated 2 years ago
number of matches is incorrect. i.e. sometimes indicates as 1 of 1 match
Categories
(Core :: Find Backend, defect)
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox82 | --- | affected |
People
(Reporter: alice0775, Unassigned)
Details
STR:
- Open https://tc39.es/ecma262/
- Find "integer" in page
---The Find bar indicates 1 of 514 matches - Press F3 key and repeats
Actual results:
Sometimes 1 of 1 match
Expected results:
n of 514 matches in this case
This is not a recent regression.
Comment 1•2 years ago
|
||
Triaging as S3.
Definitely seems weird, I suspect we're just trying to count all the matches & sometimes we give up or run out of time (due to the page being extremely large) before some timer expires, or something along those lines, and we decide it's better to show something rather than hanging to find the count.
(In a perfect world we'd probably preserve the count as you jump between matches rather than recomputing it)
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•