[Webkit-unassigned] [Bug 114227] Text selected with double-click gets unselected after DOM modification

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 20 09:13:45 PDT 2013


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





--- Comment #18 from Santosh Mahto <santosh.ma at samsung.com>  2013-10-20 09:12:30 PST ---

> 
> > LayoutTests/editing/selection/double-click-selection-with-dom-mutation.html:4
> > +    <meta charset="utf-8">
> 
> Do we really need this?
>yes, to display arrow around "this".

> > LayoutTests/editing/selection/double-click-selection-with-dom-mutation.html:26
> > +            if (workaroundPreserveEnd) {            // the original node should contain its original end
> > +                newNode.data = container.data.slice(0, offset);
> > +                container.deleteData(0, offset);
> > +                container.parentNode.insertBefore(newNode, container);
> > +            } else {                                // the original node should contain its original beginning
> 
> We don't normally align comments like.

cleaned..

@rniwa: Please review further..

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