CVSROOT: /sources/gnash Module name: gnash Changes by: Zou Lunkai <zoulunkai> 07/11/08 02:33:50
Modified files: . : ChangeLog testsuite/misc-swfc.all: Dejagnu.sc Log message: * testsuite/misc-swfc.all/Dejagnu.sc: don't create such a big text field bounding box for xtrace, it would hiden all button clicks located within the bounding box. Enlarge the bounding box when needed. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4798&r2=1.4799 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-swfc.all/Dejagnu.sc?cvsroot=gnash&r1=1.6&r2=1.7 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.4798 retrieving revision 1.4799 diff -u -b -r1.4798 -r1.4799 --- ChangeLog 7 Nov 2007 21:58:34 -0000 1.4798 +++ ChangeLog 8 Nov 2007 02:33:49 -0000 1.4799 @@ -1,3 +1,9 @@ +2007-11-08 Zou Lunkai <[EMAIL PROTECTED]> + + * testsuite/misc-swfc.all/Dejagnu.sc: don't create such a big text field bounding + box for xtrace, it would hiden all button clicks located within the bounding box. + Enlarge the bounding box when needed. + 2007-11-07 Sandro Santilli <[EMAIL PROTECTED]> * testsuite/misc-ming.all/shape_test.c: add Udog's drawing, Index: testsuite/misc-swfc.all/Dejagnu.sc =================================================================== RCS file: /sources/gnash/gnash/testsuite/misc-swfc.all/Dejagnu.sc,v retrieving revision 1.6 retrieving revision 1.7 diff -u -b -r1.6 -r1.7 --- testsuite/misc-swfc.all/Dejagnu.sc 1 Oct 2007 08:55:08 -0000 1.6 +++ testsuite/misc-swfc.all/Dejagnu.sc 8 Nov 2007 02:33:50 -0000 1.7 @@ -148,6 +148,7 @@ }, xtrace: function (msg) { + _level0.textout._height += 20; _level0.textout.text += msg + "\n"; trace(msg); }, @@ -169,7 +170,7 @@ if(_level0.dejagnu_module_initialized != 1) { // create a textfield to output to - _level0.createTextField("textout", 99, 10, 10, 500, 500); + _level0.createTextField("textout", 99, 10, 10, 600, 0); _level0.dejagnu_module_initialized = 1; } _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit