https://bugs.documentfoundation.org/show_bug.cgi?id=157350

Jambunathan K <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #12 from Jambunathan K <[email protected]> ---
Created attachment 190147
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190147&action=edit
lo-bug-157350-table-template-not-working.zip

This attachment was produced in response to
https://bugs.documentfoundation.org/show_bug.cgi?id=157350#c11

- lo-bug-157350-table-template-not-working.zip :: Contains all the
  details needed for this bug report

  - boxlist-red-yet-again-1.odt :: An empty 5x5 table with Box List Red
    applied.  The table is rendered with color

  - boxlist-red-yet-again-1.pdf      :: PDF version of the above ~odt~ file

  - boxlist-red-yet-again-2.odt :: Copy ~boxlist-red-yet-again-1.odt~
    and do renamings as below.  The renamings are done with a text
    editor.

    In ~styles.xml~, do the following re-namings.

    #+begin_src emacs-lisp
      (("Box List Red" "BoxListRed")
       ("Box_20_List_20_Red.10" "BoxListRedTableBackgroundCell")
       ("Box_20_List_20_Red.8" "BoxListRedTableOddColumnsCell")
       ("Box_20_List_20_Red.7" "BoxListRedTableEvenColumnsCell")
       ("Box_20_List_20_Red.6" "BoxListRedTableOddRowsCell")
       ("Box_20_List_20_Red.5" "BoxListRedTableEvenRowsCell")
       ("Box_20_List_20_Red.9" "BoxListRedTableBodyCell")
       ("Box_20_List_20_Red.4" "BoxListRedTableLastColumnCell")
       ("Box_20_List_20_Red.3" "BoxListRedTableFirstColumnCell")
       ("Box_20_List_20_Red.2" "BoxListRedTableLastRowCell")
       ("Box_20_List_20_Red.1" "BoxListRedTableFirstRowCell"))
    #+end_src

    In ~content.xml~, do the following re-naming.

    #+begin_src emacs-lisp
      (("Box List Red" "BoxListRed"))
    #+end_src

    Also, strip the ~table:style-name~ attribute from all the
    ~table:table-cell~ elements of the table.

    Confirm that above XML files are well-formed according to the ODF
    rng schema.

  - boxlist-red-yet-again-1-to-2.diff :: This diff file shows what
    renamings have been done.

  - boxlist-red-yet-again-2.pdf :: PDF export of the above ~odt~ file.

  - boxlist-red-yet-again-2 :: Unzipped version of
~boxlist-red-yet-again-2.odt~

* Bug description

- Open ~boxlist-red-yet-again-2.odt~

- Note that the table has no colors

The expected behaviour is that table in ~boxlist-red-yet-again-2~
should be rendered just the same way as ~boxlist-red-yet-again-1~.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to