Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: core
-
Labels:
-
Environment:Jenkins 1.619, Window 8.1, Ubuntu 12.04, Chrome, Firefox
-
Similar Issues:
Description
On the configuration pages for various projects, when there is a large running paragraph of text (no returns), the text box will continue extending horizontally in the browser until there is a return/new line in the text (see attached jenkins-long-textbox.PNG). The header (jenkins-header.PNG
) and footer (jenkins-footer.PNG
) will fit to the window size (jenkins-css-form.PNG
), but everything in between (the body) will fit to this maximum width set by the longest text line in any <td> on the configuration (jenkins-css-table.PNG
).
I've tested this issue across both latest versions of Chrome and Firefox, as well as with different adjusted browser window sizes. Using "Inspect Element", I inserted style on the above screen-captured "table" element that wrapped words (<table style="table-layout: fixed, width: 100%"> and <td style="word-wrap: break-word">), but it was messy and already at the limit of my CSS.
Attachments
Issue Links
- is duplicated by
-
JENKINS-11349 Project description field with a long text renders configuration page unusable
-
- Resolved
-
Activity
Field | Original Value | New Value |
---|---|---|
Component/s | core [ 15593 ] | |
Component/s | other [ 15490 ] |
Link |
This issue is duplicated by |
Workflow | JNJira [ 164514 ] | JNJira + In-Review [ 181649 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Hi,
I am also facing the issue. Could you please suggest a solution here. I want the text to fit to my window instead of expanding to the string length.
Thanks & Regards,
Vijay