Actions
Defect #23840
closedReduce the maximum height of the issue description field
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
When editing a issue description with extensive content, the vertical dimension of the field is greater than the Browser page, causing a double scroll, which greatly hinders the use of the editor.
For example , I'm putting a text at the end of the description of this issue , which will cause double scroll informed.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
<end of the text>
Updated by Toshi MARUYAMA about 8 years ago
- Priority changed from Urgent to Normal
Updated by Jean-Philippe Lang about 8 years ago
- Subject changed from Issue description field with bad vertical dimension to Reduce the maximum height of the issue description field
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Target version set to 3.4.0
- Resolution set to Fixed
This should be fixed by r15884. The rows of the textarea will now vary between 10 and 20 (instead of 100).
Actions