[Libreoffice-bugs] [Bug 78908] no frame background images after loading particular ODF document

2014-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78908

Miklos Vajna vmik...@collabora.co.uk changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |vmik...@collabora.co.uk
   |desktop.org |

--- Comment #5 from Miklos Vajna vmik...@collabora.co.uk ---
http://cgit.freedesktop.org/libreoffice/core/commit/?id=7b66810f17c1000ac1d4dc3c5ba49842a0d146be

and the commits right before it fix this bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 78908] no frame background images after loading particular ODF document

2014-06-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78908

suokunl...@gmail.com changed:

   What|Removed |Added

 Blocks|75025   |

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 78908] no frame background images after loading particular ODF document

2014-06-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78908

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 Blocks||75025

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 78908] no frame background images after loading particular ODF document

2014-05-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78908

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

 Whiteboard||odf
   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=42341
 Blocks||75025

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 78908] no frame background images after loading particular ODF document

2014-05-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78908

--- Comment #1 from Miklos Vajna vmik...@collabora.co.uk ---
Probably 6e61ecd09679a66060f932835622821d39e92f01 (Merge back branch
alg_writerframes to trunk, 2014-03-19) is related.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 78908] no frame background images after loading particular ODF document

2014-05-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78908

--- Comment #2 from Miklos Vajna vmik...@collabora.co.uk ---
Bibisect range is
a85145a359f5f21b2d57d822b2785a85c6566856..ffaf640b734885d2844a99cc1fd61c8a6a1d663b,
contains the above mentioned commit.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 78908] no frame background images after loading particular ODF document

2014-05-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78908

--- Comment #3 from Miklos Vajna vmik...@collabora.co.uk ---
Aha, it seems that the bug is about how a bitmap background and transparency
interacts. In the past, style:background-transparency (which is 100%, e.g.
fully transparent) was ignored, and in case the user set a (semi-)transparent
background e.g. to 90%, then the child style:background-image's draw:opacity
attribute was set to 100-value, so 10% in this case.

The new behavior is incompatible (though it's consistent with drawinglayer
shapes): it parses style:background-transparency, that's how in the document
the background bitmap is not visible.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 78908] no frame background images after loading particular ODF document

2014-05-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78908

--- Comment #4 from Miklos Vajna vmik...@collabora.co.uk ---
Michael: I guess the fix would be to make sure that we ignore
style:background-transparency if draw:opacity is present. I tried to do that,
but it seems that the normal content filters are evaluated only for the
style:graphic-properties's attributes, not for child elements' attributes (like
style:background-image); I wonder if you know of an example where we handle
something like this already.

WIP patch: http://pastebin.com/raw.php?i=gzRM8sgr

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs