[
https://issues.apache.org/jira/browse/JSPWIKI-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15906621#comment-15906621
]
brushed commented on JSPWIKI-1032:
----------------------------------
Suggest to close this issue :
- FIx has been done on the ImagePlugin (src iso href) : see 2.10.3-svn-19
- FLEX issue on IEx browsers has been resolved in the mean time.
> 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
> Fix For: 2.10.3
>
> 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.15#6346)