[Webkit-unassigned] [Bug 6185] CSS1: character styled with :first-letter is not selectable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 13 20:11:05 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=6185





--- Comment #6 from Joshua Lock (joshuagl) <joshua.lock at intel.com>  2012-06-13 20:11:04 PST ---
Created an attachment (id=147471)
 --> (https://bugs.webkit.org/attachment.cgi?id=147471&action=review)
Demonstrate more details

I have begun trying to understand this issue some and have discovered several additional details:

* If the selection begins with a :first-letter styled element the styled letter is not highlighted as selected (but is copied to the clipboard, more below). 
* However any following :first-letter styled elements are highlighted as selected.
* If the selection does not begin with a :first-letter styled element all selected contents are highlighted.
* The clipboard, once the selection is copied, includes the entire selection (rather than simply what is highlighted).
* But the length of the selection, when testing the extentOffset property of the selection object, does not match what I'd expect.

The attachment demonstrates each of the points above (except demonstrating pasting the copied selection).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list