dragIndicator: style, defined through the "style" attribute is applied just 
during indicator over drop zone.
------------------------------------------------------------------------------------------------------------

                 Key: RF-5372
                 URL: https://jira.jboss.org/jira/browse/RF-5372
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
         Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA3)
            Reporter: Mikhail Vitenkov
            Assignee: Nick Belaevski
            Priority: Minor


#1. Add dragIndicator:
<rich:dragIndicator id="indicator" style="border-color: yellow;border-color: 
yellow;border-color: yellow;">
                </rich:dragIndicator>
#2. Add panelGrid with dragSupport following way:
<h:panelGrid columns="1" id="panel1">
                        <h:panelGroup id="column1">
                                <a4j:outputPanel>
                                        <rich:dragSupport dragType="dragType1" 
dragIndicator="indicator"></rich:dragSupport>
                                        <h:outputText value="Drag it 1" />
                                </a4j:outputPanel>
                        </h:panelGroup>
                </h:panelGrid>
#3. Add panelGrid with dropSupport:
<h:panelGrid columns="1" id="panel3">
                        <h:panelGroup id="column3">
                                <a4j:outputPanel>
                                        <rich:dropSupport 
acceptedTypes="dragType1"></rich:dropSupport>
                                        <h:outputText value="Drop from 1" />
                                </a4j:outputPanel>
                        </h:panelGroup>
                </h:panelGrid>
#4. Naigate to the page and drag'n'drop "Drag it 1" to "Drop from 1".
#5. Verify dragIndicator style.

Actual behavior:
style, defined through the "style" attribute is applied just during indicator 
over the "column3" panelGrid.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to