Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 210541

Summary: textarea elements on 'entry bug' page could be bigger
Product: Gentoo Infrastructure Reporter: Mariusz Kozlowski <makofoss>
Component: BugzillaAssignee: Bugzilla Admins <bugzilla>
Status: RESOLVED TEST-REQUEST    
Severity: enhancement CC: crquan
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mariusz Kozlowski 2008-02-17 23:01:43 UTC
When I paste info (e.g. backtraces) into these textarea boxes I have to scroll a lot to see what's in there. That is not user friendly. It'd be a nice to have it a bit bigger and thus more readable. Just my 0.03$.

Reproducible: Always

Steps to Reproduce:
1. Go to 'entry bug' page and look at it :)



Expected Results:  
Well. This page should be easy to read so that one does not get frustrated when entering a bug.

You could increase 'rows' especially in actual_results and additional_info etc. 'cols' also could have bigger number. What screen size / font size was that intended for?

<textarea rows="6" cols="80" name="comment"></textarea>
<textarea rows="4" cols="80" name="reproduce_steps"></textarea>
<textarea rows="4" cols="80" name="actual_results"></textarea>
<textarea rows="4" cols="80" name="expected_results"></textarea>
<textarea rows="8" cols="80" name="additional_info"></textarea>
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-03-13 07:29:13 UTC
*** Bug 212242 has been marked as a duplicate of this bug. ***
Comment 2 Christian Ruppert (idl0r) gentoo-dev 2011-03-07 16:35:54 UTC
We're now using bugzilla-4.x, please look at it again.