Opened 9 years ago

Closed 9 years ago

Last modified 8 years ago

#3737 closed defect (fixed)

Omedit creates wrong pathnames when objects are moved

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

Description (last modified by 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 ceraolo 9 years ago.

Download all attachments as: .zip

Change History (5)

Changed 9 years ago by ceraolo

comment:1 Changed 9 years ago by ceraolo

  • Description modified (diff)
  • Priority changed from high to critical

comment:2 Changed 9 years ago by adeas31

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in b1364f4/OMEdit.

comment:3 Changed 8 years ago by sjoelund.se

  • Milestone changed from 1.9.4 to 1.9.4-1.9.x

Milestone renamed

comment:4 Changed 8 years ago by sjoelund.se

  • Milestone changed from 1.9.4-1.9.x to 1.9.4

Milestone renamed

Note: See TracTickets for help on using tickets.