Issue 46040 - Writer/Web: disappearing HTML code
Summary: Writer/Web: disappearing HTML code
Status: CLOSED DUPLICATE of issue 19690
Alias: None
Product: Writer
Classification: Application
Component: editing (show other issues)
Version: OOo 2.0 Beta
Hardware: PC Windows ME
: P3 Trivial (vote)
Target Milestone: ---
Assignee: michael.ruess
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-26 00:57 UTC by tburcham
Modified: 2005-03-28 17:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description tburcham 2005-03-26 00:57:37 UTC
1) Paste the code below into the HTML view
2) Go to normal view
3) They will be rendered as text
4) Go back to HTML view
5) That code will be reduced to code for text

<INPUT TYPE="checkbox" NAME="emailassigned_to2" VALUE="1">Assigned to<br>
<INPUT TYPE="checkbox" NAME="emailreporter2" VALUE="1" CHECKED>Reporter<br>
<INPUT TYPE="checkbox" NAME="emailqa_contact2" VALUE="1">QA Contact<br>
<INPUT TYPE="checkbox" NAME="emailcc2" VALUE="1">CC<br>
<INPUT TYPE="checkbox" NAME="emaillongdesc2" VALUE="1">Added comment<br>

...afterward, it was:

<P>Assigned to<BR>Reporter<BR>QA Contact<BR>CC<BR>Added comment</P>
Comment 1 eric.savary 2005-03-28 17:03:52 UTC
the HTML module depends on the Writer module (see issue 19690) where a form
control cannot exist without beeing part of a form.
The HTML module behaves the same and interprets dynamically the parentless
INPUTs as simple paragraphs.
To avoid this, surround the INPUTs with <FORM></FORM> tags.

*** This issue has been marked as a duplicate of 19690 ***
Comment 2 eric.savary 2005-03-28 17:04:08 UTC
closed