[Webkit-unassigned] [Bug 32123] cursor movement and text selection does not work well if a block is followed by an inline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 25 11:42:48 PDT 2010


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





--- Comment #4 from Ojan Vafai <ojan at chromium.org>  2010-03-25 11:42:47 PST ---
(From update of attachment 50210)
> +++ b/LayoutTests/editing/selection/range-between-block-and-inline.html
> @@ -0,0 +1,17 @@
> +<html>
> +<head>
> +<script>
> +function doTest()
> +{

Maybe add a comment that this is testing a selection paint bug and so it needs
to be a pixel test?

> +    var range = document.createRange();
> +    range.selectNode(document.getElementById("target"));
> +    document.getSelection().addRange(range);
> +}

The code changes look correct to me.

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