Issue 73289 - I can't assign a layout on the masterslide
Summary: I can't assign a layout on the masterslide
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: ui (show other issues)
Version: 680m198
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 3.2
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks: 72764
  Show dependency tree
 
Reported: 2007-01-09 09:18 UTC by christian.guenther
Modified: 2017-05-20 10:29 UTC (History)
3 users (show)

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


Attachments
This patch should prevent users from selecting any layout on the masterslide. (5.55 KB, patch)
2008-04-21 03:20 UTC, liangweike
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description christian.guenther 2007-01-09 09:18:15 UTC
- start an Impress
- change to the master slide
- You can choose Layouts in the tasks pane
- if you assign one of the layouts nothing happens.
In my mind there should be only one layout (Title text) when I change to the
master slide and this layout should 'reset' changes of the slides master. this
would be consistent to the behavior of the handout view.
Comment 1 groucho266 2007-01-09 10:52:16 UTC
Accepted.
Comment 2 christian.guenther 2007-06-08 13:24:59 UTC
*** Issue 78212 has been marked as a duplicate of this issue. ***
Comment 3 pagalmes.lists 2007-06-08 13:43:42 UTC
cgu, are you sure Issue 73289 is a duplicate of 78212? What I described works on
OOo 2.2, but does not work on OOo m213. Wasn't m198 included in OOo 2.2?
Comment 4 christian.guenther 2007-06-08 14:03:11 UTC
You are right. It is the wrong bug.
It's duplicate to 77688.
Thank you for the hint.

*** This issue has been marked as a duplicate of 77688 ***
Comment 5 christian.guenther 2007-06-08 14:05:04 UTC
Sorry, the comment is in the wrong issue.
Comment 6 Martin Hollmichel 2007-11-09 17:17:53 UTC
set target from 2.x to 3.x according to
http://wiki.services.openoffice.org/wiki/Target_3x
Comment 7 liangweike 2008-04-21 03:20:13 UTC
Created attachment 53063 [details]
This patch should prevent users from selecting any layout on the masterslide.
Comment 8 milek_pl 2008-10-29 12:29:23 UTC
We have a patch here, changing type to PATCH.
Comment 9 groucho266 2008-11-20 16:21:50 UTC
Reapplied the fix with one modification: LayoutMenu::DetectEnabledState() has to
be called asynchronously via PostUserEvent so that the resulting change of the
view shell stack is done at the right time.
Comment 10 groucho266 2008-11-20 16:22:25 UTC
Svn revision of last fix is 264071.
Comment 11 groucho266 2009-03-18 16:05:53 UTC
Changing target to OOo 3.2.
Comment 12 groucho266 2009-08-21 14:11:07 UTC
@wg: Please verify.
Comment 13 wolframgarten 2009-08-26 14:36:19 UTC
Verified in CWS.
Comment 14 wolframgarten 2009-08-27 10:00:09 UTC
No, stop. Reopened. When now switching to handout view you cannot select a
layout anymore. The Task pane is automatically switched to tables tabpage and
"layouts" is greyed out and not selectable.
Comment 15 wolframgarten 2009-08-27 10:00:43 UTC
Reassigned.
Comment 16 groucho266 2009-08-27 17:35:44 UTC
The detection of when to disable the layout menu was too simple: it was disabled
always when the main view showed a master page.  Unfortunately the handout page
is a master page, too.

Fixed the detection in SVN revision 275502.
Comment 17 wolframgarten 2009-08-28 09:41:52 UTC
Reassigned.
Comment 18 wolframgarten 2009-08-28 10:00:36 UTC
Verified.