[
https://jira.jboss.org/jira/browse/RF-5372?page=com.atlassian.jira.plugin...
]
Nick Belaevski resolved RF-5372.
--------------------------------
Fix Version/s: (was: 3.3.0)
Resolution: Cannot Reproduce Bug
Assignee: Mikhail Vitenkov (was: Nick Belaevski)
Not reproducible for current snapshot using the following code:
<rich:dragIndicator id="indicator" style="border: 5px solid
yellow;">
</rich:dragIndicator>
<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>
<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>
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
Components: planning_all
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: Mikhail Vitenkov
Priority: Minor
Original Estimate: 2 hours
Remaining Estimate: 2 hours
#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