Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 78884 invoked from network); 18 May 2010 21:42:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 May 2010 21:42:06 -0000 Received: (qmail 78826 invoked by uid 500); 18 May 2010 21:42:06 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 78756 invoked by uid 500); 18 May 2010 21:42:06 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 78748 invoked by uid 99); 18 May 2010 21:42:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 May 2010 21:42:06 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 May 2010 21:42:04 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4ILfgL6006636 for ; Tue, 18 May 2010 21:41:42 GMT Message-ID: <19106547.114681274218902511.JavaMail.jira@thor> Date: Tue, 18 May 2010 17:41:42 -0400 (EDT) From: "mikeal (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Updated: (COUCHDB-766) Expando link for large string values in Futon. In-Reply-To: <9168869.114471274217582957.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] mikeal updated COUCHDB-766: --------------------------- Attachment: expando.diff removed debug statement. > Expando link for large string values in Futon. > ---------------------------------------------- > > Key: COUCHDB-766 > URL: https://issues.apache.org/jira/browse/COUCHDB-766 > Project: CouchDB > Issue Type: Improvement > Components: Futon > Environment: CouchDB. > Reporter: mikeal > Attachments: expando.diff, expando.diff > > > The Futon document view gets pretty unwieldy when you have a couple large string values. This is particularly noticeable in design documents. > I implemented an automatic minimization of string values over 140 characters with an "expando" link to show the full text. Also an X link to minimize the text back down. > doubleclick still pops you in to the full edit mode for both the minimized and full text. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.