Bug 23571
Summary: | Find-in-page hangs in an infinite loop when searching backwards | ||
---|---|---|---|
Product: | WebKit | Reporter: | Steven Winship <steven.winship> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | darin |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | All | ||
OS: | Linux |
Steven Winship
TextIterator.cpp findPlainText() loops infinitely when searching backward.
I removed the extraneous "goto tryAgain;" that follows the "if (forward) break;" to fix it locally.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Darin Adler
*** This bug has been marked as a duplicate of 23475 ***