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

2016-09-12 Thread Mario Ivankovits (JIRA)

 [ 
https://issues.apache.org/jira/browse/JSPWIKI-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mario Ivankovits updated JSPWIKI-1032:
--
Attachment: fixed_image_src_link_fixed_layout_in_ie_11.patch

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


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

2016-09-12 Thread Mario Ivankovits (JIRA)
Mario Ivankovits created JSPWIKI-1032:
-

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