Issue Details (XML | Word | Printable)

Key: JRA-13514
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Guy Fraser [Adaptavist.com]
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

Make code panels scrollable

Created: 11/Sep/07 03:35 PM   Updated: 16/Sep/07 11:37 PM
Component/s: UI / Usability, Web interface
Affects Version/s: 3.10.2
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Reference
 

Participants: =Neal Applebaum and Guy Fraser [Adaptavist.com]
Since last comment: 1 year, 3 weeks, 5 days ago
Labels:


 Description  « Hide
This affects all versions of JIRA - client comes along and posts a whopping great big chunk of something in to a code panel that results in the panel invariably becoming very wide making the whole page super-wide and you have to horizontally scroll just to find links and buttons, etc. Truly painful.

Very easy fix - add this CSS:

div.codeContent {
 overflow: scroll;
}

You can see it in action in some of the code panels here: http://jira.adaptavist.com/browse/BUILDER-722

With scrolling code panels, it's soooo much easier to work with JIRA.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
=Neal Applebaum added a comment - 11/Sep/07 10:03 PM
See linked issue