You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2013/05/20 16:52:51 UTC

[Bug 122350] New: Transparency applied to raster picture invisible until save - close - reopen

https://issues.apache.org/ooo/show_bug.cgi?id=122350

            Bug ID: 122350
        Issue Type: DEFECT
           Summary: Transparency applied to raster picture invisible until
                    save - close - reopen
    Classification: Application
           Product: Draw
           Version: AOO400-dev
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Keywords: regression
          Severity: normal
          Priority: P3
         Component: viewing
          Assignee: issues@openoffice.apache.org
          Reporter: rainerbielefeld_ooo_qa@bielefeldundbuss.de
                CC: issues@openoffice.apache.org

Created attachment 80712
  --> https://issues.apache.org/ooo/attachment.cgi?id=80712&action=edit
Sample Document

Steps how to reproduce with server installation of  "AOO 4.0.0-Dev – English UI
/ German locale [AOO400m1(Build:9700) - Rev. 1482523 Rev.1482259 (2013-05-15)]"
on WIN7 Home Premium (64bit)", own separate user profile;

1. open attached sample document
2. Mouseclick on "Citrus"
3. In Picture Toolbar -> Transparency Spin Button -> Increase value from 0%
   to 50%
   Expected: Transparency appears immediately after releasing arrow button
   Actual: No change in view
4. do the same with second picture
   Same bad result
5. Save -> Close -> Reopen
   > Now transparency is visible

Already Reproducible  with server installation of  " AOO 4.0.0-Dev  – English
UI / German locale [AOO400m1(Build:9700) - Rev. 1457992 - Rev.1457606]" on WIN7
Home Premium (64bit)", own separate user profile

Worked fine with 3.4.1, so Regressions

I will do test with latest Dev Version later

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

[Bug 122350] Transparency applied to raster picture invisible until modification of other parameter or 'save - close - reopen'

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122350

rainerbielefeld <ra...@bielefeldundbuss.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Transparency applied to     |Transparency applied to
                   |raster picture invisible    |raster picture invisible
                   |until save - close - reopen |until modification of other
                   |                            |parameter or 'save - close
                   |                            |- reopen'
                 OS|All                         |Windows 7

--- Comment #1 from rainerbielefeld <ra...@bielefeldundbuss.de> ---
Still Reproducible with server installation of  "AOO 4.0.0-Dev – English UI /
German locale [AOO400m1(Build:9700) -  Rev. 1484333 Rev.1483903 (2013-05-20)]"
on WIN7 Home Premium (64bit)", own separate user profile

All the same with Sidebar as expected.

Strange: If I modify an other Graphic Parameter for the picture (Contrast,
color, ...) before or after Step 3 transparency will be shown immediately as
expected.
In most cases that success disappears after the other parameter has been set
back to default value.

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

[Bug 122350] Transparency applied to raster picture invisible until modification of other parameter or 'save - close - reopen'

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122350

Armin Le Grand <Ar...@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ACCEPTED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Armin Le Grand <Ar...@me.com> ---
ALG: Okay, done.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 122350] Transparency applied to raster picture invisible until modification of other parameter or 'save - close - reopen'

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122350

Armin Le Grand <Ar...@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
                 CC|                            |Armin.Le.Grand@me.com
           Assignee|issues@openoffice.apache.or |Armin.Le.Grand@me.com
                   |g                           |
     Ever confirmed|0                           |1

--- Comment #2 from Armin Le Grand <Ar...@me.com> ---
ALG: Looks as if in svtools GraphicObject::GetTransformedGraphic does not
handle transparency; I'll have a look...

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

[Bug 122350] Transparency applied to raster picture invisible until modification of other parameter or 'save - close - reopen'

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122350

--- Comment #4 from SVN Robot <sv...@dev.null.org> ---
"alg" committed SVN revision 1486842 into trunk:
i122350 Corrected buffering when alpha changed

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 122350] Transparency applied to raster picture invisible until modification of other parameter or 'save - close - reopen'

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122350

--- Comment #5 from Armin Le Grand <Ar...@me.com> ---
ALG: Was a windows-specific cacing problem for the new GdiPlusBitmapCache;
BitmapEx from VCL uses a content and an alpha bitmap, both get combined to a
single GdiPlusBitmap. This one is cached, but the associated alpha from
construction was not remembered. In this special case only the alpha-bitmap
changed and this was not detected. Waiting a while (so that the cached
GdiPlusBitmap was flushed) could solve the problem.
Added handling of associated alpha, checking in...

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 122350] Transparency applied to raster picture invisible until modification of other parameter or 'save - close - reopen'

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122350

Armin Le Grand <Ar...@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |AOO 4.0

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 122350] Transparency applied to raster picture invisible until modification of other parameter or 'save - close - reopen'

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122350

Armin Le Grand <Ar...@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |ACCEPTED

--- Comment #3 from Armin Le Grand <Ar...@me.com> ---
ALG: Interestingly it worked in previous versions; this makes it a regression
and worth looking what has changed and how this was handled in older versions.

-- 
You are receiving this mail because:
You are on the CC list for the bug.