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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 27 17:42:04 PDT 2010


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rniwa at webkit.org




--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org>  2010-10-27 17:42:04 PST ---
(In reply to comment #0)
> When I enable contenteditable on a div that contains a <PRE> tag it disable word wrapping. Doesn't do this on any other browser. This is Chrome and Safari on Windows and Macs.
> 
> Would really like to see this working as I can only use it with an iframe which is horrible.

Are you saying that the content in word-wrapping of the div doesn't work if it contains any pre?  That seems to work for me:

<div style="width: 10ex; border: solid 1px black;" contenteditable=""><pre>hello world WebKit</pre></div>

It'll be greatly appreciated if you can give us sample markup that demonstrates the issue.

(In reply to comment #1)
> Can somebody please at least tell me if I'm wasting my time chasing this bug fix?

No, you're not wasting your time.  But we have 350+ bugs just for editing, and it's hard for us to go through every one of them especially you don't cc anyone on the bug.  We have bugs that are 5+ years old and have never been fixed.  In the future, please describe detailed reproduction steps, and cc people who are familiar with the area.   http://trac.webkit.org/wiki/WebKit%20Team has a list of WebKit contributors and their area of expertise.

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