[Webkit-unassigned] [Bug 125597] mo text does not appear in dumpAsText output

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 13 09:43:06 PST 2013


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





--- Comment #7 from Frédéric Wang <fred.wang at free.fr>  2013-12-13 09:41:16 PST ---
(In reply to comment #6)
> (In reply to comment #4)
> > Indeed, the patch for bug 124838 seems to break text selection of token elements.
> 
> That is an even-more-fundamental issue with the same underlying cause: A render tree that is not linked to a DOM tree in the usual way. Text selection is done by other editing code and is not handled by the text iterator, so text iterator changes will not fix that.
> 
> We may need to use a shadow DOM approach as elements like the slider do rather than just creating a set of renderers. Not really my area of expertise.

Yes, I've been able to get something for the text output but not the selection. If that's too complicated, I'll first try to do the refactoring that is necessary for 99620 on the mo element only and come back to this later.

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