You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "James Bail (JIRA)" <ji...@apache.org> on 2010/11/18 17:44:33 UTC

[jira] Created: (WW-3531) Fix HTML docs so that they scroll properly in Internet Explorer 8

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.


[jira] Commented: (WW-3531) Fix HTML docs so that they scroll properly in Internet Explorer 8

Posted by "Maurizio Cucchiara (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Assigned: (WW-3531) Fix HTML docs so that they scroll properly in Internet Explorer 8

Posted by "Lukasz Lenart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WW-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lenart reassigned WW-3531:
---------------------------------

    Assignee: Lukasz Lenart

> 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
>            Assignee: Lukasz Lenart
>            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.


[jira] Closed: (WW-3531) Fix HTML docs so that they scroll properly in Internet Explorer 8

Posted by "Lukasz Lenart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WW-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lenart closed WW-3531.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.2

Solved!

> 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
>            Assignee: Lukasz Lenart
>            Priority: Minor
>             Fix For: 2.2.2
>
>
> 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.


[jira] Commented: (WW-3531) Fix HTML docs so that they scroll properly in Internet Explorer 8

Posted by "Lukasz Lenart (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12933501#action_12933501 ] 

Lukasz Lenart commented on WW-3531:
-----------------------------------

Thanks Maurizio!

The problem is also in a Confluence template as right it doesn't use the master-ie.css, I'm working on that right now.

> 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
>            Assignee: Lukasz Lenart
>            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.