To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=38961


User bh changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|bh                        |requirements
--------------------------------------------------------------------------------




------- Additional comments from b...@openoffice.org Fri May 21 13:58:23 +0000 
2010 -------
To grep the issues easier via "requirements" I put the issues currently lying on
my owner to the owner "requirements". 

------- Additional comments from pawo...@openoffice.org Thu Jun 10 11:19:49 
+0000 2010 -------
I confirm: nested tables in HTML source does not work when opening such HTML
document in Writer. By nested table I mean:

(outer table)
...
<tr>
<td>
<table><tr><td>nested table</td></tr></table>
</td>
<tr>
...

I tested it under:
Oo 2.0.4 - works OK
Oo 3.2.0 - does not work.

To make it work under Oo 3.x put the nested table in the <div>:

<td>
<div><table><tr><td>nested table</td></tr></table></div>
</td>

or just put something between <td> and nested <table> tags, for example:

<td>&nbsp;
<table><tr><td>nested table</td></tr></table>
</td>

If You put something AFTER the nested table it still does not work.

Anyway those are just workarounds, permanent solution for that issue is needed.
Attached You will find HTML files where this problem can be observed.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to