From jira-events at lists.jboss.org Fri Feb 4 11:54:40 2011 Content-Type: multipart/mixed; boundary="===============3959547936627101645==" 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 --===============3959547936627101645== 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 --===============3959547936627101645==--