[JIRA] (JENKINS-58157) "delete build" button is to long

0 views
Skip to first unread message

mmh19891113@qq.com (JIRA)

unread,
Jun 23, 2019, 9:55:02 PM6/23/19
to jenkinsc...@googlegroups.com
Minghui Ma created an issue
 
Jenkins / Bug JENKINS-58157
"delete build" button is to long
Issue Type: Bug Bug
Assignee: Unassigned
Attachments: 2.png
Components: core
Created: 2019-06-24 01:54
Environment: 2.176.1
Priority: Major Major
Reporter: Minghui Ma

after upgrade to 2.176.1, "delete build" button is to long.
see my attachment png picture at bleow.

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

mmh19891113@qq.com (JIRA)

unread,
Jun 23, 2019, 9:57:03 PM6/23/19
to jenkinsc...@googlegroups.com
Minghui Ma updated an issue
Change By: Minghui Ma
Attachment: 2.png

mmh19891113@qq.com (JIRA)

unread,
Jun 23, 2019, 10:00:01 PM6/23/19
to jenkinsc...@googlegroups.com
Minghui Ma updated an issue
after upgrade to 2.176.1, "delete build" button is to long.
see my attachment
png picture at bleow.

mmh19891113@qq.com (JIRA)

unread,
Jun 23, 2019, 10:00:02 PM6/23/19
to jenkinsc...@googlegroups.com
Minghui Ma updated an issue
Change By: Minghui Ma
Attachment: 2.png

mmh19891113@qq.com (JIRA)

unread,
Jun 25, 2019, 12:55:03 AM6/25/19
to jenkinsc...@googlegroups.com
Minghui Ma updated an issue
after upgrade to 2.176.1, "delete build" button is to long.
see my attachment picture at bleow.


 
h1. JENKINS-55848

mmh19891113@qq.com (JIRA)

unread,
Jun 25, 2019, 12:56:02 AM6/25/19
to jenkinsc...@googlegroups.com
Minghui Ma updated an issue
after upgrade to 2.176.1, "delete build" button is to long.
see my attachment picture at bleow.

 
h1. JENKINS-55848

dbeck@cloudbees.com (JIRA)

unread,
Jun 25, 2019, 6:26:02 AM6/25/19
to jenkinsc...@googlegroups.com
Daniel Beck updated an issue
Change By: Daniel Beck
Priority: Major Minor

linuxsuren@gmail.com (JIRA)

unread,
Jun 27, 2019, 10:12:02 PM6/27/19
to jenkinsc...@googlegroups.com
Rick commented on Bug JENKINS-58157
 
Re: "delete build" button is to long

This is my screenshot. There's no problem.

linuxsuren@gmail.com (JIRA)

unread,
Jun 27, 2019, 10:12:02 PM6/27/19
to jenkinsc...@googlegroups.com
Rick updated an issue
 
Change By: Rick
Attachment: image-2019-06-28-10-11-20-506.png

mmh19891113@qq.com (JIRA)

unread,
Jun 28, 2019, 1:53:02 AM6/28/19
to jenkinsc...@googlegroups.com
Minghui Ma commented on Bug JENKINS-58157
 
Re: "delete build" button is to long

edit the "build info" set the title

kanvindeakash@gmail.com (JIRA)

unread,
Jul 18, 2019, 12:26:02 AM7/18/19
to jenkinsc...@googlegroups.com
Aakash Kanvinde assigned an issue to Aakash Kanvinde
 
Change By: Aakash Kanvinde
Assignee: Aakash Kanvinde

kanvindeakash@gmail.com (JIRA)

unread,
Jul 18, 2019, 10:30:03 PM7/18/19
to jenkinsc...@googlegroups.com
Aakash Kanvinde started work on Bug JENKINS-58157
 
Change By: Aakash Kanvinde
Status: Open In Progress

kanvindeakash@gmail.com (JIRA)

unread,
Jul 19, 2019, 2:08:02 AM7/19/19
to jenkinsc...@googlegroups.com
Aakash Kanvinde updated an issue
Change By: Aakash Kanvinde
Attachment: image-2019-07-18-23-07-13-632.png

kanvindeakash@gmail.com (JIRA)

unread,
Jul 19, 2019, 2:09:04 AM7/19/19
to jenkinsc...@googlegroups.com
Aakash Kanvinde updated an issue
Change By: Aakash Kanvinde
Attachment: Screen Shot 2019-07-18 at 11.01.32 PM.png

kanvindeakash@gmail.com (JIRA)

unread,
Jul 19, 2019, 2:10:03 AM7/19/19
to jenkinsc...@googlegroups.com
Aakash Kanvinde commented on Bug JENKINS-58157
 
Re: "delete build" button is to long

> Using Jenkins v2.184

Fix contains:

  1. Display decreased the length of the delete build button
  2. Display decreased the length of the build title
  3. Display decreased the length of build name in the breadcrumbs

Solution:

