You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "Andre Michel Gauthier (JIRA)" <je...@portals.apache.org> on 2005/12/30 12:17:02 UTC

[jira] Created: (JS2-459) TwoColumns2575 and TwoColumnsSmallLeft don't work

TwoColumns2575 and TwoColumnsSmallLeft don't work
-------------------------------------------------

         Key: JS2-459
         URL: http://issues.apache.org/jira/browse/JS2-459
     Project: Jetspeed 2
        Type: Bug
  Components: Layout  
    Versions: 2.0-FINAL    
 Environment: Tomcat 5.0.28
Linux
    Reporter: Andre Michel Gauthier


When Selecting either TwoColumns2575 or  TwoColumnsSmallLeft as layouts for a page I still get a 50/50 two column page. I have specified the layout in the psml page and performed a complete redeployment of my portal (including db).


The page source contains the following section which I would expect to state the exact layout I have requested so that the css can format the columns appropriately.


<!--  END: layout/html/gserv/decorator.vm -->


   
 <div id="js_scam_1_" class="portal-layout portal-layout-TwoColumns">
			  
	  

	  	  <div id="column-1" class="portal-layout-column" >
		<!--  <div class="portal-layout-column-gutter"> --> 
	       	     
           			
           		   <div class="portal-layout-cell" >
		   		   		   
		   			 




<!-- Begin: Fragment: scam-101 Decoration: ${decoratorId} -->



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Commented: (JS2-459) TwoColumns2575 and TwoColumnsSmallLeft don't work

