Issue 12514 - A defect of pasting HTML document on to the spreadsheet
Summary: A defect of pasting HTML document on to the spreadsheet
Status: CLOSED FIXED
Alias: None
Product: Calc
Classification: Application
Component: code (show other issues)
Version: OOo 1.1 Beta
Hardware: PC Windows XP
: P3 Trivial (vote)
Target Milestone: ---
Assignee: oc
QA Contact: issues@sc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-20 16:40 UTC by kevink
Modified: 2013-08-07 15:15 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 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