Bugzilla – Attachment 117467 Details for
Bug 92960
Calc doesn't merge cells correctly when pasting merged content from HTML
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Table without merged cells in first row
table_without_merged_cells_in_first_row.html (text/html), 822 bytes, created by
RoMan
on 2015-07-27 13:36:39 UTC
(
hide
)
Description:
Table without merged cells in first row
Filename:
MIME Type:
Creator:
RoMan
Created:
2015-07-27 13:36:39 UTC
Size:
822 bytes
patch
obsolete
><!DOCTYPE html> ><html> ><head> > <title>Table</title> ></head> ><body> > > <table border=1 width="90%"> > <tr> > <td>Cell1</td> > <td>Cell2</td> > <td>Cell3</td> > </tr> > <tr> > <td>Cell1</td> > <td colspan="2">Cell2 + 3</td> > </tr> > <tr> > <td colspan="2"> Cell1 + Cell2</td> > <td>Cell3</td> > </tr> > <tr> > <td colspan="3"> Cell1 + Cell2 + Cell3</td> > </tr> > <tr> > <td rowspan="2">Cell1 + Cell2</td> > <td colspan="2"> Cell2 + Cell3</td> > </tr> > <tr> > <td>Cell2</td> > <td>Cell3</td> > </tr> > </table> ></body> ></html>
<!DOCTYPE html> <html> <head> <title>Table</title> </head> <body> <table border=1 width="90%"> <tr> <td>Cell1</td> <td>Cell2</td> <td>Cell3</td> </tr> <tr> <td>Cell1</td> <td colspan="2">Cell2 + 3</td> </tr> <tr> <td colspan="2"> Cell1 + Cell2</td> <td>Cell3</td> </tr> <tr> <td colspan="3"> Cell1 + Cell2 + Cell3</td> </tr> <tr> <td rowspan="2">Cell1 + Cell2</td> <td colspan="2"> Cell2 + Cell3</td> </tr> <tr> <td>Cell2</td> <td>Cell3</td> </tr> </table> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 92960
:
117466
| 117467 |
117468
|
117469
|
117482