Ticket #3918 (closed Bug: fixed)

Opened 8 months ago

Last modified 4 months ago

It is possible to edit fakeObject using Image plugin

Reported by: arczi Owned by: garry.yao
Priority: Normal Milestone: CKEditor 3.1
Component: UI : Dialogs Version: SVN (CKEditor)
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

3918.patch Download (1.4 KB) - added by garry.yao 4 months ago.

Change History

Changed 4 months ago by garry.yao

Changed 4 months ago by garry.yao

  • keywords Confirmed Review? added
  • owner set to garry.yao
  • version set to SVN (CKEditor)
  • status changed from new to assigned

Changed 4 months ago by fredck

  • keywords Review+ added; Review? removed

Changed 4 months ago by garry.yao

  • status changed from assigned to closed
  • resolution set to fixed

Fixed with [4441].

Note: See TracTickets for help on using tickets.