Changes between Version 1 and Version 2 of TEXT_FRAME_SCROLLBARS_R0


Ignore:
Timestamp:
04/03/09 14:41:20 (16 years ago)
Author:
dido
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_FRAME_SCROLLBARS_R0

    v1 v2  
    44 
    55= Analysis = 
    6 Non-flow text frame should have scrollbars when the text overflow. They should appear and disappear automatically.  
    76 
    87== Overview == 
    9 ^(Provide a brief overview of the whole task in its first revision. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 
     8The text frame should have scrollbars when the text overflow and text frame is none flow. They should appear and disappear automatically. However the horizontal scrollbar will appear only if there are elements unable to be wrapped inside the text frame. The size of the text frame is fixed - there won't be any auto resizing. 
    109 
    1110== Task requirements == 
    12 ^(List the necessary requirements that the task must fulfill.)^ 
     11 * Create a prototype that allows automatic appearance of the scrollbars for the text frame 
    1312 
    1413== Task result == 
    15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     14 * The result should be code 
    1615 
    1716== Implementation idea == 
    18 ^(Provide some rough implementation idea(s).)^ 
     17 * Get familiar with org.sophie2.base.model.text module and don't get into conflict whit it 
    1918 
    2019== Related == 
    21 ^(Add links to related tasks that could be useful or helpful.)^ 
     20[wiki:TEXT_CHAINING_BEHAVIOUR_R0] 
    2221 
    2322== How to demo == 
    24 ^(Provide instructions for demonstration of the task.)^ 
     23 * Run the application 
     24 * Create none flow text frame with fixed size 
     25 * Paste some lorem ipsum text (http://www.lipsum.com/) 
     26 * See if scrollbars appear 
    2527 
    2628= Design =