[Webkit-unassigned] [Bug 58800] Delete removes two characters at a time in a container that has :first-letter applied to it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 7 02:02:02 PDT 2012


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





--- Comment #8 from Antaryami Pandia (apandia) <antaryami.pandia at motorola.com>  2012-06-07 02:02:01 PST ---
As I have mentioned in my previous analysis, the issue is caused by using renderTextFragments offsets while calculating the offsets position. I have been working on to find some solution and I have below ideas:

1. We should make RenderTextFragment child of text renderer (also suggested by Levi in bug 45174).
2. We should implement first-letter in the same way first-line is implemented.
   - I checked the selector spec and I think it didn't mandate in specific internal implementation (http://www.w3.org/TR/css3-selectors/). Please correct me if my understanding is wrong.

I am trying to figure out other options. Request you to provide feedback on the above mentioned options.

-- 
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