[
https://issues.apache.org/jira/browse/COMMONSSITE-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13906090#comment-13906090
]
Bernd Eckenfels commented on COMMONSSITE-78:
--------------------------------------------
I had the exactly same symptoms (most prominently the menu which starts way
down the page). After hitting reload it was fixed.
The server correctly sents (and most likely honors)
IfModifiedSince+IfNoneMatch:etag. So I think the problem was that the browser
chose to not actually check if the files have been recent. This could be
because there is no cache control header but a lastmodified header (so if the
browser learns the css hasnt changed in years it will not refresh it often).
Besides setting a cache management header or accepting the problem another
option would be to add a "generation" string into the static resources path to
make those layout changes more fluent.
> Alignment Issues on Commons Welcome Page
> ----------------------------------------
>
> Key: COMMONSSITE-78
> URL: https://issues.apache.org/jira/browse/COMMONSSITE-78
> Project: Commons All
> Issue Type: Bug
> Components: Commons Skin
> Environment: Chrome Version 32.0.1700.107
> Windows 7
> Reporter: Andre Diermann
> Attachments: Issue#1.PNG, Issue#2.PNG, Issue#3.PNG
>
>
> When browsing http://commons.apache.org/ with the new skin, I am encountering
> several issues regarding the alignment of some page items:
> #1: The publish and version information in the navigation bar seems to align
> to top instead of beeing centered vertically like the other items within the
> navigation bar.
> #2: The left-hand side menu is centered vertically which makes it somehow
> invisible. The user has to scroll down on larger pages such as the above
> mentioned start page.
> #3: The footer seems to be not formatted correctly when compared to the
> footer of http://commons.apache.org/proper/commons-weaver/
> See attached screenshots.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)