From jira-events at lists.jboss.org Wed Feb 2 15:35:40 2011 Content-Type: multipart/mixed; boundary="===============2645307402643347647==" 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 --===============2645307402643347647== 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 --===============2645307402643347647==--