[
https://issues.apache.org/jira/browse/WW-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12933481#action_12933481
]
Maurizio Cucchiara commented on WW-3531:
----------------------------------------
Inside http://struts.apache.org/style/master-ie.css file there is a css
directive:
html body { /* HACK: Temporary fix for CONF-15412 */
overflow: visible;
}
this should be changed in:
html body { /* HACK: Temporary fix for CONF-15412 */
overflow-x: visible;
}
> Fix HTML docs so that they scroll properly in Internet Explorer 8
> -----------------------------------------------------------------
>
> Key: WW-3531
> URL: https://issues.apache.org/jira/browse/WW-3531
> Project: Struts 2
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 2.2.1
> Reporter: James Bail
> Priority: Minor
>
> When I go to http://struts.apache.org/2.2.1/docs/home.html and most if not
> all HTMLs in the docs directory, I am not allowed to scroll down through the
> file for those pages that require scroll. This is very inconvenient and keeps
> me from finding out more about certain aspects of Struts if I have Internet
> Explorer as my browser. We would appreciate this being fixed so that the HTML
> is compatible with Internet Explorer also.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.