Ticket #2110 (closed bug)
The last chain of the aoutochain can be chained to the first.
Reported by: | todor | Owned by: | boyan |
---|---|---|---|
Priority: | major | Milestone: | M12_RELEASE |
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: | boyan |
Imp._owners: | boyan | Test_owners: | |
Analysis_reviewers: | boyan | Changelog: | |
Design_reviewers: | meddle | Imp._reviewers: | meddle, todor |
Test_reviewers: | Analysis_score: | 4 | |
Design_score: | 4 | Imp._score: | 4 |
Test_score: | 0 |
Description
- Insert frame text frame.
- Fill it with text.
- Choose autochain.
- Go to the last frame of the autochain and resize it or write some more text.
- Try to chain the last frame with the first.
- Exception occurs.
Change History
comment:2 Changed 15 years ago by boyan
- Design_owners set to boyan
- Status changed from s1b_analysis_finished to s2a_design_started
- Imp._owners set to boyan
starting design
comment:3 Changed 15 years ago by boyan
- Status changed from s2a_design_started to s3b_implementation_finished
This needs a simple change in the TextChainUtils#getAvailableFramesToChain method.
Refs were not removed correctly from the list. The method is now changed to add only the needed frames and not remove anything.
Implemented in a separate branch together with 2074 at revision [7519].
Fixed text wrapping with chaining as well.
comment:4 Changed 15 years ago by boyan
Mistakenly commited in stefan's branch. New changeset: [7565].
comment:5 Changed 15 years ago by meddle
- Status changed from s3b_implementation_finished to s3c_implementation_ok
- Analysis_reviewers set to boyan
- Analysis_score changed from 0 to 4
- Imp._reviewers set to meddle, todor
- Design_score changed from 0 to 4
- Design_reviewers set to meddle
- Imp._score changed from 0 to 4
Merged to the trunk at [7588].
4p
Note: See
TracTickets for help on using
tickets.