Opened 10 years ago

Closed 10 years ago

Last modified 9 years ago

#13139 closed Bug (invalid)

Image plugin

Reported by: SysKP Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

In Firefox in config.extraPlugins = 'image'; there is an upload button. If i open it in IE11 there is no upload button?

Attachments (5)

Naamloos.jpg (56.6 KB) - added by SysKP 10 years ago.
Naamloos1.jpg (375.3 KB) - added by SysKP 10 years ago.
test2.jpg (159.2 KB) - added by SysKP 10 years ago.
test3.jpg (76.3 KB) - added by SysKP 10 years ago.
test4.jpg (135.6 KB) - added by SysKP 10 years ago.

Download all attachments as: .zip

Change History (15)

Changed 10 years ago by SysKP

Attachment: Naamloos.jpg added

Changed 10 years ago by SysKP

Attachment: Naamloos1.jpg added

comment:1 Changed 10 years ago by Jakub Ś

Status: newpending
Version: 4.4.7

I asusme that you are using some custom plugin because I don't recall such dialog window.

If that is the case then please report this issue to plugin author. Please confirm if you use custom plugin.

comment:2 Changed 10 years ago by SysKP

The Dialog plugin was a test. I do not use custom plugin. I have tested some plugins to get the Word past thing to work.... but unfortunately. It only works for me in Google Chrome or Firefox but no IE11.....I already beat my head against the wall for the past three days

config.extraPlugins = 'base64image,pastebase64,imagepaste,pastefromword,clipboard,dialog,dialogui,image,filebrowser,popup';

comment:3 Changed 10 years ago by Jakub Ś

Resolution: invalid
Status: pendingclosed

I have seen your comment in http://dev.ckeditor.com/ticket/11360#comment:9.

First of all (I assume you know that based on custom plugins used) if you want to paste images into editor you need to upload them to the server.

CKEditor is finishing working on DnD feature and it will soon be released in CKEditor 4.5 beta. Server-side code will of course be required here - for this use CKFinder or some other custom code.


I can see you have used custom plugins "base64image,pastebase64,imagepaste". We have not created them and don't support them. Any bugs or missing functionalities (like IE11) for these plugins should be reported to plugins authors.

To summarize - CKEditor doesn't support DnD yet but very soon will be (once beta is released). Please wait for CKEditor 4.5 beta which has this feature implemented.

You can test it in fact (please note there are still issues we are fixing). Just get the Major branch from https://github.com/ckeditor/ckeditor-dev, prepare default sample which e.g. points to CKFinder connector:

var editor1 = CKEDITOR.replace( 'editor1', {
	extraPlugins: 'uploadimage',
	imageUploadUrl: '../../MyCKFinder/core/connector/php/connector.php?command=QuickUpload&type=Images&responseType=json'
} );

With that you can test how DnD works.

Changed 10 years ago by SysKP

Attachment: test2.jpg added

comment:4 Changed 10 years ago by SysKP

Thank you for the reply.

I've uploaded test2.jpg to this topic.

When i run the demo website from ckeditor and paste mine picture (from Windows clipboard) to the demo website all is working fine with IE11...just shoot me..... (from mine own computer...)? What are i'm doing wrong. Corrupt config? wrong install?

which version is the CKEditor demo site using?? . No beta version right ?

Changed 10 years ago by SysKP

Attachment: test3.jpg added

comment:5 Changed 10 years ago by SysKP

Another strange thing is that if i try it local i get a security warning (see test3.jpg) and if i try it on the demo CKEditor website i do not get a security (see test2.jpg) warning..?

Last edited 10 years ago by SysKP (previous) (diff)

comment:6 Changed 10 years ago by SysKP

i have installed the latest version but still same result. See test4.jpg

Changed 10 years ago by SysKP

Attachment: test4.jpg added

comment:7 Changed 10 years ago by Jakub Ś

Just get the Major branch from https://github.com/ckeditor/ckeditor-dev.

The test4.jpg shows that you are on Master and not Major branch.

NOTE: Demo version is always latest stable release. At the time of writing it is 4.4.7.

comment:8 Changed 10 years ago by SysKP

The master branch is the last version? Right? I know it can be bugy but that doesn't matter... In version 4.4.7 and the master version i still cannot past a image directly in the Ckeditor editor......

comment:9 in reply to:  3 Changed 10 years ago by SysKP

Replying to j.swiderski:

You mean it like this? See mine example

<head>

<meta charset="utf-8">

<title>CKEditor</title>

<script src="../ckeditor/ckeditor.js">

CKEDITOR.replace( 'editor1', {

extraPlugins: 'uploadimage', imageUploadUrl: '../ckeditor/core/connector/php/connector.php?command=QuickUpload&type=Images&responseType=json'

} );

</script>

</head>


I can see you have used custom plugins "base64image,pastebase64,imagepaste". We have not created them and don't support them. Any bugs or missing functionalities (like IE11) for these plugins should be reported to plugins authors.

To summarize - CKEditor doesn't support DnD yet but very soon will be (once beta is released). Please wait for CKEditor 4.5 beta which has this feature implemented.

You can test it in fact (please note there are still issues we are fixing). Just get the Major branch from https://github.com/ckeditor/ckeditor-dev, prepare default sample which e.g. points to CKFinder connector:

var editor1 = CKEDITOR.replace( 'editor1', {
	extraPlugins: 'uploadimage',
	imageUploadUrl: '../../MyCKFinder/core/connector/php/connector.php?command=QuickUpload&type=Images&responseType=json'
} );

With that you can test how DnD works.

comment:10 Changed 9 years ago by Jakub Ś

The master branch is the last version? Right? I know it can be bugy but that doesn't matter..

No..

You mean it like this? See mine example

No I don't...

I will try to explain this for the last time.

Please get CKEditor code from https://github.com/ckeditor/ckeditor-dev (you need git for that). You need to download MAJOR branch. MASTER branch is the latest stable branch while MAJOR is development and can have bugs. Since we are talking about pre-release feature which is still developed you need to download Major branch.

Next you need to download CKFinder. You need to enable it and set userfiles folder for it: http://docs.cksource.com/CKFinder_2.x/Developers_Guide/PHP/Configuration/Quick_Start

Finally when both are set, you need to set this property imageUploadUrl to CKFinder PathToCKFinderFolder/core/connector/php/connector.php?command=QuickUpload&type=Images&responseType=json'

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy