[Webkit-unassigned] [Bug 60219] Unable to Paste After Deleting Text from Input due to -webkit-user-select

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 4 17:35:01 PDT 2011


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





--- Comment #7 from Joseph Pecoraro <joepeck at webkit.org>  2011-05-04 17:35:01 PST ---
(In reply to comment #4)
> (From update of attachment 92333 [details])
> It seems like what we want to walk trees until we hit some
> text node, no?  what if there was img, input, etc...? Should
> we stop the search before them?

I like this idea. Changing the while condition to walk up to
the first TextNode didn't fix this case and caused at least
one other test to fail:

    editing/pasteboard/paste-plaintext-user-select-none.html

I think, with Darin's r+, I'll land this now. I also like the idea
of maybe using something different as a placeholder in this
situation, but I won't attempt that here.

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