Issue 12514

Summary: A defect of pasting HTML document on to the spreadsheet
Product: Calc Reporter: kevink <ykamiya>
Component: codeAssignee: oc
Status: CLOSED FIXED QA Contact: issues@sc <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: OOo 1.1 Beta   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description kevink 2003-03-20 16:40:38 UTC
It can not be paste a HTML document contains HTML elements like below. It has 
a set of <FORM ...> </FORM> tag between the <TABLE> </TABLE> tags. It happened 
on Ver. 1.01 Japanese on both windows XP and 2000.


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>title</TITLE>
</HEAD>
<BODY>
<TABLE>
<TR>
<TD>
<FORM action="./">
<P>test</P>
</FORM>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
Comment 1 oc 2003-05-26 16:02:06 UTC
Hi Eike,
could you please have a look
Comment 2 ooo 2003-05-27 18:50:05 UTC
Malte,

EditHTMLParser::NextToken() ignores FORM elements. At least text
contained within should go into a paragraph.
Comment 3 malte_timmermann 2003-06-11 14:37:56 UTC
EditEngine2...
Comment 4 malte_timmermann 2003-08-19 14:15:20 UTC
Fixed in editeng02
Comment 5 malte_timmermann 2003-09-04 09:50:31 UTC
MT->CGU: Please verify.
Just put HTML into test.html and use open 'HTML (OpenOffice Calc)' as 
filter.
Comment 6 christian.guenther 2003-09-09 10:26:40 UTC
Hi Olli
I think this is your part. Please verify this issue.
Comment 7 oc 2003-09-16 09:06:03 UTC
reset status to fixed
Comment 8 oc 2003-09-16 09:06:29 UTC
Verified in internal build editeng02
Comment 9 oc 2004-03-23 17:06:39 UTC
closed because fixed