Issue 57971 - crash after change Property for some custom animation
Summary: crash after change Property for some custom animation
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: programming (show other issues)
Version: OOo 2.0 Beta
Hardware: All All
: P2 Trivial (vote)
Target Milestone: OOo 2.0.1
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-16 02:24 UTC by yolanda
Modified: 2005-11-18 12:35 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 yolanda 2005-11-16 02:24:20 UTC
1. create an impress file, add a draw object;
2. add custom animation( such as Transparency) to the object;
3. change the Amount from 50% to the others then the implication crash
Comment 1 wolframgarten 2005-11-16 08:07:30 UTC
Reproducible, even in current internal version.
This works if I open the ...-box for changing the options. But when I use the
dropdown box to directly change the %-count Office crashes.
Report ID is 914598. 
Comment 2 thb 2005-11-16 08:18:18 UTC
@cl: Custom animation UI -> please have a look.
Comment 3 clippka 2005-11-16 12:27:27 UTC
looks like vcl changed the focus behaviour.
I need to change some destructore orders ans also fix that we change the
property from inside the menu callback handle.
Comment 4 clippka 2005-11-16 12:42:07 UTC
fixed in cws canvas03

The DrowdownMenuBox is now the owner of the menu and the subcontrol and deletes
them in the correct order. I also added a setValue and getControlType to all
PropertySubControl() so that CustomAnimationPane::updateControls() can reuse
existing subcontrols if they match. With this features we do not delete any
menus anymore while we still have the menu callback handler on the stack :-(
Comment 5 thb 2005-11-16 19:33:03 UTC
@wg: fixed in CWS canvas03, please verify.

re-open issue and reassign to wg@openoffice.org
Comment 6 thb 2005-11-16 19:33:13 UTC
reassign to wg@openoffice.org
Comment 7 thb 2005-11-16 19:33:21 UTC
reset resolution to FIXED
Comment 8 wolframgarten 2005-11-17 09:51:29 UTC
Verified in CWS.
Comment 9 wolframgarten 2005-11-18 12:35:48 UTC
Tested in m142. CLosed.