[Webkit-unassigned] [Bug 13153] REGRESSION: Visual highlighting of pre-populated blank line in textarea is broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 23 02:56:34 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13153





------- Comment #3 from mitz at webkit.org  2007-03-23 02:56 PDT -------
The root cause is the way pre-wrapped text behaves in WebCore. If you take
something like
<pre>

foo

</pre>
and double- or triple-click the first (empty) line, nothing will be
highlighted. Similarly if you triple-click "foo" only "foo" will be
highlighted, not the entire line.

When you enter the text manually, <br> elements are generated for the empty
lines. Those highlight correctly.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list