Issue 38065 - 'Layer Invisible' setting not respected in Page Pane (slide browser)
Summary: 'Layer Invisible' setting not respected in Page Pane (slide browser)
Status: UNCONFIRMED
Alias: None
Product: Draw
Classification: Application
Component: ui (show other issues)
Version: 680m63
Hardware: All All
: P4 Trivial (vote)
Target Milestone: AOO Later
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
: 45154 124820 (view as issue list)
Depends on:
Blocks:
 
Reported: 2004-11-29 13:08 UTC by wolframgarten
Modified: 2014-05-14 17:35 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description wolframgarten 2004-11-29 13:08:45 UTC
Open a new doc, insert a picture. Set its layer to not visible: in the slide
browser the picture is still visible.
Comment 1 groucho266 2004-11-29 15:54:29 UTC
Accepted.
Comment 2 groucho266 2004-12-01 09:06:38 UTC
At the moment the state of the view in the center pane is not accessible from
the PreviewRenderer that creates the previews.  The problem here is the 

sd::slidesorter::cache::PreviewBitmapFactory2 class that uses the
PreviewRenderer. It has access to a view::PageObjectViewObjectContact object
associated with the page to render.  From this, however, it can not extract the
view.
Comment 3 ooo 2005-01-17 16:44:13 UTC
Setting target to OOo 2.0.1 due to resource constraints
Comment 4 groucho266 2005-03-21 13:38:11 UTC
*** Issue 45154 has been marked as a duplicate of this issue. ***
Comment 5 groucho266 2005-05-24 13:58:32 UTC
Due to resource constraints I set the target to OOo Later.
Comment 6 Rainer Bielefeld 2014-05-05 11:11:30 UTC
*** Issue 124820 has been marked as a duplicate of this issue. ***
Comment 7 Rainer Bielefeld 2014-05-05 11:15:00 UTC
I always saw that as a feature, not at a bug.
Where is the problem with the current behavior?
Is there any specification promising hidden contents in Page Pane?
Comment 8 Rainer Bielefeld 2014-05-05 11:15:23 UTC
Due to comment above.
Comment 9 Rainer Bielefeld 2014-05-05 11:53:04 UTC
<http://www.openoffice.org/specs/draw/layer.odt> does not help here
Comment 10 mroe 2014-05-14 17:35:03 UTC
The Pages Pane should be extended with checkboxes to choose which layers should be displayed.
[ ]printable layer
[ ]nonprintable layer
[ ]visible layer
[ ]invisible layer

With
[X]printable layer
[ ]nonprintable layer
[X]visible layer
[ ]invisible layer

all layers which are printable or visible are displayed.

With
[X]printable layer
[ ]nonprintable layer
[ ]visible layer
[ ]invisible layer

and/or
[ ]printable layer
[X]nonprintable layer
[ ]visible layer
[ ]invisible layer

one could check, if the all layers and all objects have the right state for printing.

The actual behaviour:
[?]printable layer
[?]nonprintable layer
[X]visible layer
[X]invisible layer


So I change this issue from DEFECT to ENHANCEMENT because of comment 7 the actual behaviour can be evaluate as feature or as bug.