Changes between Initial Version and Version 1 of Ticket #10063, comment 1


Ignore:
Timestamp:
Feb 12, 2013, 9:02:51 PM (12 years ago)
Author:
Moritz Blume
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10063, comment 1

    initial v1  
    1 Here is the code snippet that is responsible for this behaviour. If env.mobile is true, env.isCompatible is always false. I think that is a mistake, at least for android jelly bean CKEditor seems to work fine.
     1Here is the code snippet from file env.js that is responsible for this behaviour. If env.mobile is true, env.isCompatible is always false. I think that is a mistake, at least for android jelly bean CKEditor seems to work just fine but is always marked as incompatible.
    22
    3 env.isCompatible = // White list of mobile devices that supports.
    4                         env.iOS && version >= 534 ||
     3
     4env.isCompatible = env.iOS && version >= 534 ||
    55                        !env.mobile && (
    66                                ( env.ie && version > 6 ) ||
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy