[ 
https://jira.jboss.org/jira/browse/RF-5762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrei Markavtsov updated RF-5762:
----------------------------------

    Component/s: auto-tests
    Description: 
<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

  was:
<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.



> 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
>
> <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: 
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