[jboss-jira] [JBoss JIRA] Commented: (JBPORTAL-2318) Portlet header layout in Edit Mode is broken - only in left column dashboard

Patrizio Cannoni (JIRA) jira-events at lists.jboss.org
Fri Feb 20 11:27:44 EST 2009


    [ https://jira.jboss.org/jira/browse/JBPORTAL-2318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12453533#action_12453533 ] 

Patrizio Cannoni commented on JBPORTAL-2318:
--------------------------------------------

I tried the suggestion on IE 7 and Firefox 3. Not completely solved, I have to set the following:

#regionA {
   /* test to swap columns...
      float: right; 	*/
   width: 35%;
   float: left;
   margin: 0px;
   padding: 0px;
   min-width: 410px;
/*height: 300px;*/
}

#regionB {
   /* test to swap columns..
margin: 0 30% 0 0; */

   /*two column layout
margin: 0 0 0 30%;*/
   padding: 0px; /* test to add 3rd region in layout...*/
   width: 62%;
   float: left; /*height: 300px;*/
}

Seems OK now,in both browsers.

> Portlet header layout in Edit Mode is broken - only in left column dashboard
> ----------------------------------------------------------------------------
>
>                 Key: JBPORTAL-2318
>                 URL: https://jira.jboss.org/jira/browse/JBPORTAL-2318
>             Project: JBoss Portal
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Portal Theme
>    Affects Versions: 2.7.1 Final
>         Environment: Windows XP Professional SP3 with Internet Explorer 7 and Firefox 3.0.6
>            Reporter: Patrizio Cannoni
>             Fix For: 2.7.2 Final
>
>         Attachments: portlet_edit_mode_small.jpg, screenshot-1.jpg
>
>
> Portlet header layout in Edit Mode is broken, only in leftcolumn position. Can reproduce with Internet Explorer 7 and Firefox 3.
> The bug is also present in demo portal.

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

        



More information about the jboss-jira mailing list