[ https://issues.apache.org/jira/browse/JSPWIKI-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15493816#comment-15493816 ]
brushed commented on JSPWIKI-1032: ---------------------------------- Mario, >> proposed java patch : OK ; will include this in the next commit FLEX : appreciate you are testing/fixing this for IE !! >> The proposed CSS updates are NOK on Chome, FF, Safari. Probably only the -ms-flex setting can be retained. Could you please validate against other browsers ? dirk > layout and img src fixes > ------------------------ > > Key: JSPWIKI-1032 > URL: https://issues.apache.org/jira/browse/JSPWIKI-1032 > Project: JSPWiki > Issue Type: Bug > Components: Templates and UI > Affects Versions: 2.10.3 > Reporter: Mario Ivankovits > Assignee: brushed > Priority: Trivial > Attachments: fixed_image_src_link_fixed_layout_in_ie_11.patch > > > The attaches patch will fix: > * Use image "src" attribute instead of "href" > * Rendering glitches in IE 11 due to different interpretation of flex > http://stackoverflow.com/questions/21600345/flexbox-and-internet-explorer-11-displayflex-in-html > > "IE10 and IE11 default values for flex are 0 0 auto rather than 0 1 auto, > > as per the draft spec, as of September 2013" > > So in plain words, if somewhere in your CSS you have something like this: > > flex:1 , that is not translated the same way in all browsers. Try changing > > it > > to 1 0 0 and I believe you will immediately see that it -kinda- works. -- This message was sent by Atlassian JIRA (v6.3.4#6332)