17 Dec
2007
17 Dec
'07
2:13 p.m.
On Mon, Dec 17, 2007 at 02:21:58AM +0000, Jeremy Henty wrote:
This patch makes TEXTAREA controls submit their contents when their form is activated. Note that I reworked the handling of the embed and widget members of the form structure for TEXTAREA controls. This was because I was getting crashes and corruption when the form attempted to submit itself. I think the various coercions between (void *), (Widget *) and (Embed *) were going wrong. Changing things so that widget == embed is also more consistent with the way the other embedded form controls are handled.
Here goes the attached page... -- Cheers Jorge.-