Opened 16 years ago

Closed 15 years ago

#3918 closed Bug (fixed)

It is possible to edit fakeObject using Image plugin

Reported by: Artur Formella Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.1
Component: UI : Dialogs Version: SVN (CKEditor) - OLD
Keywords: Confirmed Review+ Cc:

Description

  1. Insert the following content in source mode:
    <p>
    	<a name="test"></a></p>
    

2.Back to WYSIWYG

3.Select the anchor

4.Open the Image Button dialog. Fake image is loaded what is wrong.

5.Click OK (convert to image button)

Result:

<p>
	<input alt="Anchor" src="http://localhost/edytor/CKEditor/trunk/images/spacer.gif" type="image" /></p>

Attachments (1)

3918.patch (1.4 KB) - added by Garry Yao 15 years ago.

Download all attachments as: .zip

Change History (4)

Changed 15 years ago by Garry Yao

Attachment: 3918.patch added

comment:1 Changed 15 years ago by Garry Yao

Keywords: Confirmed Review? added
Owner: set to Garry Yao
Status: newassigned
Version: SVN (CKEditor)

comment:2 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:3 Changed 15 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [4441].

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