When transition text is longer 20 chars, it is cut off and only available as mouse over.
Is the width configurable somewhere?
Solution:
in file:
atlassian-jira/includes/panels/issue/viewissue-opsbar.jsp
on line 41
<a class="aui-list-item-link <ww:property value="./styleClass"/> <ww:property value="@group/id"/>" id="<ww:property value="./id"/>" title="<ww:property value="/opsBarUtil/titleForLink(.)"/>" href="<ww:property value="./url"/>"> <ww:property value="/opsBarUtil/labelForLink(.)"/></a>
replace "labelForLink" with "titleForLink"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.