Changes between Initial Version and Version 1 of Ticket #5519


Ignore:
Timestamp:
2019-06-18T09:12:12Z (5 years ago)
Author:
Francesco Casella
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5519

    • Property Summary Wrong repainting of Graphical connections in OMEditOMEdit does not update the graphical annotations of conections when moving components
  • Ticket #5519 – Description

    initial v1  
    221) open the attached {{{test.mo}}} model
    332) go to the Diagram view and move one component in vertical direction, the connection path properly changes
    4 3) go to the text view and change something (for example, add a comment)
    5 4) come back to the Diagram view, the connection path is wrong... but moving the components it will be restored to the right one.
     43) switch to the Text view: the graphical annotation of the component is changed, but the one of the connection is still the old one.
     5
     6If the model is now saved, it is saved with the old annotation, so upon reopening it, the connection wire will no longer follow the expected path.
    67
    78This behavior is unacceptable working with complex diagrams, especially if an entire portion of diagram is moved. In that case the "faster" solution is to delete all the connections from the text view and redo them in the Diagram view...
    89
    9 OMEdit - OpenModelica Connection Editor
    10 Connected to OpenModelica 1.14.0~dev-26516-g93a3ce5
    11 sysop: ubuntu 16.04
     10Behaviour reported with the latest nightly build, it was introduced some time ago.