Test how fl-layout-linear is working
Description
Environment
Activity

Justin Obara May 11, 2011 at 8:21 PM
Anastasia merged this into the repo at 546890576065abef397e559d62e6faffd9f886c0

Justin Obara May 6, 2011 at 3:07 PM
It was determined that the fss-linearization manual test that was developed to help test the new implementation of the linearization, should be used as a demo of linearization. See the IRC Logs around 9:45 http://wiki.fluidproject.org/display/fluid/fluid-work+IRC+Logs-2011-05-06

heidi valles March 22, 2011 at 1:35 PM
Some changes at https://github.com/heidiv/infusion/tree/FLUID-4150 - a test page in /manual-tests, and changes to fss-layout.css. Not done yet... need to check backwards compat and think more about use of !importants and universal selector.

heidi valles March 18, 2011 at 5:26 PM
fl-layout-linear notes:
-remove fl-linearEnabled?
-add alignment options (james suggests linearizing should give everything same alignment)
-.fl-layout-linear .fl-button-left, .fl-layout-linear .fl-button-right {padding:1em;} - makes buttons bigger?

heidi valles March 18, 2011 at 3:54 PM
1. figure out most common layouts
2. add to linear example
3. describe expected results for each one, including absolutely positioned divs ()
-linear, width of divs, placement, order
4. review fl-layout-linear styles to make sure they align with #3
5. think about edge case layouts (div that sticks when page scrolled, etc) and test linearizing them
There are some confusing styles in fss-layout related to linearizing columns. Create a test page, and investigate why only some container and column styles are given extra styling.