Changes between Version 40 and Version 41 of TEXT_AUTO_CHAIN_BEHAVIOUR_R1


Ignore:
Timestamp:
09/30/09 12:52:46 (16 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_AUTO_CHAIN_BEHAVIOUR_R1

    v40 v41  
    7777 
    7878= Implementation = 
     79Notes on the comments of the design review: 
     80 * The HUD in the analysis section is designed for full auto-chaining behavior: when you select auto-chaining mode, text flow is monitored in real time and frames are added/deleted correspondingly. After discussion with milo, we decided that at this point a button that recomputes the flow should be available and no auto-tracking will be present. That's why the HUD has a button instead of an item in the drop-down. 
     81 * I thought that a space after the resource name prefixes makes them a bit more readable. I will get rid of them at all places. 
     82 * I won't use Ctrl+Shift+F anymore :) 
     83 * TextSelectionTest will not be fixed at this iteration. It is improved though but fails because of a missing icon. 
     84 * Templating behaves strangely and unstable - try inserting some frames on a page and click twice on the Use Template halo button :) That's a great way of deleting frames... 
     85 * The bug with page deleting is now fixed, all frames are deleted as well but there is no time to implement underflowing now. 
     86 * Currently grouping will not affect auto-chaining in any way - no matter whether a frame is a group or not, default frames are inserted on next pages. This will be fixed soon together with the other bug related to chaining and grouping - [ticket:2074]). 
     87 
     88Now a lot of features are not implemented but we need to get something in trunk because the newly created branch will get outdated again and merging will be problematic. 
     89 
    7990Implemented with the following known issues: 
    8091 * If you chain to a frame with a text in it, it is hidden instead of appended. 
     
    8596 * Text does not wrap correctly with rotation. 
    8697 * HUD stays open after you chain a frame. 
     98 * Grouping chained frames may cause crashes. 
    8799 
    88100These will be fixed as bugs after the integration of the current task. Commited in the following changesets: [6758], [6759] - merged from trunk, [6768], [6840], [6906] - test and design, [6917], [6923], [6934] 
     101Created a clean branch at [7003], merged from the old one (with no merge properties) at [7033]. 
    89102 
    90103= Testing =