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 "Scott T Weaver (JIRA)" <je...@portals.apache.org> on 2005/08/15 16:18:55 UTC

[jira] Created: (JS2-329) 3 new 100% table-free portlet decorations.

3 new 100% table-free portlet decorations.
------------------------------------------

         Key: JS2-329
         URL: http://issues.apache.org/jira/browse/JS2-329
     Project: Jetspeed 2
        Type: Improvement
  Components: Layout  
    Versions: 2.0-M4, 2.0-FINAL    
    Reporter: Scott T Weaver
 Assigned to: Scott T Weaver 
    Priority: Minor
     Fix For: 2.0-M4, 2.0-FINAL


I have created 3 new CSS-based decortaions that do not use any tables whatsoever.  I have also refactored the columns layout to also be table free.  This has cut the size of these decortaions nearly in half.  I have a little more tweaking to do, but should have them commited by the days end.

-Scott

-- 
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-329) 3 new 100% table-free portlet decorations.

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

Michael Lipp updated JS2-329:
-----------------------------

    Fix Version:     (was: 2.0-M4)

> 3 new 100% table-free portlet decorations.
> ------------------------------------------
>
>          Key: JS2-329
>          URL: http://issues.apache.org/jira/browse/JS2-329
>      Project: Jetspeed 2
>         Type: Improvement
>   Components: Layout
>     Versions: 2.0-M4, 2.0-FINAL
>     Reporter: Scott T Weaver
>     Assignee: Scott T Weaver
>     Priority: Minor
>      Fix For: 2.0-FINAL

>
> I have created 3 new CSS-based decortaions that do not use any tables whatsoever.  I have also refactored the columns layout to also be table free.  This has cut the size of these decortaions nearly in half.  I have a little more tweaking to do, but should have them commited by the days end.
> -Scott

-- 
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] Closed: (JS2-329) 3 new 100% table-free portlet decorations.

