Changes between Version 7 and Version 8 of TEXT_CHAINING_BEHAVIOUR_R1


Ignore:
Timestamp:
09/15/09 13:23:34 (16 years ago)
Author:
milen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_CHAINING_BEHAVIOUR_R1

    v7 v8  
    3434     * The unchain halo should present when the frame is part of a chain and is not the last one in the chain. Otherwise chain halo should present. 
    3535    * Deleting a text frame which is part of linked text frames deletes the frame and: 
    36           * If the frame is the first one in the chain, then the frame and all the text in the chain is deleted but the text is saved in Resources . The links between the others are saved as if there are not modified pages, having only empty text frames, these pages are deleted without loosing the links in the chain. 
     36          * If the frame is the first one in the chain, then the frame and all the text in the chain is deleted but the text is saved in Resources . The links between the others are saved as if there are not modified pages, having only empty text frames, these pages are deleted without loosing the links in the chain. If all the pages are not modified and they have only empty frames the first page is not deleted. 
    3737          * If the frame is a middle frame in the chain, then in case of no destructing the links between the frames before and after the deleted frame link them, save the links between the other frames in the new created chain and save the text. 
    3838          * If the frame is the last one then the frame is deleted without destroying the chain before it and the text in the chain is saved.  
     
    5454 
    5555== How to demo == 
    56 ^(Provide instructions for demonstration of the task.)^ 
     56 1. Chain four frames on a page. 
     57 2. Show the halos - first three frames should have only unchain halos. Last frame should have chain halo. 
     58 3. Unchain the third frame. 
     59 4. Show that the other frames remain chained. 
     60 5. Delete the second frame. 
     61 6. Show that after the frame is deleted the other two frames remain chained. 
    5762 
    5863= Design =