Status: New Owner: tudor.gi...@gmail.com Labels: Type-Defect Priority-Medium
New issue 628 by damien.c...@gmail.com: [Glamour] Useless mouseUp event in test http://code.google.com/p/moose-technology/issues/detail?id=628
GLMTreeMorphicTest>>testChildrenBlock has a line which looks like:
self send: self tree mouseUpOnItem: self treeRoots first.
The test passes whether the line is present or not.
Updates: Cc: damien.c...@gmail.com Labels: Component-Glamour
Comment #1 on issue 628 by damien.c...@gmail.com: [Glamour] Useless mouseUp event in test http://code.google.com/p/moose-technology/issues/detail?id=628
(No comment was entered for this change.)
Updates: Labels: Milestone-4.4
Comment #2 on issue 628 by tudor.gi...@gmail.com: [Glamour] Useless mouseUp event in test http://code.google.com/p/moose-technology/issues/detail?id=628
Indeed, children should be called the first when the browser opens to establish the presence or absence of the expanding icon. It should be removed.
Updates: Status: Fixed
Comment #3 on issue 628 by damien.c...@gmail.com: [Glamour] Useless mouseUp event in test http://code.google.com/p/moose-technology/issues/detail?id=628
Name: Glamour-Tests-Morphic-DamienCassou.34 Author: DamienCassou Time: 11 May 2011, 10:02:29 pm UUID: c1f4c088-dad6-4691-9949-05753ddd5af5 Ancestors: Glamour-Tests-Morphic-DamienCassou.33
- Fixes issue 628: [Glamour] Useless mouseUp event in test