[
http://jira.jboss.com/jira/browse/RF-1625?page=all ]
Ilya Shaikovsky reassigned RF-1625:
-----------------------------------
Assignee: Sergey Halipov (was: Ilya Shaikovsky)
Still reproduced for me.
<ui:define name="body">
<rich:modalPanel id="panel" showWhenRendered="true"
autosized="true">
<h:form id="form">
<rich:dataTable value="#{capitalsBean.capitals}" var="cap"
rows="10" id="table"
onRowMouseOver="this.style.backgroundColor='#000000'"
onRowMouseOut="this.style.backgroundColor='#{a4jSkin.tableBackgroundColor}'">
<rich:column width="600">
<f:facet name="header">
<h:outputText value="flag"></h:outputText>
</f:facet>
<a4j:outputPanel>
<rich:dragSupport dragType="state"
dragValue="#{cap.state}">
<rich:dndParam name="marker">
<h:graphicImage value="#{cap.stateFlag}"></h:graphicImage>
</rich:dndParam>
<rich:dndParam name="label"
value="TEST"></rich:dndParam>
</rich:dragSupport>
<h:graphicImage value="#{cap.stateFlag}">
</h:graphicImage>
</a4j:outputPanel>
</rich:column>
<rich:column onmouseover="this.style.backgroundColor='#880000'"
onmouseout="this.style.backgroundColor=''">
<f:facet name="header">
<h:outputText value="state"></h:outputText>
</f:facet>
<h:outputText value="#{cap.state}"></h:outputText>
</rich:column>
<rich:column>
<h:outputText value="#{cap.name}"></h:outputText>
</rich:column>
<rich:column>
<h:commandButton value="Button" disabled="#{cap.checked}"
id="button"></h:commandButton>
</rich:column>
<rich:column>
<h:selectBooleanCheckbox value="#{cap.checked}">
<a4j:support event="onchange" reRender="button">
<a4j:ajaxListener
type="org.ajax4jsf.ajax.ForceRender"></a4j:ajaxListener>
</a4j:support>
</h:selectBooleanCheckbox>
</rich:column>
<f:facet name="footer">
<rich:datascroller/>
</f:facet>
</rich:dataTable>
<rich:panel style="width:300px; height:200px;">
<rich:dropSupport id="drop" acceptedTypes="state"
dropListener="#{capitalsBean.addCapital2}"></rich:dropSupport>
<h:outputText value="Drop Here" id="droppanel">
</h:outputText>
</rich:panel>
</h:form>
</rich:modalPanel>
</ui:define>
dragIndicator does not show when dragSupport and dropSupport are
located in a modalPanel
----------------------------------------------------------------------------------------
Key: RF-1625
URL:
http://jira.jboss.com/jira/browse/RF-1625
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.2
Environment: Jboss 4.2.2, Myfaces 1.1.5
Reporter: patrick schwarz
Assigned To: Sergey Halipov
Fix For: 3.2.0
I have drag drop on a modal panel. The dragindicator does not show up, and the empty
indicator shows behind the current panel. It seems that this happens in both Firefox and
IE.
--
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