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

--- Comment #12 from Regina Henschel <rb.hensc...@t-online.de> ---
Created attachment 114512
  --> https://bugs.documentfoundation.org/attachment.cgi?id=114512&action=edit
File with draw:nav-order and draw:z-index

On layer Layout are the objects 'red', 'blue', 'yellow', on layer Layer4 is
object 'magenta', and on layer Controls is object 'green'.

To see the settings in the file unpack it and look into the content.xml.

Using the tab key, you should get the order: red blue green yellow magenta. The
tab key order is given by the attribute draw:nav-order, which is an attribute
of the page.

The rendering order from back to front is given by the attribute draw:z-index
of the individual drawing objects. This attribute will be removed, when saving
by LibreOffice or Apache OpenOffice.

The z-order stack should be according to ODF: (back) blue yellow magenta green
red (front)
But because of the special handling of Controls-layer you will get: (back) blue
yellow magenta red green (front)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise

Reply via email to