Changes between Version 1 and Version 2 of TEXT_FRAME_SCROLLBARS_R0
- Timestamp:
- 04/03/09 14:41:20 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_FRAME_SCROLLBARS_R0
v1 v2 4 4 5 5 = Analysis = 6 Non-flow text frame should have scrollbars when the text overflow. They should appear and disappear automatically.7 6 8 7 == 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.)^ 8 The 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. 10 9 11 10 == 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 13 12 14 13 == Task result == 15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 14 * The result should be code 16 15 17 16 == 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 19 18 20 19 == Related == 21 ^(Add links to related tasks that could be useful or helpful.)^ 20 [wiki:TEXT_CHAINING_BEHAVIOUR_R0] 22 21 23 22 == 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 25 27 26 28 = Design =