[interchange-cvs] interchange - racke modified code/Widget/htmlarea.widget

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Jan 4 10:50:30 EST 2006


User:      racke
Date:      2006-01-04 15:50:30 GMT
Modified:  code/Widget Tag: STABLE_5_4-branch htmlarea.widget
Log:
fix regression with browsers claiming MSIE compatibility

Revision  Changes    Path
No                   revision



No                   revision



1.6.2.3   +2 -2      interchange/code/Widget/htmlarea.widget


rev 1.6.2.3, prev_rev 1.6.2.2
Index: htmlarea.widget
===================================================================
RCS file: /var/cvs/interchange/code/Widget/htmlarea.widget,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -u -r1.6.2.2 -r1.6.2.3
--- htmlarea.widget	1 Dec 2005 21:21:27 -0000	1.6.2.2
+++ htmlarea.widget	4 Jan 2006 15:50:30 -0000	1.6.2.3
@@ -1,6 +1,6 @@
 # Copyright 2005 Interchange Development Group (http://www.icdevgroup.org/)
 # Licensed under the GNU GPL v2. See file LICENSE for details.
-# $Id: htmlarea.widget,v 1.6.2.2 2005/12/01 21:21:27 racke Exp $
+# $Id: htmlarea.widget,v 1.6.2.3 2006/01/04 15:50:30 racke Exp $
 
 CodeDef htmlarea Widget 1
 CodeDef htmlarea Description Rich text editor
@@ -198,7 +198,7 @@
 	$textra .= qq{ style="$opt->{text_style}"} if $opt->{text_style};
 
 	my $wid = $pre_scr . $Tag->uc_attr_list({hash => {name => $pname,
-		height => $opt->{height}, width => $opt->{width}, mouse => $onmouse,
+		height => $opt->{height}, width => $opt->{width}, onmouse => $onmouse,
 		value => $val}, body => $flavours{$flavour}->{area}}) . $post_scr;
 	
 	return $wid;








More information about the interchange-cvs mailing list