Ticket #2078 (closed bug: fixed)

Opened 16 years ago

Last modified 15 years ago

Crash: Adding an image or pattern background

Reported by: vanya Owned by: tanya
Priority: major Milestone: M12_RELEASE
Component: uncategorized Version: 2.0
Keywords: Cc: tanya
Category: unknown Effort:
Importance: Ticket_group:
Estimated Number of Hours: 0 Add Hours to Ticket: 0
Billable?: yes Total Hours: 0
Analysis_owners: vanya Design_owners: tanya
Imp._owners: tanya Test_owners:
Analysis_reviewers: Changelog:
Design_reviewers: meddle Imp._reviewers: pap
Test_reviewers: Analysis_score: 3.5
Design_score: 3.5 Imp._score: 3.5
Test_score: 0

Description

Adding an image or pattern as a background for a page or a frame causes a crash.

Attachments

frame_image.txt (18.5 KB) - added by vanya 16 years ago.
A crash report for trying to add an image as a background of a frame
frame_pattern.txt (18.5 KB) - added by vanya 16 years ago.
A crash report for trying to add a pattern as a background of a frame
page_image.txt (18.5 KB) - added by vanya 16 years ago.
A crash report for trying to add an image as a background of a page
page_pattern.txt (18.5 KB) - added by vanya 16 years ago.
A crash report for trying to add a pattern as a background of a page

Change History

Changed 16 years ago by vanya

A crash report for trying to add an image as a background of a frame

Changed 16 years ago by vanya

A crash report for trying to add a pattern as a background of a frame

Changed 16 years ago by vanya

A crash report for trying to add an image as a background of a page

Changed 16 years ago by vanya

A crash report for trying to add a pattern as a background of a page

comment:1 Changed 16 years ago by vanya

  • Status changed from new to s1b_analysis_finished

comment:2 Changed 16 years ago by tanya

  • Status changed from s1b_analysis_finished to s2a_design_started

comment:3 Changed 16 years ago by tanya

  • Status changed from s2a_design_started to s3b_implementation_finished

comment:4 Changed 16 years ago by meddle

  • Status changed from s3b_implementation_finished to s2c_design_ok
  • Design_reviewers set to meddle
  • Imp._reviewers set to meddle

And where is your design section, where is your name??
I know this is the optimized process, but that's just amazing!!!
I remember Mitex once did that though so it's not new for me :)

0p

comment:5 Changed 16 years ago by meddle

  • Cc tanya added

comment:6 Changed 16 years ago by tanya

  • Design_owners set to tanya
  • Owner set to tanya
  • Status changed from s2c_design_ok to s3a_implementation_started
  • Imp._owners set to tanya

comment:7 Changed 16 years ago by tanya

  • Status changed from s3a_implementation_started to s3b_implementation_finished

+ The logics in the handle method in BackgroundImageField and BackgroundPatternField were wrong. The event parameter transferred is not File but FileDialogInput.FileContainer, so the object we get is FileDialogInput.FileContainer and from it we get the File we need.

comment:8 Changed 16 years ago by meddle

  • Status changed from s3b_implementation_finished to s3c_implementation_ok
  • Design_score changed from 0 to 3.5
  • Imp._reviewers changed from meddle to pap
  • Imp._score changed from 0 to 3.5
  • Analysis_score changed from 0 to 3.5

comment:9 Changed 15 years ago by deyan

  • Status changed from s3c_implementation_ok to closed
  • Resolution set to fixed

fixed

Note: See TracTickets for help on using tickets.