[Webkit-unassigned] [Bug 37792] bugs.webkit.org: should not hard-wrap comment lines exceeding 80 characters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 19 01:54:50 PDT 2010


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


Maciej Stachowiak <mjs at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjs at apple.com




--- Comment #3 from Maciej Stachowiak <mjs at apple.com>  2010-04-19 01:54:49 PST ---
(In reply to comment #2)
> Hmm, I guess it would be best if we can also make the box's wrapping behave
> dynamically based on browser window size, etc. (when reading comments). 
> Otherwise, increasing the limit to 120, say, will force all flowing comment
> text to be at least that wide.

My thought is that maybe the comments field can be just white-space: pre-wrap
instead of white-space: pre, and therefore wrap to the window width. That way
we shouldn't need hard line breaks at all.

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