Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 11754)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#9122 fixed CKFinder for PHP4x websites zoey
Description

I've recently updated to the latest CKFinder 2.2.2 in hopes of resolving the Chrome 20x pop-up issue (it did not help, popup problem continues). Since we are on a server which has PHP4x and will not be updating to PHP5 (too many internal server reasons to list here), the new CKFinder was not loading properly because of this error in the server log:

PHP Parse error:  parse error, unexpected T_STRING,
 expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}'
 in /.../core/connector/php/php4/Utils/Misc.php on line 54,

Therefore, in order to successfully get CKFinder loaded, I had to comment out this function beginning in line 54 /core/connector/php/php4/Utils/Misc.php

/*    public static function encodeURIComponent($str)
    {
        $revert = array('%21'=>'!', '%2A'=>'*', '%27'=>"'", '%28'=>'(', '%29'=>')');
        return strtr(rawurlencode($str), $revert);
    }
*/

With this code commented out, CKFinder loads normally. I hope these notes help developers in making sure CKFinder will work with either PHP4x or PHP5x in the future.

#13873 wontfix CKEditor 3.6.6 Paste buttons behaviour broken in latest Firefox version 41 zoey
Description

Steps to reproduce

  1. Using CKEditor 3.6.6

We have integrated the editor version 3.6.6 into our content management system [CMS] which also has some website-specific editor add-ons configured and therefore upgrading is not an option for our website.

  1. Use latest Firefox version 41+
  2. For reference purposes, the editor toolbar on previous Firefox versions worked correctly.

Expected result

Previously, upon entering the editor text box to post an article - text, photos, etc. - the clipboard buttons were used to update content (copy/paste) using Word documents *.doc, Open Documents *.odt, or plain text.

Actual result

The clipboard worked well until the latest updates to Firefox. The clipboard buttons become unhighlighted when we enter into the text box to begin to post information.

This behaviour only affects the latest Firefox. Internet Explorer and Google Chrome work correctly, but our volunteers do not use those browsers, preferring the open source community software instead.

Other details (browser, OS, CKEditor version, installed plugins)

We have been promoting open source software for both server and desktops since the early 1990's, with LAMP servers and netscape/firefox browsers. All our volunteers use Firefox to update the website and wish to happily continue the tradition as we did.

We need a resolution to this clipboard toolbar, a code snippet to the module(s) affected, to ensure our current interface will function properly for years to come.

Thank you to the open source community.

#16701 duplicate Copy text with left or right alignment from one ck editor instance to another does not preserve alignment zoarif
Description

Steps to reproduce

  1. Open the demo page for ckeditor in two tabs in the browser.
  2. In first tab, Go to document editor and left align the text

"This letter acknowledges the invaluable input you, as a member of our Innovation Team"

  1. Copy this text and paste it in the second tab with ck editor demo page. The text will be pasted as normal text with no alignment.

Expected result

The alignment should be preserved and the text should be right aligned.

Actual result

The text is always pasted as left aligned or normal text.

Other details (browser, OS, CKEditor version, installed plugins)

Happens in all browsers

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Note: See TracQuery for help on using queries.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy