From dev-return-12845-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Mon Oct 06 14:07:50 2008 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 58200 invoked from network); 6 Oct 2008 14:07:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Oct 2008 14:07:50 -0000 Received: (qmail 48620 invoked by uid 500); 6 Oct 2008 14:07:49 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 48433 invoked by uid 500); 6 Oct 2008 14:07:49 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 48421 invoked by uid 99); 6 Oct 2008 14:07:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Oct 2008 07:07:49 -0700 X-ASF-Spam-Status: No, hits=-1999.9 required=10.0 tests=ALL_TRUSTED,DNS_FROM_SECURITYSAGE X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Oct 2008 14:06:47 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A675B234C211 for ; Mon, 6 Oct 2008 07:06:52 -0700 (PDT) Message-ID: <1905133197.1223302012680.JavaMail.jira@brutus> Date: Mon, 6 Oct 2008 07:06:52 -0700 (PDT) From: "Dejan Bosanac (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-1969) Long destination text (destination, subscriber names, etc) breaks web console layout In-Reply-To: <2143114832.1223301532614.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ 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: 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 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.