https://bugzilla.wikimedia.org/show_bug.cgi?id=42850

--- Comment #3 from Andre Klapper <[email protected]> ---
It seems to break lines weirdly whenever a line has 74 or 75 "real" characters
(means: 76 or 77 with the preceding "> ").

Bugzilla/Constants.pm defines
    use constant COMMENT_COLS => 80;
and in js/comments.js , function wrapReplyText(text) defines:
    // This is -3 to account for "\n> "
    var maxCol = BUGZILLA.constant.COMMENT_COLS - 3;

https://bug551468.bugzilla.mozilla.org/attachment.cgi?id=486205 might be handy
to have related code "in a nutshell".

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to