[Bug 42850] Text area insertion after clicking "reply" link in Bugzilla has weird line wrapping

2014-02-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42850

Bug 42850 depends on bug 49597, which changed state.

Bug 49597 Summary: Upgrade Bugzilla to 4.4
https://bugzilla.wikimedia.org/show_bug.cgi?id=49597

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42850] Text area insertion after clicking "reply" link in Bugzilla has weird line wrapping

2014-02-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42850

Andre Klapper  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Andre Klapper  ---
Fixed by moving to a new server with more recent distro. Probably the newer
Perl in the stack.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42850] Text area insertion after clicking "reply" link in Bugzilla has weird line wrapping

2014-01-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42850

Andre Klapper  changed:

   What|Removed |Added

 Depends on||49597

--- Comment #5 from Andre Klapper  ---
This problem will automatically be fixed once we have moved to the new server
which runs a newer distro and Bugzilla 4.4 (I just tested it there).

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42850] Text area insertion after clicking "reply" link in Bugzilla has weird line wrapping

2013-10-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42850

--- Comment #4 from Andre Klapper  ---
Happens only with 78 characters in a line of unquoted text.

I cannot reproduce on boogs.wmflabs.org nor my local Bugzilla instance.

So I downloaded the HTML of
https://bugzilla.wikimedia.org/show_bug.cgi?id=42850 to my local harddisk as
comment 0 also triggers the problem.
I can reproduce the problem locally in my browser (no Bugzilla involved) so I
started to wonder if the wrapping which is done by Perl in order to display
comments in HTML has an issue (comments are stored non-wrapped in the database.
For displaying wrap_comment() in Bugzilla/Util.pm uses Perl's $Text::Wrap::).

boogs.wmflabs.org:   Perl 5.14.2-6ubuntu2.3(Ubuntu Lucid)
bugzilla.wikimedia.org / kaulen: Perl 5.10.1-8ubuntu2.3(Ubuntu Precise)
My local Bugzilla:   Perl 5.16.3-265.fc19.i686 (Fedora 19)

Not sure if this was really the best use of the last two hours, but at least
interesting. 
So the problem might go away when updating the distribution on kaulen
(bugzilla.wikimedia.org's server) / moving bugzilla.wikimedia.org onto a
different machine which runs a newer distribution. 
Or not, if I was wrong.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42850] Text area insertion after clicking "reply" link in Bugzilla has weird line wrapping

2013-06-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42850

--- Comment #3 from Andre Klapper  ---
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42850] Text area insertion after clicking "reply" link in Bugzilla has weird line wrapping

2012-12-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42850

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
   Severity|normal  |minor

--- Comment #2 from Andre Klapper  ---
Might be a side-effect of https://bugzilla.mozilla.org/show_bug.cgi?id=551468 .
Related issues are 810801,524915.

Richard: Different problem, see bug 42763: Check your cache.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42850] Text area insertion after clicking "reply" link in Bugzilla has weird line wrapping

2012-12-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42850

Richard Guk  changed:

   What|Removed |Added

 CC||richardg...@yahoo.com

--- Comment #1 from Richard Guk  ---
Clicking "reply" no longer works for me at all (on Chrome/Linux). The text area
remains completely empty.

Expected result would be to insert "(In reply to comment #..." and the ">"
quoted text in the Additional Comments box.

JavaScript reports Uncaught ReferenceError: wrapReplyText is not defined in
replyToComment().

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l