[Webkit-unassigned] [Bug 61484] When copying a wrapped block of text, all whitespace before a word may be eaten

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 26 05:46:24 PDT 2011


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





--- Comment #2 from Bartosz Brachaczek <b.brachaczek at gmail.com>  2011-05-26 05:46:25 PST ---
Hmm, you figured out that bug 54598 reproduces iff word-wrap is set to break-word. But I figured out that this bug reproduces iff white-space is set to normal or pre-line (doesn't reproduce with pre-wrap and obviously with pre and nowrap as well as they disable wrapping at all) and word-wrap doesn't affect it.

It reproduces with:

<div style="word-wrap: normal; white-space: normal;"><span>text text text text text text text text</span> <span>text text text text text text text text</span></div>

as well as with:

<div style="word-wrap: break-word; white-space: normal;"><span>text text text text text text text text</span> <span>text text text text text text text text</span></div>

But doesn't reproduce with:

<div style="word-wrap: break-word; white-space: pre-wrap;"><span>text text text text text text text text</span> <span>text text text text text text text text</span></div>

Though, I haven't tried your patch from bug 54598.

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