Changes between Initial Version and Version 1 of BASE_HALOS_R1


Ignore:
Timestamp:
04/30/09 08:34:42 (16 years ago)
Author:
sriggins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_HALOS_R1

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=BASE_HALOS_R1, 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= Analysis = 
     6 
     7== Overview == 
     8 
     9Halo menus are laid out with absolute coordinates defined by the halo menu.  This means that there is no coordination going on between halo menus to prevent them from overlapping.  This happens now when the user zooms the book out ot 10%, but it can happen later if plugins are allowed to provide their own halo menus. 
     10 
     11== Task requirements == 
     12 
     13 * Determine how to handle overlapping halo menus, or more importantly how to layout halo menus in ways other than absolute coordinates 
     14 
     15== Task result == 
     16^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     17 
     18== Implementation idea == 
     19 
     20 * For a first pass, we can add a helper method to aid in determined what a true rectangle for halos should be.  This would help with the issue of the frame (for example) getting smaller, but it won't help with plugins deciding they want to be placed where some other menu decided it should be.  Potentially we'll need a halo menu layout system, that takes all of the halo menus, moves them so they don't overlap, and determines what the minimal bounding rectangle for them is.  This may prove to be difficult given the existing absolute coordinate system, where halo menus place themselves on the page.  Maybe we need halo menus to be able to also provide some hinting, for example topRight, or bottomCenter, and a HaloContainer can lay out the halo menus itself, sorted in order by the sort key within the position. 
     21 
     22== Related == 
     23 * [wiki:BASE_HALOS_R0] 
     24 
     25== How to demo == 
     26 Demo how the halo menus lay out properly when the page work area is zoomed to 10% 
     27 
     28= Design = 
     29^(Describe your design here.)^ 
     30 
     31= Implementation = 
     32^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     33 
     34= Testing = 
     35^(Place the testing results here.)^ 
     36 
     37= Comments = 
     38^(Write comments for this or later revisions here.)