| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary=FRAME_SIZE_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] |
| 4 | |
| 5 | |
| 6 | = Analysis = |
| 7 | |
| 8 | == Overview == |
| 9 | The frame`s size is the width and hight of the frame. They are measured including paddings and the !FrameBorder but neither the visual component`s border nor the margins. A frame could have different sizes and could be even bigger than the page. In that case the frame`s parts which are outside the page`s range will be clipped out and wont be seen in reader mode. In author mode however all frames should be seen in whole. |
| 10 | |
| 11 | == Task requirements == |
| 12 | * The frame should have properties describing width and hight. |
| 13 | * Those properties should be equal or grater than 0. |
| 14 | |
| 15 | == Task result == |
| 16 | The result of this task is source code. |
| 17 | |
| 18 | == Implementation idea == |
| 19 | * Create width and hight value properties in the Frame. |
| 20 | |
| 21 | == Related == |
| 22 | |
| 23 | * [source:trunk/sophie2-platform/doc/spec-diagrams/FrameBounds.png] |
| 24 | * [wiki:FRAME_PADDING_R0] |
| 25 | * [wiki:FRAME_MARGINS_R0] |
| 26 | * [wiki:FRAME_INSETS_R0] |
| 27 | * [wiki:FRAME_BOUNDS_R0] |
| 28 | |
| 29 | == How to demo == |
| 30 | * Create frame with concrete width and hight and check if they are correct. |
| 31 | |
| 32 | = Design = |
| 33 | |
| 34 | = Implementation = |
| 35 | ^(Implementation results should be described and linked here (from the wiki or the repository))^ |
| 36 | |
| 37 | = Testing = |
| 38 | |
| 39 | = Comments = |
| 40 | ^(Write comments for this or later revisions here.) |