Bug 16875
Summary: | Text selection omits initial character of paragraph | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mark Rowe (bdash) <mrowe> |
Component: | Text | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 | ||
URL: | http://haineault.com/blog/39/ |
Mark Rowe (bdash)
Steps to reproduce:
1. Load the URL.
2. Triple click on "Today I feel like bashing flash."
3. Notice that the "T" of "Today" is not selected, but the "W" from the following paragraph is.
4. Hit copy, then paste into TextEdit.
5. Note that the "T" is omitted, as is the "W" which appeared to be selected.
This occurs for me in Safari 3.0.4 and in TOT. A similar problem occurs if I click and drag to select the entire article -- the first letter of each paragraph is omitted from the copy.
Potentially relevant portion of the style sheet:
p:first-letter {
font-size:1.1em;
}
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
<rdar://problem/5688237>
mitz
*** This bug has been marked as a duplicate of 6185 ***