Issue 67867 - Crash when assigning Text Animation in drawing object
Summary: Crash when assigning Text Animation in drawing object
Status: CLOSED DUPLICATE of issue 63345
Alias: None
Product: Writer
Classification: Application
Component: formatting (show other issues)
Version: OOo 2.0.3
Hardware: All All
: P2 Trivial (vote)
Target Milestone: ---
Assignee: Armin Le Grand
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-28 10:39 UTC by hunglm
Modified: 2013-08-07 14:43 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 hunglm 2006-07-28 10:39:18 UTC
I have an error when using Text Animation in Writer 2.0.3. Do step following:
   1. New document
   2. Draw a rectangle
   3. Choose rectangle, and type any text in rectangle
   4. In context menu, choose text
   5. On tab Text, check to box "Adjust to contour"
   6. Change to tab Text Animation
   7. In box Effect, choose "Scroll Back and Forth"
   8. Click Ok, Writer will be crash
Comment 1 michael.ruess 2006-07-28 13:18:33 UTC
I was able to reproduce it with OO 2.0.2 and OO 2.0.3; the crash report id's are
rnncc6 (on Solaris) and rqtcc6 (generated on Win). On current 680m178 build I
cannot see this, but I guess it is due to issue 67874 (Animated text in drawing
object not shown as animated).
Comment 2 Armin Le Grand 2006-07-31 12:09:16 UTC
AW: Fixed in aw035, integrated in m179

*** This issue has been marked as a duplicate of 63345 ***
Comment 3 Armin Le Grand 2006-07-31 12:09:43 UTC
AW: CLosing...
Comment 4 hunglm 2006-08-07 02:09:59 UTC
Can you show me how to fix this error. I don't want to upgrade to m179. I still 
using m158 to build.
Comment 5 Armin Le Grand 2006-08-08 10:52:45 UTC
AW: It should not happen in m158, it was introduced with warnings01 (m171 ?). It
was in viewobjectcontact.cxx in
ViewObjectContact::CheckForAnimationFeatures(...) the line
     sdr::animation::AnimationState* pState = GetAnimationState(rInfo);
was commented what was wrong. HTH.
Comment 6 hunglm 2006-08-10 02:14:16 UTC
Ok, I fixed following your help. However, in m158, if I comment the 
sdr::animation::AnimationState* pState = GetAnimationState(rInfo); I don't see 
the animation.

Thank you very much. I think I will waiting until I get new code from m179 :-)