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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user