Posted by "Joachim Müller (JIRA)" <je...@portals.apache.org>.
    [ http://issues.apache.org/jira/browse/JS2-459?page=comments#action_12362089 ] 

Joachim Müller commented on JS2-459:
------------------------------------

Maybe this is going to get too complex....

nested layouts could be described via css layout chains

portal-layout-column-left portal-layout-column-right {margin....}

But maybe it is not necessary to have these column style be defined in the styles.css. I would find it sufficient to add the class names in the decorator code and leave it to the folks to adapt styles as necessary.

Or even a small hint in documentation would do it.



> TwoColumns2575 and TwoColumnsSmallLeft don't work
> -------------------------------------------------
>
>          Key: JS2-459
>          URL: http://issues.apache.org/jira/browse/JS2-459
>      Project: Jetspeed 2
>         Type: Bug
>   Components: Layout
>     Versions: 2.0-FINAL
>  Environment: Tomcat 5.0.28
> Linux
>     Reporter: Andre Michel Gauthier
>     Assignee: Randy Watler
>  Attachments: warfare-scam.psml
>
> When Selecting either TwoColumns2575 or  TwoColumnsSmallLeft as layouts for a page I still get a 50/50 two column page. I have specified the layout in the psml page and performed a complete redeployment of my portal (including db).
> The page source contains the following section which I would expect to state the exact layout I have requested so that the css can format the columns appropriately.
> <!--  END: layout/html/gserv/decorator.vm -->
>    
>  <div id="js_scam_1_" class="portal-layout portal-layout-TwoColumns">
> 			  
> 	  
> 	  	  <div id="column-1" class="portal-layout-column" >
> 		<!--  <div class="portal-layout-column-gutter"> --> 
> 	       	     
>            			
>            		   <div class="portal-layout-cell" >
> 		   		   		   
> 		   			 
> <!-- Begin: Fragment: scam-101 Decoration: ${decoratorId} -->

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Assigned: (JS2-459) TwoColumns2575 and TwoColumnsSmallLeft don't work

Posted by "Randy Watler (JIRA)" <je...@portals.apache.org>.
     [ http://issues.apache.org/jira/browse/JS2-459?page=all ]

Randy Watler reassigned JS2-459:
--------------------------------

    Assign To: Randy Watler

> TwoColumns2575 and TwoColumnsSmallLeft don't work
> -------------------------------------------------
>
>          Key: JS2-459
>          URL: http://issues.apache.org/jira/browse/JS2-459
>      Project: Jetspeed 2
>         Type: Bug
>   Components: Layout
>     Versions: 2.0-FINAL
>  Environment: Tomcat 5.0.28
> Linux
>     Reporter: Andre Michel Gauthier
>     Assignee: Randy Watler
>  Attachments: warfare-scam.psml
>
> When Selecting either TwoColumns2575 or  TwoColumnsSmallLeft as layouts for a page I still get a 50/50 two column page. I have specified the layout in the psml page and performed a complete redeployment of my portal (including db).
> The page source contains the following section which I would expect to state the exact layout I have requested so that the css can format the columns appropriately.
> <!--  END: layout/html/gserv/decorator.vm -->
>    
>  <div id="js_scam_1_" class="portal-layout portal-layout-TwoColumns">
> 			  
> 	  
> 	  	  <div id="column-1" class="portal-layout-column" >
> 		<!--  <div class="portal-layout-column-gutter"> --> 
> 	       	     
>            			
>            		   <div class="portal-layout-cell" >
> 		   		   		   
> 		   			 
> <!-- Begin: Fragment: scam-101 Decoration: ${decoratorId} -->

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Commented: (JS2-459) TwoColumns2575 and TwoColumnsSmallLeft don't work

Posted by "David Sean Taylor (JIRA)" <je...@portals.apache.org>.
    [ http://issues.apache.org/jira/browse/JS2-459?page=comments#action_12361459 ] 

David Sean Taylor commented on JS2-459:
---------------------------------------

I think Randy is working on a fix for this one for the 2.0.1 release
It was broken when the decorators were refactored

> TwoColumns2575 and TwoColumnsSmallLeft don't work
> -------------------------------------------------
>
>          Key: JS2-459
>          URL: http://issues.apache.org/jira/browse/JS2-459
>      Project: Jetspeed 2
>         Type: Bug
>   Components: Layout
>     Versions: 2.0-FINAL
>  Environment: Tomcat 5.0.28
> Linux
>     Reporter: Andre Michel Gauthier
>  Attachments: warfare-scam.psml
>
> When Selecting either TwoColumns2575 or  TwoColumnsSmallLeft as layouts for a page I still get a 50/50 two column page. I have specified the layout in the psml page and performed a complete redeployment of my portal (including db).
> The page source contains the following section which I would expect to state the exact layout I have requested so that the css can format the columns appropriately.
> <!--  END: layout/html/gserv/decorator.vm -->
>    
>  <div id="js_scam_1_" class="portal-layout portal-layout-TwoColumns">
> 			  
> 	  
> 	  	  <div id="column-1" class="portal-layout-column" >
> 		<!--  <div class="portal-layout-column-gutter"> --> 
> 	       	     
>            			
>            		   <div class="portal-layout-cell" >
> 		   		   		   
> 		   			 
> <!-- Begin: Fragment: scam-101 Decoration: ${decoratorId} -->

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Resolved: (JS2-459) TwoColumns2575 and TwoColumnsSmallLeft don't work

Posted by "Randy Watler (JIRA)" <je...@portals.apache.org>.
     [ http://issues.apache.org/jira/browse/JS2-459?page=all ]
     
Randy Watler resolved JS2-459:
------------------------------

    Resolution: Fixed

Column sizes and nested layous have been repaired for the 2.1-dev trunk and 2.0.1 branch.

Unique class names have been added to floating layout DIVs to facilitate css style usage. These classes include layout types, (i.e. 'TwoColumns'), along with columns and row numbers as appropriate. Unique DIV ids have also been specified using the Fragment ids associated with the layouts.

Finally, portlet content overrun has been managed to a larger degree by specifying overflow:hidden on the layout DIVs as reqired by IE and other browsers.

Customization of the nested layouts remains broken and has added as a separate JIRA issue.

> TwoColumns2575 and TwoColumnsSmallLeft don't work
> -------------------------------------------------
>
>          Key: JS2-459
>          URL: http://issues.apache.org/jira/browse/JS2-459
>      Project: Jetspeed 2
>         Type: Bug
>   Components: Layout
>     Versions: 2.0-FINAL
>  Environment: Tomcat 5.0.28
> Linux
>     Reporter: Andre Michel Gauthier
>     Assignee: Randy Watler
>  Attachments: warfare-scam.psml
>
> When Selecting either TwoColumns2575 or  TwoColumnsSmallLeft as layouts for a page I still get a 50/50 two column page. I have specified the layout in the psml page and performed a complete redeployment of my portal (including db).
> The page source contains the following section which I would expect to state the exact layout I have requested so that the css can format the columns appropriately.
> <!--  END: layout/html/gserv/decorator.vm -->
>    
>  <div id="js_scam_1_" class="portal-layout portal-layout-TwoColumns">
> 			  
> 	  
> 	  	  <div id="column-1" class="portal-layout-column" >
> 		<!--  <div class="portal-layout-column-gutter"> --> 
> 	       	     
>            			
>            		   <div class="portal-layout-cell" >
> 		   		   		   
> 		   			 
> <!-- Begin: Fragment: scam-101 Decoration: ${decoratorId} -->

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Commented: (JS2-459) TwoColumns2575 and TwoColumnsSmallLeft don't work

Posted by "Randy Watler (JIRA)" <je...@portals.apache.org>.
    [ http://issues.apache.org/jira/browse/JS2-459?page=comments#action_12362038 ] 

Randy Watler commented on JS2-459:
----------------------------------

I plan on making a few modifications to the 'columns' layout to support
nested layouts and to implement the missing 'sizes' functionality that
allowed columns to be sized in the portlet.xml or layout fragment PSML.

In a nutshell:

1. Remove the fixed width and padding css styles in
src/webapp/decorations/layout/css/standard-columns.css,

2. replace them with dynamically generated style attributes on the <div>
layout tags that are computed using the sizes layout configuration
values,

3. generate unique class names for the one, two, and three column layout
<div> tags so that they can be addressed directly instead of using
contextual selectors that fail when layouts are nested, and

4. improve appearance of nested column layouts by padding based on left,
middle, and right portlet positions.

I have already modified the Jetspeed Theme and Decorator code to once
again support nested layout portlets. This turns out to be trivial due
to Scott's well thought out designs.

However, the customizer is going to have problems with the nested
layouts this time around, primarily because the layout portlet actions
used to invoke the customizer are now part of the page decorators. I am
not sure how to handle this at the moment, but I will be making a
separate subsequent pass to bring the customizer online for nested
layouts.

All of this is required for me to deploy 2.01, so naturally I'd like to
push these changes into that release.


> TwoColumns2575 and TwoColumnsSmallLeft don't work
> -------------------------------------------------
>
>          Key: JS2-459
>          URL: http://issues.apache.org/jira/browse/JS2-459
>      Project: Jetspeed 2
>         Type: Bug
>   Components: Layout
>     Versions: 2.0-FINAL
>  Environment: Tomcat 5.0.28
> Linux
>     Reporter: Andre Michel Gauthier
>     Assignee: Randy Watler
>  Attachments: warfare-scam.psml
>
> When Selecting either TwoColumns2575 or  TwoColumnsSmallLeft as layouts for a page I still get a 50/50 two column page. I have specified the layout in the psml page and performed a complete redeployment of my portal (including db).
> The page source contains the following section which I would expect to state the exact layout I have requested so that the css can format the columns appropriately.
> <!--  END: layout/html/gserv/decorator.vm -->
>    
>  <div id="js_scam_1_" class="portal-layout portal-layout-TwoColumns">
> 			  
> 	  
> 	  	  <div id="column-1" class="portal-layout-column" >
> 		<!--  <div class="portal-layout-column-gutter"> --> 
> 	       	     
>            			
>            		   <div class="portal-layout-cell" >
> 		   		   		   
> 		   			 
> <!-- Begin: Fragment: scam-101 Decoration: ${decoratorId} -->

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Updated: (JS2-459) TwoColumns2575 and TwoColumnsSmallLeft don't work

Posted by "Andre Michel Gauthier (JIRA)" <je...@portals.apache.org>.
     [ http://issues.apache.org/jira/browse/JS2-459?page=all ]

Andre Michel Gauthier updated JS2-459:
--------------------------------------

    Attachment: warfare-scam.psml

Attached the psml page in question incase I have done something stupid (spelling errors or other such) inspite of my checking,

> TwoColumns2575 and TwoColumnsSmallLeft don't work
> -------------------------------------------------
>
>          Key: JS2-459
>          URL: http://issues.apache.org/jira/browse/JS2-459
>      Project: Jetspeed 2
>         Type: Bug
>   Components: Layout
>     Versions: 2.0-FINAL
>  Environment: Tomcat 5.0.28
> Linux
>     Reporter: Andre Michel Gauthier
>  Attachments: warfare-scam.psml
>
> When Selecting either TwoColumns2575 or  TwoColumnsSmallLeft as layouts for a page I still get a 50/50 two column page. I have specified the layout in the psml page and performed a complete redeployment of my portal (including db).
> The page source contains the following section which I would expect to state the exact layout I have requested so that the css can format the columns appropriately.
> <!--  END: layout/html/gserv/decorator.vm -->
>    
>  <div id="js_scam_1_" class="portal-layout portal-layout-TwoColumns">
> 			  
> 	  
> 	  	  <div id="column-1" class="portal-layout-column" >
> 		<!--  <div class="portal-layout-column-gutter"> --> 
> 	       	     
>            			
>            		   <div class="portal-layout-cell" >
> 		   		   		   
> 		   			 
> <!-- Begin: Fragment: scam-101 Decoration: ${decoratorId} -->

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Commented: (JS2-459) TwoColumns2575 and TwoColumnsSmallLeft don't work

Posted by "Randy Watler (JIRA)" <je...@portals.apache.org>.
    [ http://issues.apache.org/jira/browse/JS2-459?page=comments#action_12362088 ] 

Randy Watler commented on JS2-459:
----------------------------------

I follow the logic in creating different style classes per column for margins and padding, Might be worth keeping the standard-columns.css files around for padding and margins. Would make the logic simpler in the layout code and provide more customization options. However, I think we need to specify how many columns are expected to properly build the padding rules. Perhaps something like portal-layout-column-1-two, (read "first column of two"). Better yet: portal-layout-column-left, portal-layout-column-middle, portal-layout-column-right. Also, we might need top, middle, and bottom variants. Using classes can get compilcated quickly.

Also, I am trying to figure out how to name the classes when nesting is added to the mix. I have not figured out whether to ignore the nesting or provide new class names: (i.e. portal-layout-column-right-middle).

Yes, using divs and styles can be powerful, but complexity is certainly not hidden or managed well with CSS layout IMHO. Oh well... people seem to be used to it :-).

 

> TwoColumns2575 and TwoColumnsSmallLeft don't work
> -------------------------------------------------
>
>          Key: JS2-459
>          URL: http://issues.apache.org/jira/browse/JS2-459
>      Project: Jetspeed 2
>         Type: Bug
>   Components: Layout
>     Versions: 2.0-FINAL
>  Environment: Tomcat 5.0.28
> Linux
>     Reporter: Andre Michel Gauthier
>     Assignee: Randy Watler
>  Attachments: warfare-scam.psml
>
> When Selecting either TwoColumns2575 or  TwoColumnsSmallLeft as layouts for a page I still get a 50/50 two column page. I have specified the layout in the psml page and performed a complete redeployment of my portal (including db).
> The page source contains the following section which I would expect to state the exact layout I have requested so that the css can format the columns appropriately.
> <!--  END: layout/html/gserv/decorator.vm -->
>    
>  <div id="js_scam_1_" class="portal-layout portal-layout-TwoColumns">
> 			  
> 	  
> 	  	  <div id="column-1" class="portal-layout-column" >
> 		<!--  <div class="portal-layout-column-gutter"> --> 
> 	       	     
>            			
>            		   <div class="portal-layout-cell" >
> 		   		   		   
> 		   			 
> <!-- Begin: Fragment: scam-101 Decoration: ${decoratorId} -->

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Commented: (JS2-459) TwoColumns2575 and TwoColumnsSmallLeft don't work

Posted by "Randy Watler (JIRA)" <je...@portals.apache.org>.
    [ http://issues.apache.org/jira/browse/JS2-459?page=comments#action_12362090 ] 

Randy Watler commented on JS2-459:
----------------------------------

Still pondering. One of the problems is that the width settings need to know about the padding settings so that the available space can be used cleanly. It would seem that the width, padding, and margin sizes would need to be managed by the layout portlet somehow. I think we'll need something like sizes, padding, and spacing settings to emulate table layout.

Perhaps it will be best to simply create 9, (left, mid, right X top, mid, bottom, ignoring nesting), unique class names for user extensibility and call it good.

Yes, documentation is an issue with layout/decorators for sure. There is also JSP support to consider. Phew! 


> TwoColumns2575 and TwoColumnsSmallLeft don't work
> -------------------------------------------------
>
>          Key: JS2-459
>          URL: http://issues.apache.org/jira/browse/JS2-459
>      Project: Jetspeed 2
>         Type: Bug
>   Components: Layout
>     Versions: 2.0-FINAL
>  Environment: Tomcat 5.0.28
> Linux
>     Reporter: Andre Michel Gauthier
>     Assignee: Randy Watler
>  Attachments: warfare-scam.psml
>
> When Selecting either TwoColumns2575 or  TwoColumnsSmallLeft as layouts for a page I still get a 50/50 two column page. I have specified the layout in the psml page and performed a complete redeployment of my portal (including db).
> The page source contains the following section which I would expect to state the exact layout I have requested so that the css can format the columns appropriately.
> <!--  END: layout/html/gserv/decorator.vm -->
>    
>  <div id="js_scam_1_" class="portal-layout portal-layout-TwoColumns">
> 			  
> 	  
> 	  	  <div id="column-1" class="portal-layout-column" >
> 		<!--  <div class="portal-layout-column-gutter"> --> 
> 	       	     
>            			
>            		   <div class="portal-layout-cell" >
> 		   		   		   
> 		   			 
> <!-- Begin: Fragment: scam-101 Decoration: ${decoratorId} -->

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Commented: (JS2-459) TwoColumns2575 and TwoColumnsSmallLeft don't work

Posted by "Randy Watler (JIRA)" <je...@portals.apache.org>.
    [ http://issues.apache.org/jira/browse/JS2-459?page=comments#action_12362087 ] 

Randy Watler commented on JS2-459:
----------------------------------

I follow the logic in creating different style classes per column for margins and padding, Might be worth keeping the standard-columns.css files around for padding and margins. Would make the logic simpler in the layout code and provide more customization options. However, I think we need to specify how many columns are expected to properly build the padding rules. Perhaps something like portal-layout-column-1-two, (read "first column of two"). Better yet: portal-layout-column-left, portal-layout-column-middle, portal-layout-column-right. Also, we might need top, middle, and bottom variants. Using classes can get compilcated quickly.

Also, I am trying to figure out how to name the classes when nesting is added to the mix. I have not figured out whether to ignore the nesting or provide new class names: (i.e. portal-layout-column-right-middle).

Yes, using divs and styles can be powerful, but complexity is certainly not hidden or managed well with CSS layout IMHO. Oh well... people seem to be used to it :-).

 

> TwoColumns2575 and TwoColumnsSmallLeft don't work
> -------------------------------------------------
>
>          Key: JS2-459
>          URL: http://issues.apache.org/jira/browse/JS2-459
>      Project: Jetspeed 2
>         Type: Bug
>   Components: Layout
>     Versions: 2.0-FINAL
>  Environment: Tomcat 5.0.28
> Linux
>     Reporter: Andre Michel Gauthier
>     Assignee: Randy Watler
>  Attachments: warfare-scam.psml
>
> When Selecting either TwoColumns2575 or  TwoColumnsSmallLeft as layouts for a page I still get a 50/50 two column page. I have specified the layout in the psml page and performed a complete redeployment of my portal (including db).
> The page source contains the following section which I would expect to state the exact layout I have requested so that the css can format the columns appropriately.
> <!--  END: layout/html/gserv/decorator.vm -->
>    
>  <div id="js_scam_1_" class="portal-layout portal-layout-TwoColumns">
> 			  
> 	  
> 	  	  <div id="column-1" class="portal-layout-column" >
> 		<!--  <div class="portal-layout-column-gutter"> --> 
> 	       	     
>            			
>            		   <div class="portal-layout-cell" >
> 		   		   		   
> 		   			 
> <!-- Begin: Fragment: scam-101 Decoration: ${decoratorId} -->

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Commented: (JS2-459) TwoColumns2575 and TwoColumnsSmallLeft don't work

Posted by "Joachim Müller (JIRA)" <je...@portals.apache.org>.
    [ http://issues.apache.org/jira/browse/JS2-459?page=comments#action_12362075 ] 

Joachim Müller commented on JS2-459:
------------------------------------

I would suggest to add a column specific class to the column div sections:

<div id="column-1" class="portal-layout-column portal-layout-column-1" style="width..." >

thus  we can define more detailed layouts like different margins, paddings per column.

> TwoColumns2575 and TwoColumnsSmallLeft don't work
> -------------------------------------------------
>
>          Key: JS2-459
>          URL: http://issues.apache.org/jira/browse/JS2-459
>      Project: Jetspeed 2
>         Type: Bug
>   Components: Layout
>     Versions: 2.0-FINAL
>  Environment: Tomcat 5.0.28
> Linux
>     Reporter: Andre Michel Gauthier
>     Assignee: Randy Watler
>  Attachments: warfare-scam.psml
>
> When Selecting either TwoColumns2575 or  TwoColumnsSmallLeft as layouts for a page I still get a 50/50 two column page. I have specified the layout in the psml page and performed a complete redeployment of my portal (including db).
> The page source contains the following section which I would expect to state the exact layout I have requested so that the css can format the columns appropriately.
> <!--  END: layout/html/gserv/decorator.vm -->
>    
>  <div id="js_scam_1_" class="portal-layout portal-layout-TwoColumns">
> 			  
> 	  
> 	  	  <div id="column-1" class="portal-layout-column" >
> 		<!--  <div class="portal-layout-column-gutter"> --> 
> 	       	     
>            			
>            		   <div class="portal-layout-cell" >
> 		   		   		   
> 		   			 
> <!-- Begin: Fragment: scam-101 Decoration: ${decoratorId} -->

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org