Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E7B4C9475 for ; Fri, 13 Jan 2012 19:16:48 +0000 (UTC) Received: (qmail 10274 invoked by uid 500); 13 Jan 2012 19:16:47 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 10242 invoked by uid 500); 13 Jan 2012 19:16:46 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 10205 invoked by uid 99); 13 Jan 2012 19:16:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2012 19:16:45 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ryan.ramage@gmail.com designates 209.85.220.180 as permitted sender) Received: from [209.85.220.180] (HELO mail-vx0-f180.google.com) (209.85.220.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2012 19:16:38 +0000 Received: by vcmm1 with SMTP id m1so15901vcm.11 for ; Fri, 13 Jan 2012 11:16:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=MXmQe9DJa8egoUyl+C7LLcoArrKCsNPa7pi42PM6mJQ=; b=nlJ7pQZTwp9a/J1WOYqiQCMM3IIxa+/JG5a4dZVEmkyCzxFG80Fp4NnWEQi8Bqo87+ NPYH2kFbqsH5O5BZ66IguEJMC/zxKaqDhIQ8ihbS2HnMAdPIWezfjdxUlJmuShN66Mn4 /wSeiLbMcT++RpRQCdEZzhIGtYFLwO+PZoVxY= MIME-Version: 1.0 Received: by 10.220.155.11 with SMTP id q11mr1495200vcw.25.1326482177616; Fri, 13 Jan 2012 11:16:17 -0800 (PST) Received: by 10.220.224.194 with HTTP; Fri, 13 Jan 2012 11:16:17 -0800 (PST) In-Reply-To: References: Date: Fri, 13 Jan 2012 12:16:17 -0700 Message-ID: Subject: Re: couchdb futon: IE7 / IE8 support? From: Ryan Ramage To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I would suggest this: http://code.google.com/chrome/chromeframe/ But seriously, the message is CouchDB *Futon* probably has not be well tested in IE. If you want to check the Jira and raise any missed issues, that would probably help. If you want to mess around with your futon to get it working (without checking out the source tree), you can edit the share/couchdb/www folder. Not really recommended, but maybe it would be a quick fix (and submit a patch back!) Ryan On Fri, Jan 13, 2012 at 11:55 AM, Jason Sachs wrote: > I'm having a great time using couchdb (CouchBase single server 1.2.0 > <- CouchDB 1.1.0) under Firefox + Chrome + Opera, but one of my > coworkers tried to view our database via Futon on IE8, and got this > error: > > Message: Expected identifier, string or number > Line: 1280 > Char: 3 > Code: 0 > URI: http://dpeserver/couchdb/_utils/script/futon.browse.js?0.11.0 > > > Message: Object expected > Line: 34 > Char: 7 > Code: 0 > URI: http://dpeserver/couchdb/_utils/document.html?dpe-dsp-out/fd64ea4037d011e1b667002186ff4bce > > > Message: Object doesn't support this property or method > Line: 208 > Char: 18 > Code: 0 > URI: http://dpeserver/couchdb/_utils/script/futon.js?0.11.0 > > --- > > I've found lots of little snippets on the internet that discuss this > kind of thing, but no one webpage that says something like "CouchDB > doesn't support IE7 or IE8. Unofficially, some of the problems are > with the Arrays.indexOf and Arrays.forEach methods, which can be fixed > by inserting ... at the top of futon.js " > > If there is something out there of this type, could someone please > point me to it? > > If not, could those knowledgeable souls of you please fill me in? (I > can't find a searchable interface to the archives of this mailing > list, unfortunately, so apologies if this has been asked before) > > --Jason