]
Mikhail Vitenkov closed RF-5762.
--------------------------------
Assignee: Nick Belaevski (was: Tsikhon Kuprevich)
Attribute "bypassUpdates" should be removed. See
DnD: 'bypassUpdates' attribute does not skip the update
model phase
--------------------------------------------------------------------
Key: RF-5762
URL:
https://jira.jboss.org/jira/browse/RF-5762
Project: RichFaces
Issue Type: Bug
Components: auto-tests
Affects Versions: 3.3.0
Reporter: Andrei Markavtsov
Assignee: Nick Belaevski
Fix For: 3.3.1
<h:form id="form">
<h:inputText value="#{bean.value}"></h:inputText>
<h:outputLink id="drag">
<h:outputText value="Draggable" />
<rich:dragSupport
dragType="PHP"
bypassUpdates="true"
dragValue="Value">
<rich:dndParam name="label" value="Draggable" />
</rich:dragSupport>
</h:outputLink>
<rich:panel id="PHP">
<rich:dropSupport id="componentId" acceptedTypes="PHP"
dropValue="PHP"
bypassUpdates="true"
>
</rich:dropSupport>
</rich:panel>
</h:form>
Input text updates model, but should not.
Failed Selenium test: org.richfaces.testng.DnDTest.testByPassUpdate
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: