[Webkit-unassigned] [Bug 54598] Trailing tabs in a textarea become unselectable under certain conditions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 5 11:58:45 PDT 2011


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adele at apple.com,
                   |                            |darin at apple.com,
                   |                            |justin.garcia at apple.com




--- Comment #10 from Ryosuke Niwa <rniwa at webkit.org>  2011-04-05 11:58:44 PST ---
Upon further investigation, I figured out that the bug reproduces iff word-wrap is set to break-word. So the problem doesn't reproduce in the following div:
<div style="width: 7ex; font-size: 1em; white-space: pre-wrap; -webkit-line-break: normal; word-wrap: normal;" contenteditable></div>

but reproduces in:
<div style="width: 7ex; font-size: 1em; white-space: pre-wrap; -webkit-line-break: normal;" contenteditable></div>

because contenteditable element automatically gets word-wrap: break-word.

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