[jboss-jira] [JBoss JIRA] Updated: (GPD-399) switching between source and diagram duplicates text tag

Veiko Vaade (JIRA) jira-events at lists.jboss.org
Thu Aug 12 10:26:49 EDT 2010


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

Veiko Vaade updated GPD-399:
----------------------------

    Steps to Reproduce: 
1. create script with text tag in Source mode

<script g="67,27,152,40" lang="groovy" name="selectTradesParams" var="folios">
<text>
      java.util.Map folios = new java.util.HashMap();
      folios.put("lcdFolioNr", "99000003717");
      folios.put("csdlFolioNr", "99100596166");
      return  folios;    
       
    </text>
  	  <transition to="selectTrades"/>
	</script>

2. Switch to Diagram mode

3. Change for example the position of any component in Diagram mode

4.  Switch to Source mode. All The text elements are doubled
	<script g="67,27,152,40" lang="groovy" name="selectTradesParams" var="folios">
      <text>
      java.util.Map folios = new java.util.HashMap();
      folios.put("lcdFolioNr", "99000003717");
      folios.put("csdlFolioNr", "99100596166");
      return  folios;    
       
      </text>
      <text>
      java.util.Map folios = new java.util.HashMap();
      folios.put("lcdFolioNr", "99000003717");
      folios.put("csdlFolioNr", "99100596166");
      return  folios;    
       
      </text>
  	  <transition to="selectTrades"/>
	</script>



> switching between source and diagram duplicates text tag
> --------------------------------------------------------
>
>                 Key: GPD-399
>                 URL: https://jira.jboss.org/browse/GPD-399
>             Project: jBPM GPD
>          Issue Type: Bug
>          Components: jpdl
>    Affects Versions: jBPM jPDL Designer 4.4
>         Environment: Eclipse 3.6, Windows 7
>            Reporter: Veiko Vaade
>            Assignee: Koen Aers
>


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

        


More information about the jboss-jira mailing list