Not part of build. Bug 30088 - type ahead find. Fixes problem with type ahead find locking up

git-svn-id: svn://10.0.0.236/trunk@125460 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
aaronl%netscape.com
2002-07-18 14:19:31 +00:00
parent 1b134606f6
commit 77c6e7b67c

View File

@@ -728,6 +728,7 @@ nsresult nsTypeAheadFind::FindItNow(PRBool aIsRepeatingSameChar, PRBool aIsLinks
(aIsRepeatingSameChar && !isStartingLink) || (aIsLinksOnly && !isInsideLink)) {
// ------ Failure ------
// Start find again from here
returnRange->CloneRange(getter_AddRefs(startPointRange));
startPointRange->Collapse(PR_FALSE); // collapse to end
continue;
}