Changes between Initial Version and Version 1 of Ticket #11265, comment 2


Ignore:
Timestamp:
Dec 6, 2013, 10:07:49 AM (10 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11265, comment 2

    initial v1  
    11NOTE: Compatibility mode is something different that QM. You can turn it on in IE->Tools->Compatibility View Settings or using {{{<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />}}}
    22
    3 The problem here is that this is IE issue. Try below code on plain HTML5 page and with compatibility mode turned on:
     3The problem here is that this is IE issue. Try below code on plain HTML5 page with compatibility mode turned on:
    44{{{
    55<div style="margin: 20px; border:1px solid black; width:500px;" contenteditable="true">
     
    1313This means there is nothing we can do and with is a "won't fix" issue.
    1414
    15 NOTE: This seems to wirk with {{{<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />}}}. Perhaps you could use it as workaround.
     15NOTE: This seems to work with dispaly:none elements {{{<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />}}}. Perhaps you could use it as a workaround.
    1616
    1717
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy