Issue 86240

Summary: [cws presenterview] Context menu missing
Product: Impress Reporter: christoph.lukasiak
Component: editingAssignee: christoph.lukasiak
Status: CLOSED FIXED QA Contact: issues@graphics <issues>
Severity: Trivial    
Priority: P2 CC: issues
Version: recent-trunkKeywords: regression
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description christoph.lukasiak 2008-02-19 14:19:12 UTC
1. open any presentation
2. insert any object

-> context missing
=> disturbes testtool (various autotests)
Comment 1 christoph.lukasiak 2008-02-19 14:22:19 UTC
works fine in master (m239) -> strongly recommended to fix before integration in
master

=> set keyword 'regression'
Comment 2 groucho266 2008-02-20 09:20:24 UTC
Self references are a bit outdated so I changed the summary.
Comment 3 groucho266 2008-02-20 09:26:28 UTC
This bug was caused by a recent change in DrawViewShell::Command() when the
slide show handling was modified.  A wrong way to determine whether a full
screen presentation is active lead the DrawViewShell to believe that that was
the case when it was not.  During a full screen presentation the DrawViewShell
is not responsible for painting and must not show the context menu either. 
Therefore: no context menu.

Fixed the detection of an active presentation.

Modified file is sd/source/ui/view/drviews4.cxx    rev. 1.38.6.2
Comment 4 christoph.lukasiak 2008-02-25 12:39:51 UTC
verified in cws (20-2 build)
Comment 5 groucho266 2008-03-06 13:00:03 UTC
Changing owner for verification.
Comment 6 christoph.lukasiak 2008-05-21 11:14:32 UTC
close