[jira] [Created] (JSPWIKI-1045) IE11 rendering is broken for %%graphBars using color names
E.Poth created JSPWIKI-1045: --- Summary: IE11 rendering is broken for %%graphBars using color names Key: JSPWIKI-1045 URL: https://issues.apache.org/jira/browse/JSPWIKI-1045 Project: JSPWiki Issue Type: Bug Components: Templates and UI Affects Versions: 2.10.3 Environment: Tomcat 7 Java 8 JSPWiki v2.10.3-git-27 Reporter: E.Poth Example: [https://jspwiki-wiki.apache.org/Wiki.jsp?page=GraphBars] IE11 create an javascript exception because object *c010* does not implement *remove()* method. {code:title=Patch|borderStyle=solid} Index: jspwiki-war/src/main/scripts/moo-extend/Color.js IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 === --- jspwiki-war/src/main/scripts/moo-extend/Color.js(revision 2e3da23a887548876fa7f61303efaf1fa15fc333) +++ jspwiki-war/src/main/scripts/moo-extend/Color.js(revision ) @@ -59,7 +59,6 @@ c0l0r.inject(document.body); color = ( color.test(/^[\da-f]{3,6}$/i) ? ("#" + color) : c0l0r.setStyle('color',color).getComputedStyle('color').rgbToHex() ).hexToRgb(true); //[r,g,b] -c0l0r.remove(); } if(!color){ return null; } {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Resolved] (JSPWIKI-1045) IE11 rendering is broken for %%graphBars using color names
[ https://issues.apache.org/jira/browse/JSPWIKI-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] brushed resolved JSPWIKI-1045. -- Resolution: Fixed Fix Version/s: 2.10.3 Solved in 2.10.3-git-28 > IE11 rendering is broken for %%graphBars using color names > -- > > Key: JSPWIKI-1045 > URL: https://issues.apache.org/jira/browse/JSPWIKI-1045 > Project: JSPWiki > Issue Type: Bug > Components: Templates and UI >Affects Versions: 2.10.3 > Environment: Tomcat 7 > Java 8 > JSPWiki v2.10.3-git-27 >Reporter: E.Poth >Assignee: brushed > Fix For: 2.10.3 > > > Example: [https://jspwiki-wiki.apache.org/Wiki.jsp?page=GraphBars] > > IE11 create an javascript exception because object *c010* does not implement > *remove()* method. > > {code:title=Patch|borderStyle=solid} > Index: jspwiki-war/src/main/scripts/moo-extend/Color.js > IDEA additional info: > Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP > <+>UTF-8 > === > --- jspwiki-war/src/main/scripts/moo-extend/Color.js (revision > 2e3da23a887548876fa7f61303efaf1fa15fc333) > +++ jspwiki-war/src/main/scripts/moo-extend/Color.js (revision ) > @@ -59,7 +59,6 @@ > c0l0r.inject(document.body); > color = ( color.test(/^[\da-f]{3,6}$/i) ? ("#" + color) : > > c0l0r.setStyle('color',color).getComputedStyle('color').rgbToHex() > ).hexToRgb(true); //[r,g,b] > -c0l0r.remove(); > > } > if(!color){ return null; } > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (JSPWIKI-1046) IE11 scrolling in content page blocked
E.Poth created JSPWIKI-1046: --- Summary: 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 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. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (JSPWIKI-1046) IE11 scrolling in content page blocked
[ https://issues.apache.org/jira/browse/JSPWIKI-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] E.Poth updated JSPWIKI-1046: Description: 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} was: 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. > 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 > > 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)
[jira] [Commented] (JSPWIKI-1046) IE11 scrolling in content page blocked
[ https://issues.apache.org/jira/browse/JSPWIKI-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15823220#comment-15823220 ] brushed commented on JSPWIKI-1046: -- Could you please elaborate, or attach some screenshots ? Is this the same issue as JSPWIKI-1038 ? 1) For EDGE, the "can-flex" class should be set on the BODY element; while for IE10/IE11 it should not. Could you check this? 2) The recent commit included fixed to make sure the DIALOG boxes in the editor do *not* show scroll-bars; which was the case in all browsers on WINDOWs. > 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)
[jira] [Commented] (JSPWIKI-1046) IE11 scrolling in content page blocked
[ 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)
[jira] [Updated] (JSPWIKI-1046) IE11 scrolling in content page blocked
[ https://issues.apache.org/jira/browse/JSPWIKI-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] E.Poth updated JSPWIKI-1046: Attachment: screenshot1.png > 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 > Attachments: screenshot1.png > > > 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)