From 77c6e7b67cac224d77d9224a81e80eea68b7c3fe Mon Sep 17 00:00:00 2001 From: "aaronl%netscape.com" Date: Thu, 18 Jul 2002 14:19:31 +0000 Subject: [PATCH] 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 --- mozilla/extensions/typeaheadfind/nsTypeAheadFind.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/extensions/typeaheadfind/nsTypeAheadFind.cpp b/mozilla/extensions/typeaheadfind/nsTypeAheadFind.cpp index 3f0e4cb61c9..67c3a946e08 100644 --- a/mozilla/extensions/typeaheadfind/nsTypeAheadFind.cpp +++ b/mozilla/extensions/typeaheadfind/nsTypeAheadFind.cpp @@ -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; }