[richfaces-issues] [JBoss JIRA] Created: (RF-2098) DnD in IE6 problem

Svetlana mukhina (JIRA) jira-events at lists.jboss.org
Tue Jan 29 06:06:59 EST 2008


DnD in IE6 problem
------------------

                 Key: RF-2098
                 URL: http://jira.jboss.com/jira/browse/RF-2098
             Project: RichFaces
          Issue Type: Task
          Components: doc
    Affects Versions: 3.1.0
            Reporter: Svetlana mukhina
         Assigned To: Svetlana mukhina
             Fix For: 3.1.4, 3.2.0


There is a problem with DND  in IE6. If width isn't defined, IE6 doesn't see panel background.
but if defined, it works fine.
But if width is defined the problems becomes 
 <a4j:outputPanel style="width:100px;border:1px solid gray;padding:2px"
       layout="block">
       <rich:dragSupport dragIndicator=":indicator"
        dragType="#{fm.family}" dragValue="#{fm}">
        <rich:dndParam name="label" value="#{fm.name}" />
       </rich:dragSupport>
       <h:outputText value="#{fm.name}"></h:outputText>
      </a4j:outputPanel>
 
it's necessary to describe this behavior in guide 

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

        



More information about the richfaces-issues mailing list