Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 99595 invoked from network); 8 Apr 2010 17:15:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Apr 2010 17:15:59 -0000 Received: (qmail 25001 invoked by uid 500); 8 Apr 2010 17:15:58 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 24922 invoked by uid 500); 8 Apr 2010 17:15:58 -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 24867 invoked by uid 99); 8 Apr 2010 17:15:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Apr 2010 17:15:58 +0000 X-ASF-Spam-Status: No, hits=-1366.3 required=10.0 tests=ALL_TRUSTED,AWL 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; Thu, 08 Apr 2010 17:15:57 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CA2D2234C4A9 for ; Thu, 8 Apr 2010 17:15:36 +0000 (UTC) Message-ID: <235861274.15581270746936827.JavaMail.jira@brutus.apache.org> Date: Thu, 8 Apr 2010 17:15:36 +0000 (UTC) From: "Werner Punz (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Resolved: (MYFACES-2649) Ajax chokes on script triggered onchange if input has onchange="" In-Reply-To: <1789842126.7151270708356672.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MYFACES-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved MYFACES-2649. ---------------------------------- Resolution: Fixed added another commit which fixes the spec compliance I introduced by being to lenient. > Ajax chokes on script triggered onchange if input has onchange="" > ----------------------------------------------------------------- > > Key: MYFACES-2649 > URL: https://issues.apache.org/jira/browse/MYFACES-2649 > Project: MyFaces Core > Issue Type: Bug > Components: JSR-314 > Affects Versions: 2.0.0-beta-3 > Environment: Javascript > Reporter: Ganesh Jung > Fix For: 2.0.0 > > Attachments: MyFaces_Test.war > > > If an ajaxified input has got onchange="" defined and a script triggers input.onchange() we get an error: "event must be defined or null" > example: > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > xmlns:f="http://java.sun.com/jsf/core" > xmlns:h="http://java.sun.com/jsf/html" > xmlns:ui="http://java.sun.com/jsf/facelets"> > > > > > > > > > > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.