You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Harry Metske (JIRA)" <ji...@apache.org> on 2016/09/14 19:51:20 UTC

[jira] [Commented] (JSPWIKI-1032) layout and img src fixes

    [ https://issues.apache.org/jira/browse/JSPWIKI-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15491295#comment-15491295 ] 

Harry Metske commented on JSPWIKI-1032:
---------------------------------------

[~brushed] Can you have a look at this one?

> 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
>            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)