Posted by "Ate Douma (JIRA)" <je...@portals.apache.org>.
     [ https://issues.apache.org/jira/browse/JS2-329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ate Douma closed JS2-329.
-------------------------

       Resolution: Fixed
    Fix Version/s: 2.1

I think I fixed the problems reported by Michael already long time ago.

> 3 new 100% table-free portlet decorations.
> ------------------------------------------
>
>                 Key: JS2-329
>                 URL: https://issues.apache.org/jira/browse/JS2-329
>             Project: Jetspeed 2
>          Issue Type: Improvement
>          Components: Layout
>    Affects Versions: 2.0-M4, 2.0-FINAL
>            Reporter: Scott T Weaver
>         Assigned To: Ate Douma
>            Priority: Minor
>             Fix For: 2.1, 2.0-FINAL
>
>
> I have created 3 new CSS-based decortaions that do not use any tables whatsoever.  I have also refactored the columns layout to also be table free.  This has cut the size of these decortaions nearly in half.  I have a little more tweaking to do, but should have them commited by the days end.
> -Scott

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


Re: [jira] Commented: (JS2-329) 3 new 100% table-free portlet decorations.

Posted by "Dr. Michael Lipp" <Mi...@danet.de>.
Ate Douma wrote:
>>
>> It doesn't work. Neither with Firefox 1.0.6 nor with IE 6.0. I have
>> understood the approch but the padding statements in
>> .portal-layout-column-gutter have no effect in the browsers I tried.
>> The portlets  glued together and glued to the top and left (no gutter)
>> which looks really ugly. Which browser did you use?
> 
> Michael,
> I fixed this yesterday (had to correct some typing errors made by myself).
> Did you update to the latest?

That's what I call a just-in-time fix ;-).

I have noticed that you have not provided for some space left of the
leftmost portlet. Thus the leftmost portlet is "glued" to the frame at
the left side. How about adding:

.portal-layout
{
  padding-left: 4px;
}

And changing:

.portal-layout-maxed
{
  padding-top: 4px;
  padding-right: 2px;
  padding-left: 4px;
}

Looks much better IMHO.

Regards,

    Michael

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


Re: [jira] Commented: (JS2-329) 3 new 100% table-free portlet decorations.

Posted by Ate Douma <at...@douma.nu>.
Michael Lipp (JIRA) wrote:
>     [ http://issues.apache.org/jira/browse/JS2-329?page=comments#action_12320141 ] 
> 
> Michael Lipp commented on JS2-329:
> ----------------------------------
> 
> It doesn't work. Neither with Firefox 1.0.6 nor with IE 6.0. I have understood the approch but the padding statements in .portal-layout-column-gutter have no effect in the browsers I tried. The portlets  glued together and glued to the top and left (no gutter) which looks really ugly. Which browser did you use?
Michael,
I fixed this yesterday (had to correct some typing errors made by myself).
Did you update to the latest?
I tested it out with Firefox 1.0.4 and IE 6.0. and it works for me.
Note: because this concerns mostly cached css, you might need to force refresh your pages...

> 
> 
> 
>>3 new 100% table-free portlet decorations.
>>------------------------------------------
>>
>>         Key: JS2-329
>>         URL: http://issues.apache.org/jira/browse/JS2-329
>>     Project: Jetspeed 2
>>        Type: Improvement
>>  Components: Layout
>>    Versions: 2.0-M4, 2.0-FINAL
>>    Reporter: Scott T Weaver
>>    Assignee: Scott T Weaver
>>    Priority: Minor
>>     Fix For: 2.0-M4, 2.0-FINAL
> 
> 
>>I have created 3 new CSS-based decortaions that do not use any tables whatsoever.  I have also refactored the columns layout to also be table free.  This has cut the size of these decortaions nearly in half.  I have a little more tweaking to do, but should have them commited by the days end.
>>-Scott
> 
> 



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


[jira] Commented: (JS2-329) 3 new 100% table-free portlet decorations.

Posted by "Michael Lipp (JIRA)" <je...@portals.apache.org>.
    [ http://issues.apache.org/jira/browse/JS2-329?page=comments#action_12320141 ] 

Michael Lipp commented on JS2-329:
----------------------------------

It doesn't work. Neither with Firefox 1.0.6 nor with IE 6.0. I have understood the approch but the padding statements in .portal-layout-column-gutter have no effect in the browsers I tried. The portlets  glued together and glued to the top and left (no gutter) which looks really ugly. Which browser did you use?


> 3 new 100% table-free portlet decorations.
> ------------------------------------------
>
>          Key: JS2-329
>          URL: http://issues.apache.org/jira/browse/JS2-329
>      Project: Jetspeed 2
>         Type: Improvement
>   Components: Layout
>     Versions: 2.0-M4, 2.0-FINAL
>     Reporter: Scott T Weaver
>     Assignee: Scott T Weaver
>     Priority: Minor
>      Fix For: 2.0-M4, 2.0-FINAL

>
> I have created 3 new CSS-based decortaions that do not use any tables whatsoever.  I have also refactored the columns layout to also be table free.  This has cut the size of these decortaions nearly in half.  I have a little more tweaking to do, but should have them commited by the days end.
> -Scott

-- 
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-329) 3 new 100% table-free portlet decorations.

Posted by "Scott T Weaver (JIRA)" <je...@portals.apache.org>.
    [ http://issues.apache.org/jira/browse/JS2-329?page=comments#action_12319075 ] 

Scott T Weaver commented on JS2-329:
------------------------------------

Actually there are 5 new decorations and a revised tigris.

The revised tigris now looks like the layout of the side menu with a raised bevel title bar.

blue-gradient. For an example see the css-demo portlet

gray-graidnet. For an example see the rss portlets.

gray-graidnet-noborder. See the Iframe portlet prototype on the default jetspeed page

pretty-single-portlet: Works great for single page "application style" portlets.  See JPetstore and Struts Demo.  Also the title and portlet controls are hidden.

tigris-clear: Identical to tigris save for the portlet content background is clear instead of gray.

columns.vm has also had all tables removed.


> 3 new 100% table-free portlet decorations.
> ------------------------------------------
>
>          Key: JS2-329
>          URL: http://issues.apache.org/jira/browse/JS2-329
>      Project: Jetspeed 2
>         Type: Improvement
>   Components: Layout
>     Versions: 2.0-M4, 2.0-FINAL
>     Reporter: Scott T Weaver
>     Assignee: Scott T Weaver
>     Priority: Minor
>      Fix For: 2.0-M4, 2.0-FINAL

>
> I have created 3 new CSS-based decortaions that do not use any tables whatsoever.  I have also refactored the columns layout to also be table free.  This has cut the size of these decortaions nearly in half.  I have a little more tweaking to do, but should have them commited by the days end.
> -Scott

-- 
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] Reopened: (JS2-329) 3 new 100% table-free portlet decorations.

Posted by "David Le Strat (JIRA)" <je...@portals.apache.org>.
     [ http://issues.apache.org/jira/browse/JS2-329?page=all ]
     
David Le Strat reopened JS2-329:
--------------------------------


Reopened per Michael Lipp's request.

> 3 new 100% table-free portlet decorations.
> ------------------------------------------
>
>          Key: JS2-329
>          URL: http://issues.apache.org/jira/browse/JS2-329
>      Project: Jetspeed 2
>         Type: Improvement
>   Components: Layout
>     Versions: 2.0-M4, 2.0-FINAL
>     Reporter: Scott T Weaver
>     Assignee: Scott T Weaver
>     Priority: Minor
>      Fix For: 2.0-M4, 2.0-FINAL

>
> I have created 3 new CSS-based decortaions that do not use any tables whatsoever.  I have also refactored the columns layout to also be table free.  This has cut the size of these decortaions nearly in half.  I have a little more tweaking to do, but should have them commited by the days end.
> -Scott

-- 
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-329) 3 new 100% table-free portlet decorations.

Posted by "Ate Douma (JIRA)" <je...@portals.apache.org>.
     [ https://issues.apache.org/jira/browse/JS2-329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ate Douma reassigned JS2-329:
-----------------------------

    Assignee: Ate Douma  (was: Scott T Weaver)

> 3 new 100% table-free portlet decorations.
> ------------------------------------------
>
>                 Key: JS2-329
>                 URL: https://issues.apache.org/jira/browse/JS2-329
>             Project: Jetspeed 2
>          Issue Type: Improvement
>          Components: Layout
>    Affects Versions: 2.0-M4, 2.0-FINAL
>            Reporter: Scott T Weaver
>         Assigned To: Ate Douma
>            Priority: Minor
>             Fix For: 2.0-FINAL
>
>
> I have created 3 new CSS-based decortaions that do not use any tables whatsoever.  I have also refactored the columns layout to also be table free.  This has cut the size of these decortaions nearly in half.  I have a little more tweaking to do, but should have them commited by the days end.
> -Scott

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (JS2-329) 3 new 100% table-free portlet decorations.

Posted by "Michael Lipp (JIRA)" <je...@portals.apache.org>.
    [ http://issues.apache.org/jira/browse/JS2-329?page=comments#action_12329520 ] 

Michael Lipp commented on JS2-329:
----------------------------------

Just to prevent this information from getting lost: 

Ate wrote me an e-mail:
> Ok, I found it, and you\'re right.
> In the default jetspeed deployment, we have a left side menu (Folders and
> additional Links) which has a padding with 4px. This masked the problem.

I'd suggest to reopen this issue until this is fixed.


> 3 new 100% table-free portlet decorations.
> ------------------------------------------
>
>          Key: JS2-329
>          URL: http://issues.apache.org/jira/browse/JS2-329
>      Project: Jetspeed 2
>         Type: Improvement
>   Components: Layout
>     Versions: 2.0-M4, 2.0-FINAL
>     Reporter: Scott T Weaver
>     Assignee: Scott T Weaver
>     Priority: Minor
>      Fix For: 2.0-M4, 2.0-FINAL

>
> I have created 3 new CSS-based decortaions that do not use any tables whatsoever.  I have also refactored the columns layout to also be table free.  This has cut the size of these decortaions nearly in half.  I have a little more tweaking to do, but should have them commited by the days end.
> -Scott

-- 
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-329) 3 new 100% table-free portlet decorations.

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

    Resolution: Fixed

> 3 new 100% table-free portlet decorations.
> ------------------------------------------
>
>          Key: JS2-329
>          URL: http://issues.apache.org/jira/browse/JS2-329
>      Project: Jetspeed 2
>         Type: Improvement
>   Components: Layout
>     Versions: 2.0-FINAL, 2.0-M4
>     Reporter: Scott T Weaver
>     Assignee: Scott T Weaver
>     Priority: Minor
>      Fix For: 2.0-FINAL, 2.0-M4

>
> I have created 3 new CSS-based decortaions that do not use any tables whatsoever.  I have also refactored the columns layout to also be table free.  This has cut the size of these decortaions nearly in half.  I have a little more tweaking to do, but should have them commited by the days end.
> -Scott

-- 
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