Bug 1318165 - Lost the feature of wrap and unwrap comment
Summary: Lost the feature of wrap and unwrap comment
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Bugzilla
Classification: Community
Component: Bugzilla General
Version: 5.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: 5.0
Assignee: PnT DevOps Devs
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On: 965911
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-16 08:20 UTC by Rony Gong 🔥
Modified: 2018-12-09 06:29 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 965911
Environment:
Last Closed: 2016-04-25 22:09:25 UTC
Embargoed:


Attachments (Terms of Use)

Description Rony Gong 🔥 2016-03-16 08:20:26 UTC
+++ This bug was initially created as a clone of Bug #965911 +++

Description of problem:

Now comment width is limited by

.bz_comment_text {
     width: 50em;
}

It will cause autowrap when comments exceed this and it is good for discussion. But for codes or calltrace, autowrap will make things hard to understand, we want them showed as original if possible.

Version-Release number of selected component (if applicable):
4.4

Actual results:
all comments are autowrap.

Expected results:
some way to disable autowrap

Additional info:

--- Additional comment from Simon Green on 2013-05-27 07:39:44 CST ---



--- Additional comment from Simon Green on 2013-05-27 07:44:22 CST ---

We will add two things:

1) A preference on whether the default should be to wrap or not. The default will be to wrap. Since this would be what the majority of users would want.

2) A toggle option at the top of the comments (under 'Expand All Comments') so that this can be changed specifically for a single page load.

  -- simon

--- Additional comment from Simon Green on 2013-07-24 07:59:40 CST ---



--- Additional comment from Simon Green on 2013-09-16 14:16:30 CST ---



--- Additional comment from Simon Green on 2013-10-04 08:46:38 CST ---

This change is now live. If there are any issues, do not reopen this bug.
Instead, you should create a new bug and reference this bug.

  -- simon

--- Additional comment from Simon Green on 2013-11-26 13:30:55 CST ---

Comment 1 Jeff Fearn 🐞 2016-04-19 06:10:10 UTC
This appears to be working fine. The hard coded width has gone and resizing your browser will resize the text box.

Reactive design FTW!

Comment 2 Rony Gong 🔥 2016-04-25 06:26:53 UTC
(In reply to Jeff Fearn from comment #1)
> This appears to be working fine. The hard coded width has gone and resizing
> your browser will resize the text box.
> 
> Reactive design FTW!

Yes, resizing browser will resize the text box. Anyway, it lost the 'wrap comment' feature support, if it doesn't cost too much to add this feature, please add it. If it cost too much to your work, I also agree with just resizing browser.


Note You need to log in before you can comment on or make changes to this bug.