[richfaces-issues] [JBoss JIRA] Created: (RF-10324) Drag Indicator - @acceptClass, @draggingClass and @rejectClass doesn't work

Lukas Fryc (JIRA) jira-events at lists.jboss.org
Wed Jan 26 14:35:54 EST 2011


Drag Indicator - @acceptClass, @draggingClass and @rejectClass doesn't work
---------------------------------------------------------------------------

                 Key: RF-10324
                 URL: https://issues.jboss.org/browse/RF-10324
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-drag/drop
    Affects Versions: 4.0.0.Milestone5
         Environment:     * RichFaces 4.0.0-SNAPSHOT r.21226
    * Metamer 4.0.0-SNAPSHOT r.21246
    * Mojarra 2.0.3-FCS
    * Apache Tomcat 6.0.29
    * OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
    * Firefox 3.6.13 @ Linux x86_64

            Reporter: Lukas Fryc


http://localhost:8080/metamer/faces/components/richDragIndicator/simple.xhtml

These styles are defined in richDragBehavior.css, they should draw border around the drag indicator, but the doesn't:

.acceptClass {
	border: 5px solid green;
}

.draggingClass {
	border: 5px solid black;
}

.rejectClass {
	border: 5px solid #E80000;
}



-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list