From jira-events at lists.jboss.org Mon Jun 8 10:43:06 2009 Content-Type: multipart/mixed; boundary="===============2864051618084409252==" 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 --===============2864051618084409252== 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 --===============2864051618084409252==--