The forum operates in read-only mode. Please head to StackOverflow for support.
alfonsoml wrote:Thank you. It should be fixed for the next release (the problem affects all the connectors, it's strange that no one else has reported it before)
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help. Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Wiktor Walc CTO, CKSource - http://cksource.com -- Follow CKEditor on: Twitter | Facebook | Google+
'<div class="thumb" style="background-image:url(\'' + icon + '\')" ></div>' +
'<div class="thumb" style="background-image:url(\'' + icon.replace(/\'/g,'\\\'') + '\')" ></div>' +
Re: Thumbnail error using single quote CKFinder ASP.NET 2.0.
Re: Thumbnail error using single quote CKFinder ASP.NET 2.0.
It should be fixed for the next release (the problem affects all the connectors, it's strange that no one else has reported it before)
Re: Thumbnail error using single quote CKFinder ASP.NET 2.0.
And when will the next release be released?
Is there a fix for the meantime?
Re: Thumbnail error using single quote CKFinder ASP.NET 2.0.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: Thumbnail error using single quote CKFinder ASP.NET 2.0.
Re: Thumbnail error using single quote CKFinder ASP.NET 2.0.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Thumbnail error using single quote CKFinder ASP.NET 2.0.
The 2.1 dev snapshot fixed the problem for me, thumbnails are being generated even with apostrophe's in the path.
Using PHP Version: 5.2.10
CKEditor Version: 3.6.1
GD Version: bundled (2.0.34 compatible)
The multi file upload feature is great!
Please post to this thread when 2.1 is released.
Be Well,
Joe
Re: Thumbnail error using single quote CKFinder ASP.NET 2.0.
forum postannouncement page
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: Thumbnail error using single quote CKFinder ASP.NET 2.0.
File: js/browser/files.js
I replaced this line
by this one
Re: Thumbnail error using single quote CKFinder ASP.NET 2.0.
CKFinder
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+