Closed
Bug 1311839
Opened 8 years ago
Closed 8 years ago
Searching for links highlights everything *except* links
Categories
(Toolkit :: Find Toolbar, defect)
Toolkit
Find Toolbar
Tracking
()
RESOLVED
DUPLICATE
of bug 1309207
People
(Reporter: simon.lindholm10, Unassigned)
References
(Blocks 1 open bug)
Details
On an arbitrary page, press ' to do a link search and type, say, "a". Note how every "a" on the page gets highlighted, except for the ones in links.
I suppose the following:
// Deal with links-only mode here.
if (linksOnly && this._rangeStartsInLink(range))
continue;
in _findAllRanges, FinderIterator.jsm is missing a negation.
Comment 1•8 years ago
|
||
You're absolutely right! I've got a fix ready in bug 1309207.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•