Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 45097 invoked from network); 10 Jan 2009 11:22:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jan 2009 11:22:23 -0000 Received: (qmail 60298 invoked by uid 500); 10 Jan 2009 11:22:23 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 60250 invoked by uid 500); 10 Jan 2009 11:22:22 -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 60239 invoked by uid 99); 10 Jan 2009 11:22:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Jan 2009 03:22:22 -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; Sat, 10 Jan 2009 11:22:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8786C234C4A8 for ; Sat, 10 Jan 2009 03:21:59 -0800 (PST) Message-ID: <571601731.1231586519546.JavaMail.jira@brutus> Date: Sat, 10 Jan 2009 03:21:59 -0800 (PST) From: "Sven Helmberger (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Updated: (COUCHDB-171) Futon app not showing data in Firefox3.1b2 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/jira/browse/COUCHDB-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sven Helmberger updated COUCHDB-171: ------------------------------------ Attachment: futon_firefox3.1beta-updated.patch An update for the initial patch. This one is a little less hackish. It actually checks whether JSON.stringify misbehaves in a firefox3.1beta specific way before overwriting the native JSON impl with a new one. > Futon app not showing data in Firefox3.1b2 > ------------------------------------------ > > Key: COUCHDB-171 > URL: https://issues.apache.org/jira/browse/COUCHDB-171 > Project: CouchDB > Issue Type: Bug > Components: Test Suite > Affects Versions: 0.9 > Environment: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b2) Gecko/20081125 Firefox/3.1b2 > Reporter: Andrea Schiavini > Priority: Trivial > Attachments: futon_firefox3.1beta-updated.patch, futon_firefox3.1beta_fix.patch > > > No data is displayed in the Futon application under Firefox3.1b2. Checked against Camino and Safari and both work. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.