sleemanj / xinha

WYSIWYG HTML Editor Component (turns <textarea> into HTML editors)
http://trac.xinha.org/
Other
13 stars 2 forks source link

form within table: firefox does not send xinha content (Trac #666) #666

Closed sleemanj closed 4 years ago

sleemanj commented 18 years ago

hi,

first of all: great work!

i frequently used something like

...

the original reason to do this was the ie rendering paddings around forms, which can now be solved using explicit css or other constructs -- but i still have a lot of these table-forms in my code.

now the problem with xinha textareas (nightly build) is: firefox (any version up to 1.5) does not include xinha textareas into the request, no matter which kind of method, encryption type etc.. ie has no problem with this, i haven't tested other browsers.

the only solution seems to be to change the code to

...
. everything's fine with this construction. took me hours to find out :-/

i don't know if you can do anything about this, just thought it could be worth mentioning this in the newbie section.

thanks + kind regards, michael balzer

Reported by balzer@toolee.com, migrated from http://trac.xinha.org/ticket/666

sleemanj commented 18 years ago

koto commented:

As far as i know, the

construct is invalid in the (X)HTML - you may have only , , , etc. withing the
elements - that might be the reason. So putting the element outside the
is probably the only solution.

sleemanj commented 18 years ago
  • ray commented:

that's right

  • ray changed resolution to invalid
  • ray changed status from new to closed