source: Promot/trunk/promot/BUGS.txt @ 8718

Last change on this file since 8718 was 8718, checked in by rempel, 16 years ago

removed ticket #177 in bugs as this is closed already ...

  • Property keywords set to id
  • Property svn:eol-style set to native
  • Property svn:keywords set to author date id revision
File size: 3.6 KB
RevLine 
[8522]1/*******************************************************************************
2 *   ProMoT
3 *  ---------------------------------------------------------------------------
4 *   Copyright (c) 1997-2009 ProMoT Development Team
5 *   Max Planck Institute Magdeburg, Germany
6 *   http://www.mpi-magdeburg.mpg.de/projects/promot
7 *   
8 *   This is free software; you can redistribute it and/or modify it
9 *   under the terms of the GNU General Public License as published
10 *   by the Free Software Foundation; either version 2 of the License, or
11 *   any later version.
12 *
13 *   THIS SOFTWARE IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL,
14 *   BUT WITHOUT ANY WARRANTY; WITHOUT EVEN THE WARRANTY OF
15 *   MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
16 *   IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
17 *   FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18 *   DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19 *   OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 *   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 *   LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 *   OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 *   SUCH DAMAGE.
24 *   
25 *   You should have received a copy of the GNU General Public License
26 *   along with this library; if not, write to the Free Software Foundation,
27 *   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
28 *
29 *  ---------------------------------------------------------------------------
30 *   $Id$
31 ******************************************************************************/
32
[7853]33KS 2008-08-07
34* BUG in disposing the RunnerMessage
35     
[8443]36     The former Cancel button is removed from the dialog but one can still terminate the action thread hardly by
[8521]37     clicking on the [X] of the Dialog, this may cause an inconsistent state,
[7856]38     because the communication with the server via Corba can be interrupted at different stages.
39
40
41SM 2008-06-20
42* BUG when deleting many network elements in the Visual Editor
43
44     When many network elements in the Visual Editor are selected and
45     deleted, causing that not all network elements may disappear. Some of
46     them remain visible in the editor. Further interacting with these
[8521]47     'ghost'-elements causes overall instability of ProMoT. Current
[7856]48     loaded models can not be saved any more.
49
50   Workaround:
51     Do not click on or interact with any of the remaining network elements
[8443]52     in the Visual Editor. Wait until no RELOAD appears in the status bar of the editor
[8521]53     and choose 'Model'->'Refresh' in the menu of the editor to refresh the modules
54     representation and checking.
[7857]55
56KS 2008-08-07
57* Problems in updating the ProMoT Browser tree and deleting a set of PromotTreeNodes
58
59     If a set of PromotTreeNodes is selected and deleted in the ProMoT Browser tree
60     the deletion throws an Exception and undo is not possible.
[8443]61     This is also described in ticket #123 (delete of set of PromotTreeNodes)
[7857]62
63     Furthermore, sometimes the tree is not updated after adding, loading or deleting of nodes
[7953]64     The refresh action should be used in case of nodes which are missed or won't disappear. 
[7858]65
[7944]66SM 2008-10-02
67* Bug when exporting the HTML documentation of a model with option 'with TeX Formula'
[7869]68
[7944]69     When using the option 'with TeX Formula' in the export dialog problems can occur
[8009]70     regarding the paths of the png images. In this cases, the TeX formula (represented
[7944]71     by the png image) is not displayed in the browser.
[7869]72
73   Workaround:
[7945]74     Do not use this option. The values then are printed as standard, non-formated text.
Note: See TracBrowser for help on using the repository browser.