Changes between Version 4 and Version 5 of Ticket #10
- Timestamp:
- 04/02/08 17:10:48 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10
- Property Priority changed from minor to major
-
Ticket #10 – Description
v4 v5 1 There are several bugs inprecedences graph dialog box :1 There are several bugs related to precedences graph dialog box : 2 2 3 3 === Bug 1 === … … 32 32 33 33 === Bug 5 === 34 35 34 One can click on canvas with "create" selected several times => several "new item" dialog box can be open but only the last can be closed and effectively create a new item. 36 35 37 36 === Bug 6 === 37 If one try to create one more item (message, task or buffer) than the number specified in "framework_config" package, "the add/update" dialog box warn the user that no item is created (Ok) but the drawing of the item remains on the canvas (not Ok) plus a "delete" action on this drawing crash Cheddar. 38 38 39 If one try to create one more item (message, task or buffer) than the number specified in "framework_config" package, "the add/update" dialog box warn the user that no item is created (Ok) but the drawing of the item remains on the canvas (not Ok) plus a "delete" action on this drawing crash Cheddar. 39 === Bug 7 === 40 If one click on "delete" button in a "add/update" dialog box, dependences graph canvas is reinitialize. 41 42 === Bug 8 === 43 In two case, item drawing can stay on precedences graph canvas whereas the user choose to cancel the creation operation : 44 * User click on "destruction" cross of the "New item" dialog box. 45 * User click on "Close" button in a "add/update" dialog box without adding an item.