Ticket #2078 (closed bug: fixed)
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
Change History
Changed 16 years ago by vanya
- Attachment frame_image.txt added
Changed 16 years ago by vanya
- Attachment frame_pattern.txt added
A crash report for trying to add a pattern as a background of a frame
Changed 16 years ago by vanya
- Attachment page_image.txt added
A crash report for trying to add an image as a background of a page
Changed 16 years ago by vanya
- Attachment page_pattern.txt added
A crash report for trying to add a pattern as a background of a page
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: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.
A crash report for trying to add an image as a background of a frame