From jira-events at lists.jboss.org Fri Sep 14 15:21:11 2007 Content-Type: multipart/mixed; boundary="===============6271329750892828880==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-932) ModalPanel: js error activating by oncomplete Date: Fri, 14 Sep 2007 15:21:11 -0400 Message-ID: <11420202.1189797671039.JavaMail.jira@cloud.prod.atl2.jboss.com> --===============6271329750892828880== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable ModalPanel: js error activating by oncomplete --------------------------------------------- Key: RF-932 URL: http://jira.jboss.com/jira/browse/RF-932 Project: RichFaces Issue Type: Bug Affects Versions: 3.1.0 Environment: IE7 Reporter: Nick Belaevski Assigned To: Pavel Yaschenko Fix For: 3.2.0 <%@ page contentType=3D"text/html;charset=3DUTF-8" language=3D"java" %> <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich" %> <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j" %> Test Working.. click link, JS error occurs: panel HTML element is found, but modalPanel pr= operty doesn't exist -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============6271329750892828880==-- From jira-events at lists.jboss.org Mon Sep 17 09:20:23 2007 Content-Type: multipart/mixed; boundary="===============7726366205970751291==" MIME-Version: 1.0 From: Konstantin Grigoriev (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-932) ModalPanel: js error activating by oncomplete Date: Mon, 17 Sep 2007 09:20:23 -0400 Message-ID: <18204805.1190035223185.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 11420202.1189797671039.JavaMail.jira@cloud.prod.atl2.jboss.com --===============7726366205970751291== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-932?page=3Dcomments#action_12377= 129 ] = = Konstantin Grigoriev commented on RF-932: ----------------------------------------- i think it's the same trouble - http://jboss.com/index.html?module=3Dbb&op= =3Dviewtopic&t=3D118324 > ModalPanel: js error activating by oncomplete > --------------------------------------------- > > Key: RF-932 > URL: http://jira.jboss.com/jira/browse/RF-932 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.1.0 > Environment: IE7 > Reporter: Nick Belaevski > Assigned To: Pavel Yaschenko > Fix For: 3.2.0 > > > <%@ page contentType=3D"text/html;charset=3DUTF-8" language=3D"java" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> > <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich" %> > <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j" %> > > > Test > > > > > > > Working.. > > > > > > > > > > > > > > > > > > > > > > oncomplete=3D"show();"/> > > > > > > > click link, JS error occurs: panel HTML element is found, but modalPanel = property doesn't exist -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============7726366205970751291==-- From jira-events at lists.jboss.org Wed Sep 19 08:13:12 2007 Content-Type: multipart/mixed; boundary="===============4709668629092898972==" MIME-Version: 1.0 From: Maksim Kaszynski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-932) ModalPanel: js error activating by oncomplete Date: Wed, 19 Sep 2007 08:13:12 -0400 Message-ID: <15594028.1190203992322.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 11420202.1189797671039.JavaMail.jira@cloud.prod.atl2.jboss.com --===============4709668629092898972== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-932?page=3Dcomments#action_12377= 565 ] = = Maksim Kaszynski commented on RF-932: ------------------------------------- Looks like we need to have some kind of JavaScript processing queue in our = framework, to guarantee that scripts within re-rendered areas are evaluated= before oncomplete. Current implementation relies on timeouts, and that is = unacceptable. As a workaround, I suggest reRender content of modalPanel instead of compon= ent itself. > ModalPanel: js error activating by oncomplete > --------------------------------------------- > > Key: RF-932 > URL: http://jira.jboss.com/jira/browse/RF-932 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.1.0 > Environment: IE7 > Reporter: Nick Belaevski > Assigned To: Pavel Yaschenko > Fix For: 3.2.0 > > > <%@ page contentType=3D"text/html;charset=3DUTF-8" language=3D"java" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> > <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich" %> > <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j" %> > > > Test > > > > > > > Working.. > > > > > > > > > > > > > > > > > > > > > > oncomplete=3D"show();"/> > > > > > > > click link, JS error occurs: panel HTML element is found, but modalPanel = property doesn't exist -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============4709668629092898972==-- From jira-events at lists.jboss.org Wed Sep 19 08:39:31 2007 Content-Type: multipart/mixed; boundary="===============5742946267161058512==" MIME-Version: 1.0 From: Alexander Belov (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-932) ModalPanel: js error activating by oncomplete Date: Wed, 19 Sep 2007 08:39:31 -0400 Message-ID: <3594446.1190205571147.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 11420202.1189797671039.JavaMail.jira@cloud.prod.atl2.jboss.com --===============5742946267161058512== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-932?page=3Dcomments#action_12377= 570 ] = = Alexander Belov commented on RF-932: ------------------------------------ I think that it is not a workaround. What if I want update controls or head= er facets? It will not work. > ModalPanel: js error activating by oncomplete > --------------------------------------------- > > Key: RF-932 > URL: http://jira.jboss.com/jira/browse/RF-932 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.1.0 > Environment: IE7 > Reporter: Nick Belaevski > Assigned To: Pavel Yaschenko > Fix For: 3.2.0 > > > <%@ page contentType=3D"text/html;charset=3DUTF-8" language=3D"java" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> > <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich" %> > <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j" %> > > > Test > > > > > > > Working.. > > > > > > > > > > > > > > > > > > > > > > oncomplete=3D"show();"/> > > > > > > > click link, JS error occurs: panel HTML element is found, but modalPanel = property doesn't exist -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============5742946267161058512==-- From jira-events at lists.jboss.org Thu Sep 20 12:30:13 2007 Content-Type: multipart/mixed; boundary="===============7636771147370389727==" MIME-Version: 1.0 From: Maksim Kaszynski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-932) ModalPanel: js error activating by oncomplete Date: Thu, 20 Sep 2007 12:30:12 -0400 Message-ID: <3650773.1190305812796.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 11420202.1189797671039.JavaMail.jira@cloud.prod.atl2.jboss.com --===============7636771147370389727== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-932?page=3Dall ] Maksim Kaszynski reassigned RF-932: ----------------------------------- Assignee: Maksim Kaszynski (was: Pavel Yaschenko) > ModalPanel: js error activating by oncomplete > --------------------------------------------- > > Key: RF-932 > URL: http://jira.jboss.com/jira/browse/RF-932 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.1.0 > Environment: IE7 > Reporter: Nick Belaevski > Assigned To: Maksim Kaszynski > Fix For: 3.2.0 > > > <%@ page contentType=3D"text/html;charset=3DUTF-8" language=3D"java" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> > <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich" %> > <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j" %> > > > Test > > > > > > > Working.. > > > > > > > > > > > > > > > > > > > > > > oncomplete=3D"show();"/> > > > > > > > click link, JS error occurs: panel HTML element is found, but modalPanel = property doesn't exist -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============7636771147370389727==-- From jira-events at lists.jboss.org Sat Sep 22 13:47:11 2007 Content-Type: multipart/mixed; boundary="===============1092014463707031587==" MIME-Version: 1.0 From: Maksim Kaszynski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-932) ModalPanel: js error activating by oncomplete Date: Sat, 22 Sep 2007 13:47:11 -0400 Message-ID: <10453280.1190483231374.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 11420202.1189797671039.JavaMail.jira@cloud.prod.atl2.jboss.com --===============1092014463707031587== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-932?page=3Dall ] Maksim Kaszynski reassigned RF-932: ----------------------------------- Assignee: Alexander Smirnov (was: Maksim Kaszynski) > ModalPanel: js error activating by oncomplete > --------------------------------------------- > > Key: RF-932 > URL: http://jira.jboss.com/jira/browse/RF-932 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.1.0 > Environment: IE7 > Reporter: Nick Belaevski > Assigned To: Alexander Smirnov > Fix For: 3.2.0 > > > <%@ page contentType=3D"text/html;charset=3DUTF-8" language=3D"java" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> > <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich" %> > <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j" %> > > > Test > > > > > > > Working.. > > > > > > > > > > > > > > > > > > > > > > oncomplete=3D"show();"/> > > > > > > > click link, JS error occurs: panel HTML element is found, but modalPanel = property doesn't exist -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============1092014463707031587==-- From jira-events at lists.jboss.org Fri Oct 12 05:38:03 2007 Content-Type: multipart/mixed; boundary="===============2331765905412757803==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-932) ModalPanel: js error activating by oncomplete Date: Fri, 12 Oct 2007 05:38:03 -0400 Message-ID: <1144941.1192181883778.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 11420202.1189797671039.JavaMail.jira@cloud.prod.atl2.jboss.com --===============2331765905412757803== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-932?page=3Dall ] Nick Belaevski reassigned RF-932: --------------------------------- Assignee: Pavel Yaschenko (was: Alexander Smirnov) > ModalPanel: js error activating by oncomplete > --------------------------------------------- > > Key: RF-932 > URL: http://jira.jboss.com/jira/browse/RF-932 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.1.0 > Environment: IE7 > Reporter: Nick Belaevski > Assigned To: Pavel Yaschenko > Fix For: 3.2.0 > > > <%@ page contentType=3D"text/html;charset=3DUTF-8" language=3D"java" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> > <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich" %> > <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j" %> > > > Test > > > > > > > Working.. > > > > > > > > > > > > > > > > > > > > > > oncomplete=3D"show();"/> > > > > > > > click link, JS error occurs: panel HTML element is found, but modalPanel = property doesn't exist -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============2331765905412757803==-- From jira-events at lists.jboss.org Mon Oct 29 10:23:01 2007 Content-Type: multipart/mixed; boundary="===============6708765885182353785==" MIME-Version: 1.0 From: Pavel Yaschenko (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-932) ModalPanel: js error activating by oncomplete Date: Mon, 29 Oct 2007 10:23:01 -0400 Message-ID: <32208122.1193667781667.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 11420202.1189797671039.JavaMail.jira@cloud.prod.atl2.jboss.com --===============6708765885182353785== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-932?page=3Dall ] Pavel Yaschenko reassigned RF-932: ---------------------------------- Assignee: Ilya Shaikovsky (was: Pavel Yaschenko) Resolved. Need to be tested ajax mode with other components > ModalPanel: js error activating by oncomplete > --------------------------------------------- > > Key: RF-932 > URL: http://jira.jboss.com/jira/browse/RF-932 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.1.0 > Environment: IE7 > Reporter: Nick Belaevski > Assigned To: Ilya Shaikovsky > Fix For: 3.2.0 > > > <%@ page contentType=3D"text/html;charset=3DUTF-8" language=3D"java" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> > <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich" %> > <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j" %> > > > Test > > > > > > > Working.. > > > > > > > > > > > > > > > > > > > > > > oncomplete=3D"show();"/> > > > > > > > click link, JS error occurs: panel HTML element is found, but modalPanel = property doesn't exist -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============6708765885182353785==-- From jira-events at lists.jboss.org Mon Oct 29 10:29:15 2007 Content-Type: multipart/mixed; boundary="===============4845326152558790337==" MIME-Version: 1.0 From: Ilya Shaikovsky (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-932) ModalPanel: js error activating by oncomplete Date: Mon, 29 Oct 2007 10:29:15 -0400 Message-ID: <6806382.1193668155284.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 11420202.1189797671039.JavaMail.jira@cloud.prod.atl2.jboss.com --===============4845326152558790337== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-932?page=3Dall ] Ilya Shaikovsky resolved RF-932. -------------------------------- Resolution: Rejected resolved in 3.2.0. (framework changes should not be submitted to stable bra= nch) > ModalPanel: js error activating by oncomplete > --------------------------------------------- > > Key: RF-932 > URL: http://jira.jboss.com/jira/browse/RF-932 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.1.0 > Environment: IE7 > Reporter: Nick Belaevski > Assigned To: Ilya Shaikovsky > Fix For: 3.2.0 > > > <%@ page contentType=3D"text/html;charset=3DUTF-8" language=3D"java" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> > <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich" %> > <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j" %> > > > Test > > > > > > > Working.. > > > > > > > > > > > > > > > > > > > > > > oncomplete=3D"show();"/> > > > > > > > click link, JS error occurs: panel HTML element is found, but modalPanel = property doesn't exist -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============4845326152558790337==-- From jira-events at lists.jboss.org Thu Dec 27 08:25:46 2007 Content-Type: multipart/mixed; boundary="===============1871237548681952404==" MIME-Version: 1.0 From: Tsikhon Kuprevich (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-932) ModalPanel: js error activating by oncomplete Date: Thu, 27 Dec 2007 08:25:46 -0500 Message-ID: <6753925.1198761946841.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 11420202.1189797671039.JavaMail.jira@cloud.prod.atl2.jboss.com --===============1871237548681952404== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-932?page=3Dall ] Tsikhon Kuprevich closed RF-932. -------------------------------- Assignee: Tsikhon Kuprevich (was: Ilya Shaikovsky) > ModalPanel: js error activating by oncomplete > --------------------------------------------- > > Key: RF-932 > URL: http://jira.jboss.com/jira/browse/RF-932 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.1.0 > Environment: IE7 > Reporter: Nick Belaevski > Assigned To: Tsikhon Kuprevich > Fix For: 3.2.0 > > > <%@ page contentType=3D"text/html;charset=3DUTF-8" language=3D"java" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> > <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich" %> > <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j" %> > > > Test > > > > > > > Working.. > > > > > > > > > > > > > > > > > > > > > > oncomplete=3D"show();"/> > > > > > > > click link, JS error occurs: panel HTML element is found, but modalPanel = property doesn't exist -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============1871237548681952404==--