Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 94390 invoked from network); 2 Dec 2008 15:02:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Dec 2008 15:02:56 -0000 Received: (qmail 77958 invoked by uid 500); 2 Dec 2008 15:03:08 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 77853 invoked by uid 500); 2 Dec 2008 15:03:08 -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 77841 invoked by uid 99); 2 Dec 2008 15:03:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Dec 2008 07:03:08 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 02 Dec 2008 15:01:48 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6CA51234C289 for ; Tue, 2 Dec 2008 07:02:05 -0800 (PST) Message-ID: <1460035013.1228230125429.JavaMail.jira@brutus> Date: Tue, 2 Dec 2008 07:02:05 -0800 (PST) From: "Martin Gilday (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-2022) Trimming in web console could be configurable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Trimming in web console could be configurable --------------------------------------------- Key: AMQ-2022 URL: https://issues.apache.org/activemq/browse/AMQ-2022 Project: ActiveMQ Issue Type: Improvement Affects Versions: 5.2.0 Reporter: Martin Gilday As a result of AMQ-1969 the web console is trimming the display of message bodies and queue names in dropdowns, and presenting a tooltip insead. The length at which the tooltip kicks in is far too low, and I would prefer it to be off as I only deal with small message payloads. It may also be nice to have messages displayed in a scolling div or textarea instead, as tooltips can be awkward to use and copy from when they contain large amounts of text (as will be the case here). * Allow for trimming/tooltips to be disabled * Allow configurable option of when trimming/tooltip takes place * Use a textarea/scrollable div instead of a tooltip * Allow configurable option for size at which dropdown values are trimmed -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.