https://bugzilla.wikimedia.org/show_bug.cgi?id=72790

            Bug ID: 72790
           Summary: VisualEditor: Tables - multiple colspan and rowspan
                    are not dislayed correctly
           Product: VisualEditor
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Editing Tools
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

Created attachment 16967
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=16967&action=edit
Correct table display - Edit mode

Steps to reproduce: 

1. In VE insert a table and edit the table with mergining cells to get the
following structure(or something similar) - look at the attached screenshot-
colspan_rowspan_CORRECT_display: 

<table class="wikitable">
<tbody><tr>
<th colspan="4" rowspan="2"></th>
</tr>
<tr>
<th colspan="2" rowspan="2">Header 1</th>
<th>Header 2</th>
<td></td>
</tr> - 

2. save the table - the saved table format will be different - look at the
attached screenshot - saved_table_with_multiple_colspan_rowspan

Expected: the saved table format should be the same as in Edit mode.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to