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 E15F311EE0 for ; Fri, 21 Feb 2014 20:39:07 +0000 (UTC) Received: (qmail 22712 invoked by uid 500); 21 Feb 2014 20:39:06 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 22647 invoked by uid 500); 21 Feb 2014 20:39:05 -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 Delivered-To: moderator for user@couchdb.apache.org Received: (qmail 82026 invoked by uid 99); 18 Feb 2014 18:42:43 -0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ziggythehamster@outlook.com designates 65.54.190.146 as permitted sender) X-TMN: [CSXk8DbpTDp14APpBj9aF430HeVqao6G] X-Originating-Email: [ziggythehamster@outlook.com] Message-ID: Content-Type: multipart/alternative; boundary="_98689e43-64c6-4cfb-9bcc-b5eed426de8e_" MIME-Version: 1.0 To: "user@couchdb.apache.org" From: Keith Gable Subject: RE: Login link missing in 1.5 with Window IE 8 Date: Tue, 18 Feb 2014 12:42:01 -0600 X-OriginalArrivalTime: 18 Feb 2014 18:42:17.0333 (UTC) FILETIME=[25F45A50:01CF2CD9] X-Virus-Checked: Checked by ClamAV on apache.org --_98689e43-64c6-4cfb-9bcc-b5eed426de8e_ Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" IE 8 is very old. If you're on an operating system where IE 8 is the newest= IE available=2C you're going to be out of support in April unless you thro= w money at Microsoft. IE 9 should work. Sent from my Windows Phone ________________________________ From: Jason Winshell Sent: =E2=80=8E2/=E2=80=8E18/=E2=80=8E2014 12:12 To: user@couchdb.apache.org Subject: Re: Login link missing in 1.5 with Window IE 8 Thanks. The bug is in futon.js in the page source=2C line 269: "Object doesn't supp= ort this property or method" } else if (userCtx.roles.indexOf("_admin") !=3D -1) { // bug is here for I= E $("#userCtx .adminparty").show()=3B $(".serverAdmin").removeAttr('disabled')=3B } else { $("#userCtx .loggedout").show()=3B }=3B IE does not support indexOf on array objects. The code need to special case= for IE. I suspect this is the page code the creates the login/sign in link. Now tha= t I've found the problem=2C what do I do? Report it where? And of course=2C= how can I get a fix into a new build. I'm at a bit of a loss trying to und= erstand how a bug like this could go undetected in an official release. It's essential that Futon work with IE. Corporate and government installati= ons dictate the what software is installed on machines. A user would not be= allowed to install a Couch compatible browser. Thanks Jason On Feb 18=2C 2014=2C at 12:49 AM=2C Garren Smith wrote: > Jason=2C could you also have a look at the IE developer console and repor= t any errors it shows. You might have to enable the developer console and t= hen reload the page for any errors to show. > > > On 18 Feb 2014=2C at 10:45 AM=2C Nick North wrote: > >> CouchDb is fully tested only against Firefox=2C and there are no guarant= ees >> with other browsers. That said=2C most things work in IE and I can see t= he >> link with IE10 on Windows 7=2C with that same version of CouchDb. It als= o >> works fine with Windows 8 and IE11 so I suspect it's specific to earlier= IE >> versions=2C or else there is something unusual with your setup. Are you = able >> to try it with a later version of IE? That might tell us something. >> >> Nick >> >> >> On 17 February 2014 22:47=2C Jason Winshell wrote= : >> >>> I am running CouchDB 1.5 Windows (x86) Erlang/OTP R16B01. After creatin= g >>> an admin user in local.ini=2C the login/signup link does not appear on = the >>> Futon Overview page when using Internet Explorer 8 (perhaps other >>> versions). It works fine with Firefox on Windows. Without the link=2C l= ogging >>> in is not possible. I can create as many users as I want with Firefox. = I >>> never see a login link on the Overview page with IE. I suspect some >>> Javascript compatibility weirdness. What's the story? >>> >>> Thanks. > > --_98689e43-64c6-4cfb-9bcc-b5eed426de8e_--