Bug 4070
Summary: | Find in plain text won't find only occurrence if it overlaps selection | ||
---|---|---|---|
Product: | WebKit | Reporter: | John Sullivan <sullivan> |
Component: | WebKit Misc. | Assignee: | John Sullivan <sullivan> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 412 | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
John Sullivan
To reproduce:
1. Open a plain text document in Safari.
2. Find some text that only occurs once on the page
3. Create a selection that overlaps the text you noted in step 2, but does not entirely encompass it
4. Command-F to bring up Find UI, and search for the text you noted in step 2
This should find the only instance of the text, but fails to do so. This works correctly in HTML.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
John Sullivan
It seems that PDFs would have this same bug, though I tested just now and could not reproduce the
problem in a PDF. We should understand why.
John Sullivan
PDFs don't have this same bug because we search the entire PDF in the wrap case; this is the same
behavior as HTML.
John Sullivan
Checked in fix.