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

Last change on this file since 9034 was 9034, checked in by kolczyk, 15 years ago

update copyright header

  • 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
Line 
1/*******************************************************************************
2 *   ProMoT
3 *  ---------------------------------------------------------------------------
4 *   Copyright (c) 1997-2010 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
33KS 2008-08-07
34* BUG in disposing the RunnerMessage
35     
36     The former Cancel button is removed from the dialog but one can still terminate the action thread hardly by
37     clicking on the [X] of the Dialog, this may cause an inconsistent state,
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
47     'ghost'-elements causes overall instability of ProMoT. Current
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
52     in the Visual Editor. Wait until no RELOAD appears in the status bar of the editor
53     and choose 'Model'->'Refresh' in the menu of the editor to refresh the modules
54     representation and checking.
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.
61     This is also described in ticket #123 (delete of set of PromotTreeNodes)
62
63     Furthermore, sometimes the tree is not updated after adding, loading or deleting of nodes
64     The refresh action should be used in case of nodes which are missed or won't disappear. 
65
66SM 2008-10-02
67* Bug when exporting the HTML documentation of a model with option 'with TeX Formula'
68
69     When using the option 'with TeX Formula' in the export dialog problems can occur
70     regarding the paths of the png images. In this cases, the TeX formula (represented
71     by the png image) is not displayed in the browser.
72
73   Workaround:
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.