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

--- Comment #3 from Justin L <jl...@mail.com> ---
Created attachment 191917
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191917&action=edit
gradient-fill-preservation-yellowBehindBlue22.docx: yellow=2, blue=2

Our zOrder generally says "first come, highest zOrder".

Sanity check: if I made Yellow=3, Blue=2, then yellow is in front? Yes. 

We do have a flag for "oldStyle" and this is compatibilityMode=12 (2007).
However, changing to 15 doesn't make any difference. So, I have to assume that
we have a conflict between z-Index doing first-wins and relativeHeight where
last-wins.

It is worth noting that MS Word 2019 replaced these conflicting 2's with new,
randomized positions. (Sanity check - verify that non-conflicting 3,2 was not
change? Correct - no change.)

Conclusion?
I guess that when we hit NS_ooxml::LN_CT_Anchor_relativeHeight, we need to
check if that zOrder is already registered. If so, bump up by 1.

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

Reply via email to