Ticket #2263 (closed bug: obsolete)
copy-paste-text-frame-image-background - When trying to copy text frame between two books, the image background is lost.
Reported by: | todor | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | X3 |
Component: | uncategorized | Version: | 2.0 |
Keywords: | Cc: | ||
Category: | unknown | Effort: | |
Importance: | Ticket_group: | ||
Estimated Number of Hours: | 0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Analysis_owners: | todor | Design_owners: | dein |
Imp._owners: | deni | Test_owners: | |
Analysis_reviewers: | deni | Changelog: | |
Design_reviewers: | meddle | Imp._reviewers: | todor, meddle |
Test_reviewers: | Analysis_score: | 3.5 | |
Design_score: | 3.5 | Imp._score: | 3.5 |
Test_score: | 0 |
Description
- Create book.
- Insert text frame.
- Set some image as text background.
- Copy the frame.
- Try to paste it in other book.
- The background image is lost.
Attachments
Change History
comment:2 Changed 15 years ago by deni
- Design_owners set to dein
- Status changed from s1b_analysis_finished to s2a_design_started
- Imp._owners set to deni
- Analysis_reviewers set to deni
- Analysis_score changed from 0 to 5
comment:3 Changed 15 years ago by deni
- Status changed from s2a_design_started to s3b_implementation_finished
- Add a DeeplyCopied annotation to the key StyledElement.KEY_BACKGROUND__IMAGE.
- In CopyUtil.capsulate(ResourceH) make a deep copy of a key only if its value is not ResourceRefR4.NONE_REF.
- In CopyUtil.decapsulate(...) if a the value of a deeply copied key is null, do not do anything (i.e. no need to move a deeply copied resource as a child of the book and set a new value to the key).
comment:4 Changed 15 years ago by meddle
- Status changed from s3b_implementation_finished to s3c_implementation_ok
- Analysis_score changed from 5 to 3.5
- Imp._reviewers set to todor, meddle
- Design_score changed from 0 to 3.5
- Design_reviewers set to meddle
- Imp._score changed from 0 to 3.5
Merged to the trunk at [8499]...
The analysis is ok, but nothing special -> 3.5
You are not serious about picking a bug by it's design -> 3.5 for you too
I don't like the capsulating-decapsulating thing... but may be it is the only way...
Note: See
TracTickets for help on using
tickets.