Hello, I had this problem with IE?? + GET method + lot_of_text_in_the_textarea. If you submit big text in textarea, check that you use POST method. Gilles ----- Original Message ----- From: <kosh@aesaeion.com> To: <zope@zope.org> Sent: Tuesday, April 02, 2002 4:53 PM Subject: [Zope] Opera 6 issues
I seem to be having a problem with opera 6 and textareas. I have some users that use opera 6 and when they edit a textarea sometimes the textarea gets truncated with the end of the being corrupted. Sometimes it also works correctly. I have not seen this issue with any other browser. I am going to try and setup some more debugging to figure out why opera seems to be doing it. I have not seen this behavior with opera 5 running under linux.
Running with zope 2.4.3 with python 2.1
Designing and building web applications http://webme-eng.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Tue, 2 Apr 2002, Gilles wrote:
Hello,
I had this problem with IE?? + GET method + lot_of_text_in_the_textarea.
If you submit big text in textarea, check that you use POST method.
Gilles
The method is already post and the enctype is multipart/form-data because file uploads are allowed on the form also. Also the textarea doesn't actually look that big. It is about 25K. Thanks for the idea though. I ran some tests and it appears corrupt in the REQUEST when zope hands the REQUEST to my object.
participants (2)
-
Gilles -
kosh@aesaeion.com