[Webkit-unassigned] [Bug 35935] contentEditable with <PRE> not wrapping correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 20 23:32:09 PDT 2012


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





--- Comment #7 from Pravin D <pravind.2k4 at gmail.com>  2012-06-20 23:32:08 PST ---
(In reply to comment #6)
> word-break: break-word has been applied to editable content since http://trac.webkit.org/changeset/7838.
> 
> We need to first figure out what other browsers do.
>

Initial guess is that other browsers do not enforce any kind of word-wrap/break on editable content.


<div contenteditable="true" style="height:50px;overflow:auto;width:500px;">
SOMEFILLERTEXTSOMEFILLERTEXTSOMEFILLERTEXTSOMEFILLERTEXTSOMEFILLERTEXT
</div>

Running the above code snippet will show that the word wraps only on webkit browsers... On IE, FF and Opera its not the case...

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