Re: [web2py] Re: Problems with forms and firefox

2011-11-29 Thread Bruno Rocha
This was the issue: http://www.nczonline.net/blog/2009/11/30/empty-image-src-can-destroy-your-site/ and http://www.nczonline.net/blog/2010/03/16/empty-string-urls-in-html-a-followup/

Re: [web2py] Re: Problems with forms and firefox

2011-11-29 Thread Bruno Rocha
Finally the problem is solved, and it has not to be with web2py. I am using jqm (Jquery Modal Plugin) The sample code has {{=T("Close")}} where the src attr for img is filled dynamically by the plugin modal. Firefox was raising v

Re: [web2py] Re: Problems with forms and firefox

2011-11-29 Thread Bruno Rocha
I found that the problem is somewhere in the new welcome layout. some lib there is changing the form encoding. If I try with .load http://labs.blouweb.com/movuca/article/show.load/2/vegetarian-cheese The comments works ok with any browser. Now I have to find what lib or html tag is doing that,

Re: [web2py] Re: Problems with forms and firefox

2011-11-29 Thread Bruno Rocha
I am sure it is not ckeditor because I tested without it. may be it is a problem in current or in custom_importer. note that my form is built in a module. I will try to build the form in controller for test. thanks again. http://zerp.ly/rochacbruno Em 29/11/2011 12:02, "DenesL" escreveu: > >

[web2py] Re: Problems with forms and firefox

2011-11-29 Thread DenesL
Note that in my previous test the P tags were not encoded: Content-Disposition: form-data; name="comment_text" test by Denes using Firefox 8.0.1 on Win XP If you type for example: TEST the comment will be encoded as: TEST Again note that the P tags are not encoded. If

Re: [web2py] Re: Problems with forms and firefox

2011-11-28 Thread Bruno Rocha
I am trying to think it is a problem with web2py session vars in current.session.

Re: [web2py] Re: Problems with forms and firefox

2011-11-28 Thread Bruno Rocha
It happens even if I remove the ckeditor widget. and happens also on the edit article form. Denes found the problem but I cant understand why the problem is only with firefox. http://zerp.ly/rochacbruno Em 28/11/2011 13:02, "DenesL" escreveu: > Seems to be a problem with the encoding/decoding

[web2py] Re: Problems with forms and firefox

2011-11-28 Thread DenesL
Seems to be a problem with the encoding/decoding of multi-part form data. The POST source shows: Content-Type: multipart/form-data; boundary=---265001916915724 Content-Length: 464 -265001916915724 Content-Disposition: form-data; name="comment_tex

[web2py] Re: Problems with forms and firefox

2011-11-28 Thread Anthony
Does the problem only happen when using the CKEditor plugin, or even with a standard textarea? On Monday, November 28, 2011 2:42:26 AM UTC-5, rochacbruno wrote: > > Hi, > > I am trying to solve a problem (all day long and I cannot find the source > of this) > > I have a comment form in a page, a