Ticket #2074 (closed bug)
Clicking on second frame of grouped chain throws an exception
Reported by: | deyan | Owned by: | |
---|---|---|---|
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: | deyan | 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
- When you group chained frames, the text from the second chain disappears and appears again when you break the group
- When you group chained frames and click in the second frame of the chain, an exception is thrown
The cursor should be put into the second frame and typing should be allowed, grouping should not break chaining
Attachments
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 was because refs were not taken from the access. As a result the frame kept its old ref after the grouping. This didn't work with redirects. Now refs are taken from the access and the problem is solved.
Implemented in a separate branch together with 2110 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.