[ https://issues.apache.org/jira/browse/JSPWIKI-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15823581#comment-15823581 ]
E.Poth commented on JSPWIKI-1046: --------------------------------- bq. Could you please elaborate, or attach some screenshots ? Scrolling down to bottom content is not possible with IE11 in [this|https://jspwiki-wiki.apache.org/Wiki.jsp?page=Documentation] example. bq. Is this the same issue as JSPWIKI-1038 ? Yes bq. For EDGE, the "can-flex" class should be set on the BODY element; while for IE10/IE11 it should not. Could you check this? See attached screenshot (IE11) I'm using now the following work around which is working in IE11,IE10,IE9,EDGE,FF and Chrome. {code} body.can-flex > .container-fluid, body.can-flex > .container { display: -webkit-box; display: -moz-box; // display: -ms-flexbox; display: -webkit-flex; // display: flex; min-height: 100vh; -webkit-flex-flow: column; -moz-flex-flow: column; -ms-flex-flow: column; flex-flow: column; } {code} > IE11 scrolling in content page blocked > -------------------------------------- > > Key: JSPWIKI-1046 > URL: https://issues.apache.org/jira/browse/JSPWIKI-1046 > Project: JSPWiki > Issue Type: Bug > Components: Templates and UI > Affects Versions: 2.10.3 > Environment: JSPWiki v2.10.3-git-28 > Reporter: E.Poth > Assignee: brushed > > After some more investigation I find out that this has nothing to do with > [Commit|https://github.com/apache/jspwiki/commit/af2067a84bfc05a9f22eeca2c27560b53bd65cc6]. > The IE11 issue has something to do with the body.can-flex > .container CSS. > {quote} > CSS change in file Dialog.less from > [Commit|https://github.com/apache/jspwiki/commit/af2067a84bfc05a9f22eeca2c27560b53bd65cc6] > disables page-scrolling of all pages in IE11. > IE10 and IE9 are not affected. > {quote} -- This message was sent by Atlassian JIRA (v6.3.4#6332)