[
http://issues.apache.org/jira/browse/JS2-347?page=comments#action_12324523 ]
Michael Lipp commented on JS2-347:
----------------------------------
I think my problem is related with this. Currently, the error, info etc. icons
are not displayed. The styles.css references them as e.g.
"url(content/tigris/images/icon_info_sml.gif)". When I debug, I find that
SimpleContentLocator evaluates a real path that contains tigris twice
(".../tigris/tigris/..."). And of course the icons are not found. Is this
related to the issue dicussed here? Or should I open a new issue?
> a portal cannot mix different layout decorations w/o problems
> -------------------------------------------------------------
>
> Key: JS2-347
> URL: http://issues.apache.org/jira/browse/JS2-347
> Project: Jetspeed 2
> Type: Bug
> Components: Aggregation
> Versions: 2.0-M4
> Reporter: Santiago Gala
> Attachments: content.patch
>
> While testing the changes in the content server, Juan and myself detected that
> one of the css included in the page, and all the images, have the same name
> for every decorator.
> Namely content/css/styles.css
> This produces strange interactions with caching whenever there are fragments
> using two different layout decorations in the same page, or the user switches
> pages.
> The icons and styles are taken apparently randomly from both stylesheets,
> which
> plays havoc with the decoration.
> It looks like a solution for this would be to have the decoration name in the
> resource,
> like:
> now: content/images/edit.gif -> content/THEME/images/edit.gif
> now: content/css/styles.css and content/THEME/css/styles.css ->
> content/THEME/css/layout-styles.css and content/THEME/css/portlet-styles.css
> Not sure if it was a bug or intended in the last batch of changes by Scott,
> so I just post here for clarification.
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]