[JIRA] (JENKINS-56285) Timestamp plugin compatability

2 views
Skip to first unread message

fsteff@gmail.com (JIRA)

unread,
Feb 26, 2019, 6:07:02 AM2/26/19
to jenkinsc...@googlegroups.com
Flemming Steffensen created an issue
 
Jenkins / Bug JENKINS-56285
Timestamp plugin compatability
Issue Type: Bug Bug
Assignee: Tomas Westling
Attachments: image-2019-02-26-11-54-42-856.png, image-2019-02-26-12-00-33-114.png
Components: build-failure-analyzer-plugin
Created: 2019-02-26 11:06
Priority: Trivial Trivial
Reporter: Flemming Steffensen

This is a request to make a tiny change to the style used to highly the error, to make it compatible with the Timestamp plugin.

The current highlighted link is currently inserted with this code:

<a id="-4102119939cd7b75-35d9-4cd1-b65b-70f85666dbed" style="display:block;position:relative;top:-2em;visibility:hidden">&nbsp;</a>

Resulting in this output:

 

The request is simply to not change the original flow of the text, by switching from display:block to display:inline-block, while also removing the forced one-character indentation caused but the  , like this:

<a id="-4102119939cd7b75-35d9-4cd1-b65b-70f85666dbed" style="display:inline-block;position:relative;top:-2em;visibility:hidden"></a>

Resulting in this output:

 

 

 

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

fsteff@gmail.com (JIRA)

unread,
Feb 26, 2019, 6:08:02 AM2/26/19
to jenkinsc...@googlegroups.com
Flemming Steffensen updated an issue
Change By: Flemming Steffensen
This is a request to make a tiny change to the style used to highly the error, to make it compatible with the Timestamp plugin.

The current highlighted link is currently inserted with this code:
{code:java}

<a id="-4102119939cd7b75-35d9-4cd1-b65b-70f85666dbed" style="display:block;position:relative;top:-2em;visibility:hidden">&nbsp;</a>
{code}
Resulting in this output:

!image-2019-02-26-11-54-42-856.png!

 

The request is simply to not change the original flow of the text, by switching from {{display:block}} to {{display:inline-block}}, while also removing the forced one-character indentation caused but the
{{ &nbsp ;}} , like this:
{code:java}

<a id="-4102119939cd7b75-35d9-4cd1-b65b-70f85666dbed" style="display:inline-block;position:relative;top:-2em;visibility:hidden"></a>
{code}
Resulting in this output:

!image-2019-02-26-12-00-33-114.png!

 

 

 

fsteff@gmail.com (JIRA)

unread,
Aug 28, 2019, 4:42:02 AM8/28/19
to jenkinsc...@googlegroups.com

fsteff@gmail.com (JIRA)

unread,
Aug 28, 2019, 4:51:02 AM8/28/19
to jenkinsc...@googlegroups.com
Flemming Steffensen updated an issue
This is a request to make a tiny change to the style used to highly highlight the error, to make thereby making it compatible with the Timestamp plugin.

The current highlighted  

Currently highlight
link is currently inserted with this code:

{code:java}
<a id="-4102119939cd7b75-35d9-4cd1-b65b-70f85666dbed" style="display:block;position:relative;top:-2em;visibility:hidden">&nbsp;</a>
{code}
Resulting in this output:

| !image-2019-02-26-11-54-42-856.png! |

 

The request is simply to not change the original flow of the text, by switching from
* {{display:block}} * to * {{display:inline-block}} * , while also removing the forced one-character indentation caused but by the * &nbsp ;* , like this:

{code:java}
<a id="-4102119939cd7b75-35d9-4cd1-b65b-70f85666dbed" style="display:inline-block;position:relative;top:-2em;visibility:hidden"></a>
{code}
Resulting in this output:

| !image-2019-02-26-12-00-33-114.png! |

 

 

 
Reply all
Reply to author
Forward
0 new messages