When the length of the delete button larger than the width of that div element i.e. when the name overflows, the delete button string displays the name as it is, till the width of the div element and the remaining part is converted to ellipsis automatically. The build-caption page-headline and breadcrumbs headline behaves in the same way.

Following files were modified in the codebase:

  1. jenkins/war/src/main/webapp/css/style.css
  2. jenkins/core/src/main/resources/lib/layout/breadcrumbs.css

Tested the above on the following browsers:

  1. Chrome v75.0.3770.100
  2. Firefox Quantum v67.0.4
  3. Safari v12.0.1 (14606.2.104.1.1) 

Also tested the three use cases on different viewports by changing the viewport/browser size.

kanvindeakash@gmail.com (JIRA)

unread,
Jul 19, 2019, 3:58:02 AM7/19/19
to jenkinsc...@googlegroups.com
Aakash Kanvinde updated an issue
Change By: Aakash Kanvinde
Attachment: Screen Shot 2019-07-18 at 11.01.32 PM.png

kanvindeakash@gmail.com (JIRA)

unread,
Jul 19, 2019, 4:00:04 AM7/19/19
to jenkinsc...@googlegroups.com
Aakash Kanvinde edited a comment on Bug JENKINS-58157
 
Re: "delete build" button is to long
> Using Jenkins v2.184

*_+Fix contains+_*:
# Display decreased the length of the delete build button
# Display decreased the length of the build title
# Display decreased the length of build name in the breadcrumbs

*_+Solution+_*:


When the length of the delete button larger than the width of that div element i.e. when the name overflows, the delete button string displays the name as it is, till the width of the div element and the remaining part is converted to ellipsis automatically. The build-caption page-headline and breadcrumbs headline behaves in the same way.

Following files were modified in the codebase:
# jenkins/war/src/main/webapp/css/style.css
# jenkins/core/src/main/resources/lib/layout/breadcrumbs.css


Tested the above on the following browsers:
# Chrome v75.0.3770.100
# Firefox Quantum v67.0.4
# Safari v12.0.1 (14606.2.104.1.1) 


Also tested the three use cases on different viewports by changing the viewport/browser size.

!image-2019-07-18-23-07-13-632.png|width= 1802 697 ,height= 577 223 !

kanvindeakash@gmail.com (JIRA)

unread,
Jul 19, 2019, 4:00:04 AM7/19/19
to jenkinsc...@googlegroups.com
Aakash Kanvinde edited a comment on Bug JENKINS-58157
> Using Jenkins v2.184

*_+Fix contains+_*:
# Display decreased the length of the delete build button
# Display decreased the length of the build title
# Display decreased the length of build name in the breadcrumbs

*_+Solution+_*:

When the length of the delete button larger than the width of that div element i.e. when the name overflows, the delete button string displays the name as it is, till the width of the div element and the remaining part is converted to ellipsis automatically. The build-caption page-headline and breadcrumbs headline behaves in the same way.

Following files were modified in the codebase:
# jenkins/war/src/main/webapp/css/style.css
# jenkins/core/src/main/resources/lib/layout/breadcrumbs.css

Tested the above on the following browsers:
# Chrome v75.0.3770.100
# Firefox Quantum v67.0.4
# Safari v12.0.1 (14606.2.104.1.1) 

Also tested the three use cases on different viewports by changing the viewport/browser size.

! Screen Shot image- 2019-07-18 at 11 -23-07-13-632 . 01.32 PM. png|width= 1307 1802 ,height= 419 577 !

kanvindeakash@gmail.com (JIRA)

unread,
Jul 19, 2019, 4:01:03 AM7/19/19
to jenkinsc...@googlegroups.com
Aakash Kanvinde edited a comment on Bug JENKINS-58157
> Using Jenkins v2.184

*_+Fix contains+_*:
# Display decreased the length of the delete build button
# Display decreased the length of the build title
# Display decreased the length of build name in the breadcrumbs

*_+Solution+_*:

When the length of the delete button larger than the width of that div element i.e. when the name overflows, the delete button string displays the name as it is, till the width of the div element and the remaining part is converted to ellipsis automatically. The build-caption page-headline and breadcrumbs headline behaves in the same way.

Following files were modified in the codebase:
# jenkins/war/src/main/webapp/css/style.css
# jenkins/core/src/main/resources/lib/layout/breadcrumbs.css

Tested the above on the following browsers:
# Chrome v75.0.3770.100
# Firefox Quantum v67.0.4
# Safari v12.0.1 (14606.2.104.1.1) 

Also tested the three use cases on different viewports by changing the viewport/browser size.

!image-2019-07-18-23-07-13-632.png|width= 697 1164 ,height= 223 372 !

dbeck@cloudbees.com (JIRA)

unread,
Aug 20, 2019, 12:27:04 PM8/20/19
to jenkinsc...@googlegroups.com
Daniel Beck resolved as Fixed
 
Change By: Daniel Beck
Status: In Progress Resolved
Resolution: Fixed
Released As: 2.190
Reply all
Reply to author
Forward
0 new messages