Jackrabbit web page scroll is slow with Firefox
-----------------------------------------------
Key: JCR-1482
URL: https://issues.apache.org/jira/browse/JCR-1482
Project: Jackrabbit
Issue Type: Wish
Components: jackrabbit-site
Environment: Firefox 2.0.0.12 in Ubuntu 7.10 - Gutsy Gibbon
Reporter: Paco Avila
When I visit http://jackrabbit.apache.org/ from my Firefox in Ubuntu the
browser scroll is very slow and make CPU go to 100%.
The problem seems to be the "fixed" attribute in the css background definition,
so it should be removed.
body {
background:white url(bg.png) repeat-x fixed center bottom;
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:small;
margin:0pt;
padding:0pt;
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.