From jira-events at lists.jboss.org Fri Sep 5 10:45:39 2008 Content-Type: multipart/mixed; boundary="===============4574989811141246459==" MIME-Version: 1.0 From: Alexander Dubovsky (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-4410) dragAndDrop: unnecessary events is fired. Date: Fri, 05 Sep 2008 10:45:39 -0400 Message-ID: <19325137.1220625939017.JavaMail.jira@cloud.prod.atl2.jboss.com> --===============4574989811141246459== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable dragAndDrop: unnecessary events is fired. ----------------------------------------- Key: RF-4410 URL: https://jira.jboss.org/jira/browse/RF-4410 Project: RichFaces Issue Type: Bug Affects Versions: 3.2.2 Environment: 3.2.2.CR3 Reporter: Alexander Dubovsky Assignee: Nick Belaevski Code: DragAndDrop = # Open page # Click on Green (Drop zone) square Result: "ondropend" is fired - it is unnecessary event. # Drag red (Drag zone) square on Drop square (do not throw mouse button) Result: ondropover, ondragenter, ondropout, ondragexit, ondropover, ondrage= nter.... events are fired - all events except 1th and 2th (ondropover, ondr= agenter) are unnecessary. -- = 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 --===============4574989811141246459==-- From jira-events at lists.jboss.org Fri Sep 5 11:27:39 2008 Content-Type: multipart/mixed; boundary="===============4462337667860237921==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4410) dragAndDrop: unnecessary events is fired. Date: Fri, 05 Sep 2008 11:27:39 -0400 Message-ID: <50696.1220628459061.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 19325137.1220625939017.JavaMail.jira@cloud.prod.atl2.jboss.com --===============4462337667860237921== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-4410?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Nick Belaevski updated RF-4410: ------------------------------- Fix Version/s: Future > dragAndDrop: unnecessary events is fired. > ----------------------------------------- > > Key: RF-4410 > URL: https://jira.jboss.org/jira/browse/RF-4410 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.2.2 > Environment: 3.2.2.CR3 > Reporter: Alexander Dubovsky > Assignee: Nick Belaevski > Fix For: Future > > > Code: > > > DragAndDrop > > > > > > > > onbeforedomupdate=3D"writeLog('drag: onbeforedomupdate')" > oncomplete=3D"writeLog('drag: oncomplete')" > ondragend=3D"writeLog('drag: ondragend')" > ondragstart=3D"writeLog('drag: ondragstart')" > ondropout=3D"writeLog('drag: ondropout')" > ondropover=3D"writeLog('drag: ondropover')"> > > > = > > onbeforedomupdate=3D"writeLog('drop: onbeforedomupdate')" > oncomplete=3D"writeLog('drop: oncomplete')" > ondragenter=3D"writeLog('drop: ondragenter')" > ondragexit=3D"writeLog('drop: ondragexit')" > ondrop=3D"writeLog('drop: ondrop')" > ondropend=3D"writeLog('drop: ondropend')"> > > > > > > > # Open page > # Click on Green (Drop zone) square > Result: "ondropend" is fired - it is unnecessary event. > # Drag red (Drag zone) square on Drop square (do not throw mouse button) > Result: ondropover, ondragenter, ondropout, ondragexit, ondropover, ondra= genter.... events are fired - all events except 1th and 2th (ondropover, on= dragenter) are unnecessary. -- = 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 --===============4462337667860237921==-- From jira-events at lists.jboss.org Thu May 21 09:42:18 2009 Content-Type: multipart/mixed; boundary="===============2633385525198958453==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4410) dragAndDrop: unnecessary events is fired. Date: Thu, 21 May 2009 09:36:05 -0400 Message-ID: <12741253.1242912965625.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 19325137.1220625939017.JavaMail.jira@cloud.prod.atl2.jboss.com --===============2633385525198958453== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-4410?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Nick Belaevski updated RF-4410: ------------------------------- Component/s: component-drag/drop > dragAndDrop: unnecessary events is fired. > ----------------------------------------- > > Key: RF-4410 > URL: https://jira.jboss.org/jira/browse/RF-4410 > Project: RichFaces > Issue Type: Bug > Components: component-drag/drop > Affects Versions: 3.2.2 > Environment: 3.2.2.CR3 > Reporter: Alexander Dubovsky > Assignee: Nick Belaevski > Fix For: Future > > > Code: > > > DragAndDrop > > > > > > > > onbeforedomupdate=3D"writeLog('drag: onbeforedomupdate')" > oncomplete=3D"writeLog('drag: oncomplete')" > ondragend=3D"writeLog('drag: ondragend')" > ondragstart=3D"writeLog('drag: ondragstart')" > ondropout=3D"writeLog('drag: ondropout')" > ondropover=3D"writeLog('drag: ondropover')"> > > > = > > onbeforedomupdate=3D"writeLog('drop: onbeforedomupdate')" > oncomplete=3D"writeLog('drop: oncomplete')" > ondragenter=3D"writeLog('drop: ondragenter')" > ondragexit=3D"writeLog('drop: ondragexit')" > ondrop=3D"writeLog('drop: ondrop')" > ondropend=3D"writeLog('drop: ondropend')"> > > > > > > > # Open page > # Click on Green (Drop zone) square > Result: "ondropend" is fired - it is unnecessary event. > # Drag red (Drag zone) square on Drop square (do not throw mouse button) > Result: ondropover, ondragenter, ondropout, ondragexit, ondropover, ondra= genter.... events are fired - all events except 1th and 2th (ondropover, on= dragenter) are unnecessary. -- = 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 --===============2633385525198958453==-- From jira-events at lists.jboss.org Mon Jun 8 10:43:06 2009 Content-Type: multipart/mixed; boundary="===============3314374741476581915==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4410) dragAndDrop: unnecessary events is fired. Date: Mon, 08 Jun 2009 10:32:57 -0400 Message-ID: <33022123.1244471577723.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 19325137.1220625939017.JavaMail.jira@cloud.prod.atl2.jboss.com --===============3314374741476581915== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-4410?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Nick Belaevski updated RF-4410: ------------------------------- Fix Version/s: 4.0.0.BETA1 (was: Future) > dragAndDrop: unnecessary events is fired. > ----------------------------------------- > > Key: RF-4410 > URL: https://jira.jboss.org/jira/browse/RF-4410 > Project: RichFaces > Issue Type: Bug > Components: component-drag/drop > Affects Versions: 3.2.2 > Environment: 3.2.2.CR3 > Reporter: Alexander Dubovsky > Assignee: Nick Belaevski > Fix For: 4.0.0.BETA1 > > > Code: > > > DragAndDrop > > > > > > > > onbeforedomupdate=3D"writeLog('drag: onbeforedomupdate')" > oncomplete=3D"writeLog('drag: oncomplete')" > ondragend=3D"writeLog('drag: ondragend')" > ondragstart=3D"writeLog('drag: ondragstart')" > ondropout=3D"writeLog('drag: ondropout')" > ondropover=3D"writeLog('drag: ondropover')"> > > > = > > onbeforedomupdate=3D"writeLog('drop: onbeforedomupdate')" > oncomplete=3D"writeLog('drop: oncomplete')" > ondragenter=3D"writeLog('drop: ondragenter')" > ondragexit=3D"writeLog('drop: ondragexit')" > ondrop=3D"writeLog('drop: ondrop')" > ondropend=3D"writeLog('drop: ondropend')"> > > > > > > > # Open page > # Click on Green (Drop zone) square > Result: "ondropend" is fired - it is unnecessary event. > # Drag red (Drag zone) square on Drop square (do not throw mouse button) > Result: ondropover, ondragenter, ondropout, ondragexit, ondropover, ondra= genter.... events are fired - all events except 1th and 2th (ondropover, on= dragenter) are unnecessary. -- = 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 --===============3314374741476581915==-- From jira-events at lists.jboss.org Fri Jun 4 13:35:25 2010 Content-Type: multipart/mixed; boundary="===============8178810874461426475==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4410) dragAndDrop: unnecessary events is fired. Date: Fri, 04 Jun 2010 13:35:25 -0400 Message-ID: <289756699.1481.1275672925552.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 19325137.1220625939017.JavaMail.jira@cloud.prod.atl2.jboss.com --===============8178810874461426475== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/browse/RF-4410?page=3Dcom.atlassian.jira.plug= in.system.issuetabpanels:all-tabpanel ] Nick Belaevski updated RF-4410: ------------------------------- Fix Version/s: 4.0.0.M2 (was: 4.0.0.M1) > dragAndDrop: unnecessary events is fired. > ----------------------------------------- > > Key: RF-4410 > URL: https://jira.jboss.org/browse/RF-4410 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) = > Components: component-drag/drop > Affects Versions: 3.2.2 > Environment: 3.2.2.CR3 > Reporter: Alexander Dubovsky > Assignee: Nick Belaevski > Fix For: 4.0.0.M2 > > > Code: > > > DragAndDrop > > > > > > > > onbeforedomupdate=3D"writeLog('drag: onbeforedomupdate')" > oncomplete=3D"writeLog('drag: oncomplete')" > ondragend=3D"writeLog('drag: ondragend')" > ondragstart=3D"writeLog('drag: ondragstart')" > ondropout=3D"writeLog('drag: ondropout')" > ondropover=3D"writeLog('drag: ondropover')"> > > > = > > onbeforedomupdate=3D"writeLog('drop: onbeforedomupdate')" > oncomplete=3D"writeLog('drop: oncomplete')" > ondragenter=3D"writeLog('drop: ondragenter')" > ondragexit=3D"writeLog('drop: ondragexit')" > ondrop=3D"writeLog('drop: ondrop')" > ondropend=3D"writeLog('drop: ondropend')"> > > > > > > > # Open page > # Click on Green (Drop zone) square > Result: "ondropend" is fired - it is unnecessary event. > # Drag red (Drag zone) square on Drop square (do not throw mouse button) > Result: ondropover, ondragenter, ondropout, ondragexit, ondropover, ondra= genter.... events are fired - all events except 1th and 2th (ondropover, on= dragenter) are unnecessary. -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============8178810874461426475==-- From jira-events at lists.jboss.org Wed Jul 14 09:44:28 2010 Content-Type: multipart/mixed; boundary="===============2723252053751777999==" MIME-Version: 1.0 From: Jay Balunas (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4410) dragAndDrop: unnecessary events is fired. Date: Wed, 14 Jul 2010 09:44:28 -0400 Message-ID: <1983185673.3544.1279115068106.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 19325137.1220625939017.JavaMail.jira@cloud.prod.atl2.jboss.com --===============2723252053751777999== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/browse/RF-4410?page=3Dcom.atlassian.jira.plug= in.system.issuetabpanels:all-tabpanel ] Jay Balunas updated RF-4410: ---------------------------- Fix Version/s: Future_4.X (was: 4.0.0.Milestone2) > dragAndDrop: unnecessary events is fired. > ----------------------------------------- > > Key: RF-4410 > URL: https://jira.jboss.org/browse/RF-4410 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) = > Components: component-drag/drop > Affects Versions: 3.2.2 > Environment: 3.2.2.CR3 > Reporter: Alexander Dubovsky > Assignee: Nick Belaevski > Fix For: Future_4.X > > > Code: > > > DragAndDrop > > > > > > > > onbeforedomupdate=3D"writeLog('drag: onbeforedomupdate')" > oncomplete=3D"writeLog('drag: oncomplete')" > ondragend=3D"writeLog('drag: ondragend')" > ondragstart=3D"writeLog('drag: ondragstart')" > ondropout=3D"writeLog('drag: ondropout')" > ondropover=3D"writeLog('drag: ondropover')"> > > > = > > onbeforedomupdate=3D"writeLog('drop: onbeforedomupdate')" > oncomplete=3D"writeLog('drop: oncomplete')" > ondragenter=3D"writeLog('drop: ondragenter')" > ondragexit=3D"writeLog('drop: ondragexit')" > ondrop=3D"writeLog('drop: ondrop')" > ondropend=3D"writeLog('drop: ondropend')"> > > > > > > > # Open page > # Click on Green (Drop zone) square > Result: "ondropend" is fired - it is unnecessary event. > # Drag red (Drag zone) square on Drop square (do not throw mouse button) > Result: ondropover, ondragenter, ondropout, ondragexit, ondropover, ondra= genter.... events are fired - all events except 1th and 2th (ondropover, on= dragenter) are unnecessary. -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============2723252053751777999==-- From jira-events at lists.jboss.org Tue Dec 21 13:16:18 2010 Content-Type: multipart/mixed; boundary="===============5471368665533260324==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-4410) dragAndDrop: unnecessary events is fired. Date: Tue, 21 Dec 2010 13:16:18 -0500 Message-ID: <1391258834.17025.1292955378413.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 19325137.1220625939017.JavaMail.jira@cloud.prod.atl2.jboss.com --===============5471368665533260324== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-4410?page=3Dcom.atlassian.jira.plu= gin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12571704#comm= ent-12571704 ] = Nick Belaevski commented on RF-4410: ------------------------------------ Prabhat, Please check if the issue is still relevant > dragAndDrop: unnecessary events is fired. > ----------------------------------------- > > Key: RF-4410 > URL: https://issues.jboss.org/browse/RF-4410 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) = > Components: component-drag/drop > Affects Versions: 3.2.2 > Environment: 3.2.2.CR3 > Reporter: Alexander Dubovsky > Assignee: Prabhat Jha > Fix For: 4.0.0.CR1 > > > Code: > > > DragAndDrop > > > > > > > > onbeforedomupdate=3D"writeLog('drag: onbeforedomupdate')" > oncomplete=3D"writeLog('drag: oncomplete')" > ondragend=3D"writeLog('drag: ondragend')" > ondragstart=3D"writeLog('drag: ondragstart')" > ondropout=3D"writeLog('drag: ondropout')" > ondropover=3D"writeLog('drag: ondropover')"> > > > = > > onbeforedomupdate=3D"writeLog('drop: onbeforedomupdate')" > oncomplete=3D"writeLog('drop: oncomplete')" > ondragenter=3D"writeLog('drop: ondragenter')" > ondragexit=3D"writeLog('drop: ondragexit')" > ondrop=3D"writeLog('drop: ondrop')" > ondropend=3D"writeLog('drop: ondropend')"> > > > > > > > # Open page > # Click on Green (Drop zone) square > Result: "ondropend" is fired - it is unnecessary event. > # Drag red (Drag zone) square on Drop square (do not throw mouse button) > Result: ondropover, ondragenter, ondropout, ondragexit, ondropover, ondra= genter.... events are fired - all events except 1th and 2th (ondropover, on= dragenter) are unnecessary. -- = This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============5471368665533260324==-- From jira-events at lists.jboss.org Tue Dec 21 13:16:18 2010 Content-Type: multipart/mixed; boundary="===============8617445871261096591==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-4410) dragAndDrop: unnecessary events is fired. Date: Tue, 21 Dec 2010 13:16:18 -0500 Message-ID: <1116027184.17028.1292955378571.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 19325137.1220625939017.JavaMail.jira@cloud.prod.atl2.jboss.com --===============8617445871261096591== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-4410?page=3Dcom.atlassian.jira.pl= ugin.system.issuetabpanels:all-tabpanel ] Nick Belaevski updated RF-4410: ------------------------------- Assignee: Prabhat Jha (was: Nick Belaevski) Fix Version/s: 4.0.0.CR1 (was: Future_4.X) > dragAndDrop: unnecessary events is fired. > ----------------------------------------- > > Key: RF-4410 > URL: https://issues.jboss.org/browse/RF-4410 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) = > Components: component-drag/drop > Affects Versions: 3.2.2 > Environment: 3.2.2.CR3 > Reporter: Alexander Dubovsky > Assignee: Prabhat Jha > Fix For: 4.0.0.CR1 > > > Code: > > > DragAndDrop > > > > > > > > onbeforedomupdate=3D"writeLog('drag: onbeforedomupdate')" > oncomplete=3D"writeLog('drag: oncomplete')" > ondragend=3D"writeLog('drag: ondragend')" > ondragstart=3D"writeLog('drag: ondragstart')" > ondropout=3D"writeLog('drag: ondropout')" > ondropover=3D"writeLog('drag: ondropover')"> > > > = > > onbeforedomupdate=3D"writeLog('drop: onbeforedomupdate')" > oncomplete=3D"writeLog('drop: oncomplete')" > ondragenter=3D"writeLog('drop: ondragenter')" > ondragexit=3D"writeLog('drop: ondragexit')" > ondrop=3D"writeLog('drop: ondrop')" > ondropend=3D"writeLog('drop: ondropend')"> > > > > > > > # Open page > # Click on Green (Drop zone) square > Result: "ondropend" is fired - it is unnecessary event. > # Drag red (Drag zone) square on Drop square (do not throw mouse button) > Result: ondropover, ondragenter, ondropout, ondragexit, ondropover, ondra= genter.... events are fired - all events except 1th and 2th (ondropover, on= dragenter) are unnecessary. -- = This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============8617445871261096591==-- From jira-events at lists.jboss.org Wed Feb 2 15:35:40 2011 Content-Type: multipart/mixed; boundary="===============8695722312144409469==" MIME-Version: 1.0 From: Prabhat Jha (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-4410) dragAndDrop: unnecessary events is fired. Date: Wed, 02 Feb 2011 15:35:40 -0500 Message-ID: <481871266.12673.1296678940503.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 19325137.1220625939017.JavaMail.jira@cloud.prod.atl2.jboss.com --===============8695722312144409469== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-4410?page=3Dcom.atlassian.jira.pl= ugin.system.issuetabpanels:all-tabpanel ] Prabhat Jha reassigned RF-4410: ------------------------------- Assignee: Lukas Fryc (was: Prabhat Jha) I was waiting until DnD gets added to Metamer. Can you pls check on this? > dragAndDrop: unnecessary events is fired. > ----------------------------------------- > > Key: RF-4410 > URL: https://issues.jboss.org/browse/RF-4410 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) = > Components: component-drag/drop > Affects Versions: 3.2.2 > Environment: 3.2.2.CR3 > Reporter: Alexander Dubovsky > Assignee: Lukas Fryc > Fix For: 4.0.0.Milestone6 > > > Code: > > > DragAndDrop > > > > > > > > onbeforedomupdate=3D"writeLog('drag: onbeforedomupdate')" > oncomplete=3D"writeLog('drag: oncomplete')" > ondragend=3D"writeLog('drag: ondragend')" > ondragstart=3D"writeLog('drag: ondragstart')" > ondropout=3D"writeLog('drag: ondropout')" > ondropover=3D"writeLog('drag: ondropover')"> > > > = > > onbeforedomupdate=3D"writeLog('drop: onbeforedomupdate')" > oncomplete=3D"writeLog('drop: oncomplete')" > ondragenter=3D"writeLog('drop: ondragenter')" > ondragexit=3D"writeLog('drop: ondragexit')" > ondrop=3D"writeLog('drop: ondrop')" > ondropend=3D"writeLog('drop: ondropend')"> > > > > > > > # Open page > # Click on Green (Drop zone) square > Result: "ondropend" is fired - it is unnecessary event. > # Drag red (Drag zone) square on Drop square (do not throw mouse button) > Result: ondropover, ondragenter, ondropout, ondragexit, ondropover, ondra= genter.... events are fired - all events except 1th and 2th (ondropover, on= dragenter) are unnecessary. -- = This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============8695722312144409469==-- From jira-events at lists.jboss.org Fri Feb 4 11:54:40 2011 Content-Type: multipart/mixed; boundary="===============3875309066915175505==" MIME-Version: 1.0 From: Jay Balunas (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-4410) dragAndDrop: unnecessary events is fired. Date: Fri, 04 Feb 2011 11:54:40 -0500 Message-ID: <1527989199.19798.1296838480260.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 19325137.1220625939017.JavaMail.jira@cloud.prod.atl2.jboss.com --===============3875309066915175505== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-4410?page=3Dcom.atlassian.jira.pl= ugin.system.issuetabpanels:all-tabpanel ] Jay Balunas resolved RF-4410. ----------------------------- Resolution: Out of Date Please reopen if this is still an issue in 4.0 > dragAndDrop: unnecessary events is fired. > ----------------------------------------- > > Key: RF-4410 > URL: https://issues.jboss.org/browse/RF-4410 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) = > Components: component-drag/drop > Affects Versions: 3.2.2 > Environment: 3.2.2.CR3 > Reporter: Alexander Dubovsky > Assignee: Lukas Fryc > Fix For: 4.0.0.Milestone6 > > > Code: > > > DragAndDrop > > > > > > > > onbeforedomupdate=3D"writeLog('drag: onbeforedomupdate')" > oncomplete=3D"writeLog('drag: oncomplete')" > ondragend=3D"writeLog('drag: ondragend')" > ondragstart=3D"writeLog('drag: ondragstart')" > ondropout=3D"writeLog('drag: ondropout')" > ondropover=3D"writeLog('drag: ondropover')"> > > > = > > onbeforedomupdate=3D"writeLog('drop: onbeforedomupdate')" > oncomplete=3D"writeLog('drop: oncomplete')" > ondragenter=3D"writeLog('drop: ondragenter')" > ondragexit=3D"writeLog('drop: ondragexit')" > ondrop=3D"writeLog('drop: ondrop')" > ondropend=3D"writeLog('drop: ondropend')"> > > > > > > > # Open page > # Click on Green (Drop zone) square > Result: "ondropend" is fired - it is unnecessary event. > # Drag red (Drag zone) square on Drop square (do not throw mouse button) > Result: ondropover, ondragenter, ondropout, ondragexit, ondropover, ondra= genter.... events are fired - all events except 1th and 2th (ondropover, on= dragenter) are unnecessary. -- = This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============3875309066915175505==--