Results 1 to 10 of 29

Hybrid View

  1. #1
    Join Date
    Mar 2005
    Location
    Earth
    Posts
    92
    Plugin Contributions
    0

    Default Re: CKEditor does not work in my IE?

    Dr.Byte,
    Me too...Windows7Pro/IE10/Java:1.7.0_21
    Dedicated Server: PHP 5.4.10
    Zen Cart: v1.5.1 [2013-04-21 20:31:12
    v3.7e - Updated CKEditor to v3.6.6. Compatible with ZC v1.3.9, v1.5.0, v1.5.1, v1.6.0

    The "Plain Text" editor displays text.
    CKEditor displays no text unless I click "Source" then I get plain text.
    I did your fix to the latest CKEditor 4.1 and still get no working GUI box when in CKEditor.

    Also, I upgraded Java last week, should I use the console and try to debug? Maybe there are variables in the upgrade that need flipped let me know. I want to help. - Mark

  2. #2
    Join Date
    Mar 2005
    Location
    Earth
    Posts
    92
    Plugin Contributions
    0

    Default Re: CKEditor does not work in my IE?

    I spoke too soon, I reloaded my browser and now I get the same box with the same grayed out icons as dlt101.

  3. #3
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: CKEditor does not work in my IE?

    Quote Originally Posted by charmlt View Post

    Also, I upgraded Java last week, should I use the console and try to debug? Maybe there are variables in the upgrade that need flipped let me know. I want to help. - Mark
    Java has nothing whatsoever to do with this, Java is utterly different to javascript(which is what CKeditor uses a lot of) they are two completely different things, they should never have given them similar names. upgrading Java (a program provided by oracle to run Java applets and programs) will not have any effect on programs running javascript which are interpreted by the javascript engine built by your browsers maker in your case Microsoft,

    Go to post number 4, does the sample version on the CKedito site run, what happens if you remove all the other jquery stuff, it could be a clash with something, how many other plugins or themes do you have on your site do any of them uses jquery etc
    Webzings Design
    Semi retired from Web Design

  4. #4
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: CKEditor does not work in my IE?

    Have we got any further with this problem?

  5. #5
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: CKEditor does not work in my IE?

    Anyone get this working correctly for the define pages editor?, From my brief read and the fact it seems to be fixable by setting IE to "compatibility view", people are/were saying its to do with the doc type being html rather than xhtml in admin, does that make sense.

    I have it working using a hack, so you can try this at your own risk

    in your favourite text editor open

    admin/define_pages_editor.php

    Find line 98 where it says

    <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">

    and change it to

    <!doctype html public "-//W3C//DTD XHTML 4.01 Transitional//EN">

    and that seems to fix it for me, as usual there are no guarantees this will work for you, but it does for me

    Edit----------------------------
    If there is a better solution i would love to hear it,
    Webzings Design
    Semi retired from Web Design

  6. #6
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: CKEditor does not work in my IE?

    Not sure if this helps, but yesterday someone told me all they had to do to get it working in IE was update the /editors/ckeditor files to a newer version ... in their case they used 4.1.2 ..... which I think is what's in the bundled version in the plugins area.
    They said they were using version 3.something and IE was broken, but then they updated it to 4.1.2 and IE was working.
    They were editing ez-pages, not define pages, but there's not much difference in how those pages are built in the admin, so both are probably affected similarly.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: CKEditor does not work in my IE?

    Hi Dr Byte

    I had actually tried updating to the latest version first and still got the same issue, thats why I did the little hack i did.

    Although if it is working for others (updating that is), then that would be the best option.
    Webzings Design
    Semi retired from Web Design

  8. #8
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: CKEditor does not work in my IE?

    I take that back, just tried it out again and It seems to be working perfectly without the hack,

    Thats weird because I updated ckEditor yesterday logged out cleard the browser cache, logged back in and it was still not working correctly.

    Blasted web gremlins.

    So, yep updating to the latest version from the ckEditor site fixes the issue. not hack needed.
    Webzings Design
    Semi retired from Web Design

  9. #9
    Join Date
    Nov 2005
    Posts
    157
    Plugin Contributions
    0

    Default Re: CKEditor does not work in my IE?

    Quote Originally Posted by nigelt74 View Post

    I have it working using a hack, so you can try this at your own risk

    in your favourite text editor open

    admin/define_pages_editor.php

    Find line 98 where it says

    <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">

    and change it to

    <!doctype html public "-//W3C//DTD XHTML 4.01 Transitional//EN">

    and that seems to fix it for me, as usual there are no guarantees this will work for you, but it does for me

    Edit----------------------------
    If there is a better solution i would love to hear it,
    it does work. thanks.

    for ie 10, it works too in Compatibility Modes without any hack.

    win7 + IE10 + Zen Cart 1.51 + ckeditor 4.2 revision f74e558

 

 

Similar Threads

  1. [Not a bug] My Store Does Not Work In Google Chrome
    By articleck in forum Bug Reports
    Replies: 16
    Last Post: 15 Nov 2011, 03:38 AM
  2. My Shipping estimator does not work for guests / users not logged in
    By bgroup99 in forum Built-in Shipping and Payment Modules
    Replies: 11
    Last Post: 10 Nov 2011, 07:27 PM
  3. Shipping Estimator does not work for me when not logged in
    By speedraceratl in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 22 Aug 2009, 06:14 PM
  4. Send Email tool Does not work if Customer not subscribed.
    By woodlandsprite in forum General Questions
    Replies: 4
    Last Post: 15 Jul 2006, 05:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg