Ticket #1778 (closed bug: worksforme)
strange chaining behavior
Reported by: | danvisel | Owned by: | danvisel |
---|---|---|---|
Priority: | major | Milestone: | M09_BETA1 |
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: | danvisel | Design_owners: | |
Imp._owners: | Test_owners: | vanya | |
Analysis_reviewers: | Changelog: | ||
Design_reviewers: | Imp._reviewers: | ||
Test_reviewers: | Analysis_score: | 0 | |
Design_score: | 0 | Imp._score: | 0 |
Test_score: | 0 |
Description
- Make a new book.
- Insert a text frame.
- Insert cursor into text frame, type "1" followed by RETURN until the frame is full.
- Insert a second text frame.
- Insert cursor into second text frame, type "2" followed by RETURN until the frame is full.
- Use chain halo on second text frame to chain it to frame 1.
At this point, frame 1's content is replaced with "2"s.
- Delete frame 2.
At this point, frame 1's content reverts to its original 1.
Is this the behavior that should be happening? The resurrection of content that had been replaced seems odd to me. I think what the user would expect is that frame 1's content would be all the 2s because one frame in the chain was deleted.
Change History
comment:1 Changed 16 years ago by danvisel
- Owner set to danvisel
- Status changed from new to s1a_analysis_started
comment:2 Changed 16 years ago by danvisel
- Status changed from s1a_analysis_started to s1b_analysis_finished
Note: See
TracTickets for help on using
tickets.