[
https://issues.apache.org/activemq/browse/AMQ-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dejan Bosanac resolved AMQ-1969.
--------------------------------
Resolution: Fixed
Fixed in SVN revision 702149.
There are two more tags now:
<form:tooltip text="${row.name}" length="8"/>
which will print the defined number of characters (if the text is larger that
this - default 20) and provide the whole text as a tooltip. To be used for
display of potentially long text on pages
<form:short text="${queues.name}"/>
which will split text into the following pattern
[first ten characters]...[last five characters]
to be used for displaying potentially long text in HTML components (page
titles, list boxes, etc).
If you spot a place I missed, just wrap text with these tags.
> Long destination text (destination, subscriber names, etc) breaks web console
> layout
> ------------------------------------------------------------------------------------
>
> Key: AMQ-1969
> URL: https://issues.apache.org/activemq/browse/AMQ-1969
> Project: ActiveMQ
> Issue Type: Improvement
> Affects Versions: 5.2.0
> Reporter: Dejan Bosanac
> Assignee: Dejan Bosanac
> Fix For: 5.3.0
>
>
> Provide CSS classes and JSP tags that allows creation of tool tips (and short
> versions for HTML components) for long text.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.