Issue 86240 - [cws presenterview] Context menu missing
Summary: [cws presenterview] Context menu missing
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: editing (show other issues)
Version: recent-trunk
Hardware: All All
: P2 Trivial (vote)
Target Milestone: ---
Assignee: christoph.lukasiak
QA Contact: issues@graphics
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2008-02-19 14:19 UTC by christoph.lukasiak
Modified: 2013-08-07 15:20 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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