From jira-events at lists.jboss.org Tue Oct 14 04:40:20 2008 Content-Type: multipart/mixed; boundary="===============5697309318014058117==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-4603) Push: component stops page loading in Opera Date: Tue, 14 Oct 2008 04:40:20 -0400 Message-ID: <5084563.1223973620887.JavaMail.jira@cloud.prod.atl2.jboss.com> --===============5697309318014058117== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Push: component stops page loading in Opera ------------------------------------------- Key: RF-4603 URL: https://jira.jboss.org/jira/browse/RF-4603 Project: RichFaces Issue Type: Bug Reporter: Nick Belaevski = package org.richfaces; import java.util.EventListener; import java.util.EventObject; import java.util.Random; import org.ajax4jsf.event.PushEventListener; public class Monitor { private PushEventListener listener; public void addListener(EventListener listener) { this.listener =3D (PushEventListener) listener; } public String send() { if (listener !=3D null) listener.onEvent(new EventObject(this)); return null; } public String getText() { return "random#" + new Random().nextInt(); } } -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============5697309318014058117==-- From jira-events at lists.jboss.org Thu Oct 23 19:56:20 2008 Content-Type: multipart/mixed; boundary="===============3518833946828374272==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4603) Push: component stops page loading in Opera Date: Thu, 23 Oct 2008 19:56:20 -0400 Message-ID: <11991562.1224806180802.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 5084563.1223973620887.JavaMail.jira@cloud.prod.atl2.jboss.com --===============3518833946828374272== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-4603?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Nick Belaevski updated RF-4603: ------------------------------- Fix Version/s: Future Assignee: Nick Belaevski > Push: component stops page loading in Opera > ------------------------------------------- > > Key: RF-4603 > URL: https://jira.jboss.org/jira/browse/RF-4603 > Project: RichFaces > Issue Type: Bug > Reporter: Nick Belaevski > Assignee: Nick Belaevski > Fix For: Future > > > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich"> > > > > > > > = > > package org.richfaces; > import java.util.EventListener; > import java.util.EventObject; > import java.util.Random; > import org.ajax4jsf.event.PushEventListener; > public class Monitor > { > private PushEventListener listener; > public void addListener(EventListener listener) > { > this.listener =3D (PushEventListener) listener; > } > public String send() > { > if (listener !=3D null) listener.onEvent(new EventObject(this)); > return null; > } > public String getText() > { > return "random#" + new Random().nextInt(); > } > } -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============3518833946828374272==-- From jira-events at lists.jboss.org Fri May 22 08:55:09 2009 Content-Type: multipart/mixed; boundary="===============1691594858632667861==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4603) Push: component stops page loading in Opera Date: Fri, 22 May 2009 08:47:59 -0400 Message-ID: <3021903.1242996479446.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 5084563.1223973620887.JavaMail.jira@cloud.prod.atl2.jboss.com --===============1691594858632667861== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-4603?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Nick Belaevski updated RF-4603: ------------------------------- Component/s: component-a4j-core Affects Version/s: 3.3.1 > Push: component stops page loading in Opera > ------------------------------------------- > > Key: RF-4603 > URL: https://jira.jboss.org/jira/browse/RF-4603 > Project: RichFaces > Issue Type: Bug > Components: component-a4j-core > Affects Versions: 3.3.1 > Reporter: Nick Belaevski > Assignee: Nick Belaevski > Fix For: Future > > > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich"> > > > > > > > = > > package org.richfaces; > import java.util.EventListener; > import java.util.EventObject; > import java.util.Random; > import org.ajax4jsf.event.PushEventListener; > public class Monitor > { > private PushEventListener listener; > public void addListener(EventListener listener) > { > this.listener =3D (PushEventListener) listener; > } > public String send() > { > if (listener !=3D null) listener.onEvent(new EventObject(this)); > return null; > } > public String getText() > { > return "random#" + new Random().nextInt(); > } > } -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============1691594858632667861==--