Bug 1318165

Summary: Lost the feature of wrap and unwrap comment
Product: [Community] Bugzilla Reporter: Rony Gong 🔥 <qgong>
Component: Bugzilla GeneralAssignee: PnT DevOps Devs <hss-ied-bugs>
Status: CLOSED NOTABUG QA Contact: tools-bugs <tools-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.0CC: huiwang, jfearn, jmcdonal, mtahir, qgong
Target Milestone: 5.0   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 965911 Environment:
Last Closed: 2016-04-25 22:09:25 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On: 965911    
Bug Blocks:    

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.