From jira-events at lists.jboss.org Tue Dec 21 13:16:18 2010 Content-Type: multipart/mixed; boundary="===============1481274106762140377==" 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 --===============1481274106762140377== 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 --===============1481274106762140377==--