Closed Bug 882622 Opened 11 years ago Closed 11 years ago

Not able to increase 'version' width

Categories

(Bugzilla :: Query/Bug List, defect)

defect
Not set
minor

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: chmourya, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0 (Beta/Release)
Build ID: 20130511120803

Steps to reproduce:

When ever i choose the 'version' from change columns.


Actual results:

The content for the 'version' column is trimmed down to 12 characters. 


Expected results:

I want it to show 16 characters. I have already tried changing the maxlength in /list/table.html.tmpl.. but it didn't change anything.
Assignee: nobody → query-and-buglist
Component: General → Query/Bug List
Product: bugzilla.mozilla.org → Bugzilla
QA Contact: default-qa
Version: Production → unspecified
The length specified in the following line is correctly taken into account:

    "version"           => { maxlength => 5 , title => "Vers" } , 

If I replace 5 by e.g. 25, I can see the 25 first characters, as expected.
Severity: normal → minor
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.