From dev-return-69597-archive-asf-public=cust-asf.ponee.io@myfaces.apache.org Tue May 8 09:20:08 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 3118818063B for ; Tue, 8 May 2018 09:20:08 +0200 (CEST) Received: (qmail 43262 invoked by uid 500); 8 May 2018 07:20:06 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 43204 invoked by uid 99); 8 May 2018 07:20:05 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2018 07:20:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 67BA1C00E2 for ; Tue, 8 May 2018 07:20:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.31 X-Spam-Level: X-Spam-Status: No, score=-2.31 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_MED=-2.3, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 6jdno7zq_F6Y for ; Tue, 8 May 2018 07:20:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 5AB2F5FB4C for ; Tue, 8 May 2018 07:20:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C506EE12DB for ; Tue, 8 May 2018 07:20:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2E18F2129E for ; Tue, 8 May 2018 07:20:00 +0000 (UTC) Date: Tue, 8 May 2018 07:20:00 +0000 (UTC) From: "Niels Borman (JIRA)" To: dev@myfaces.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (MYFACES-4230) IE 11 an javascript error occured after rerender part of the page MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Niels Borman created MYFACES-4230: ------------------------------------- Summary: IE 11 an javascript error occured after rerender part= of the page Key: MYFACES-4230 URL: https://issues.apache.org/jira/browse/MYFACES-4230 Project: MyFaces Core Issue Type: Bug Environment: MyFaces 2.3.1 Reporter: Niels Borman Attachments: Screen Shot 2018-05-08 at 09.15.36.png In IE 11 we get an javascript error: TypeError: Unable to get property 'indexOf' of undefined or null reference =C2=A0 This error arises on linenumber 7451 of jsf.js. The element is in IE undefi= ned so the error is thrown. Can you please make the if statement so that th= ere is a check if name is not undefined. In other browsers the name propert= y is =E2=80=9C=E2=80=9D so the error doen=E2=80=99s occure. -- This message was sent by Atlassian JIRA (v7.6.3#76005)