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


Ignore:
Timestamp:
Jun 23, 2014, 3:41:01 AM (10 years ago)
Author:
Eleanor
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12119, comment 2

    initial v1  
    1717https://developer.mozilla.org/en-US/docs/Web/API/document.compatMode for more information.
    1818
    19 We could use DOCType to specific the desired compatMode of current web page. As our application is pretty old, some pages do not contains the DOCType and some pages contains. It means some are ''BackCompat'', but the other pages are ''CSS1Compat'' modes. I know this is very ugly, but it's not easy for us to make them consistent.
     19We could use DOCType to specific the desired compatMode of current web page. As our application is pretty old, some pages contain the DOCType and some pages do not. It means some pages are ''BackCompat'', but the other pages are ''CSS1Compat'' modes. I know this is very ugly, but it's not easy for us to make them consistent.
     20
     21The issue we had is: some pages are set to ''CSS1Compat'' mode and their html height are set to 100%. When we hit enter key in editor in those pages, the whole page will be scrolled down. Please check the attachment.
    2022
    2123We really need CKEditor supports both ''BackCompat'' and ''CSS1Compat''.
    2224
    2325Thanks,
    24 Eleanor
     26Ricky
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy