Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#3737 closed defect (fixed)

Omedit creates wrong pathnames when objects are moved

Reported by: massimo ceraolo Owned by: Adeel Asghar
Priority: critical Milestone: 1.9.4
Component: OMEdit Version: v1.9.4-dev-nightly
Keywords: Cc:

Description (last modified by massimo ceraolo)

This ticket is different, but related to #3608
It regards the fact that when dragging components from a package, OMEdit generates wrong pathnames.

Steps to reproduce:
1) load and open Rpkg.mo
2) open model ER. Check it -> ok
3) drag SimpleR on the model. The following correct code is generated:

SimpleR simpleR1 ;

4) move simpleR1 using mouse or keyboard. The code is changed into:

Rpkg.SimpleR simpleR1;

This code is wrong and generates an error message when checking the component.

Note that at step 4) the simpleR1 icon is displayed, even though the component should be not visible (and is not visible to OMC, indeed), because of #3608.

Attachments (1)

Rpkg.mo (2.5 KB ) - added by massimo ceraolo 9 years ago.

Download all attachments as: .zip

Change History (5)

by massimo ceraolo, 9 years ago

Attachment: Rpkg.mo added

comment:1 by massimo ceraolo, 9 years ago

Description: modified (diff)
Priority: highcritical

comment:2 by Adeel Asghar, 9 years ago

Resolution: fixed
Status: newclosed

Fixed in b1364f4/OMEdit.

comment:3 by Martin Sjölund, 9 years ago

Milestone: 1.9.41.9.4-1.9.x

Milestone renamed

comment:4 by Martin Sjölund, 9 years ago

Milestone: 1.9.4-1.9.x1.9.4

Milestone renamed

Note: See TracTickets for help on using tickets.