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
- 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)
Change History (4)
Changed 15 years ago by
Attachment: | 3918.patch added |
---|
comment:1 Changed 15 years ago by
Keywords: | Confirmed Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
Version: | → SVN (CKEditor) |
comment:2 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [4441].