FLUID-4202: Provide starter FSS styles for mixed columns where the fixed column is on the right

Metadata

Source
FLUID-4202
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Justin Obara
Created
2011-05-04T10:33:55.681-0400
Updated
2011-06-20T15:57:10.481-0400
Versions
N/A
Fixed Versions
  1. 1.4
Component
  1. FSS

Description

There had been some inline comments regarding this, but no actual examples. We should add in some new styles to make fixed columns on the right for the ones that are on the left.

This came up on the infusion-users list
http://infusion-users.961009.n3.nabble.com/Infusion-users-FSS-columns-td2898283.html

Comments

  • Justin Obara commented 2011-05-04T13:51:08.076-0400

    I've added in styles specific to having mixed columns where the left column is flexible. This can be seen in my FLUID-4202 branch in my github fork of Infusion https://github.com/jobara/infusion/tree/FLUID-4202

  • Justin Obara commented 2011-05-17T10:11:19.161-0400

    Bug Parade Infusion

  • Justin Obara commented 2011-05-17T14:28:24.158-0400

    Added styles for mixed columns where the flexible column is on the left. Also added an example to the FSS "unit tests".

    Sent a pull request https://github.com/fluid-project/infusion/pull/47

  • Michelle D'Souza commented 2011-05-26T14:07:40.417-0400

    Merged into project repo at ff12fb91dbcf578cf731

  • Justin Obara commented 2011-05-29T11:41:02.906-0400

    There's a nasty cut & paste error in the CSS. All the fixed right, flex left styles that have a container size are set only for the fl-col-mixed-100 class. https://github.com/fluid-project/infusion/blob/master/src/webapp/framework/fss/css/fss-layout.css#L227-249

  • Justin Obara commented 2011-05-29T12:12:51.911-0400

    Sent a new pull request to fix the cut and paste issue: https://github.com/fluid-project/infusion/pull/56

  • Justin Obara commented 2011-05-29T12:13:20.709-0400

    set the fl-col-mixed- container widths to the correct values

  • Justin Obara commented 2011-05-29T12:13:34.341-0400

    Switching to needs commit

  • Michelle D'Souza commented 2011-05-30T09:44:04.303-0400

    Merged the copy paste error fix into the project repo at 7a17d4e8436855b1d03f79ed591245d77d0430e0