Opened 15 years ago
Closed 15 years ago
#4810 closed New Feature (fixed)
Text change request for image properties dialog preview label
Reported by: | Russ Tennant | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | UI : Dialogs | Version: | 3.0.1 |
Keywords: | IBM Confirmed Review+ | Cc: | Damian, Joe Kavanagh |
Description
Image Properties Dialog / Image Info tab
We've received requests from users to change the label "Preview" to something else. The users are confused by the "Lorem Ipsum" text. They think the text is going to be inserted when they click OK. One suggestion for a different label is "Image Preview and Placeholder Text".
Attachments (1)
Change History (10)
comment:1 Changed 15 years ago by
Keywords: | Confirmed added |
---|---|
Milestone: | → CKEditor 3.3 |
comment:2 Changed 15 years ago by
The label can be adjusted now with editor.lang.image.preview. The Lorem Ipsum text doesn't work the same way, but adding an Id I think that it must be possible. At least that's my idea with the easyUpload plugin but I still haven't tested it.
I'll verify that it works and I'll explain how to do it.
comment:3 Changed 15 years ago by
I think that just adding the id (that it's needed for the ability to remove the preview) will be enough: http://alfonsoml.blogspot.com/2009/12/adjusting-preview-text-in-easyupload.html
comment:5 Changed 15 years ago by
@alfonsoml, the article illustrates it well thanks!
Just to clarify, when I talk about making it configurable, I mean having a "documentation only" setting (no code definition for it) which, if defined sets the text to be used there, otherwise we use the default Lorem Ipsum. It will have almost no code impact, and will touch the dialog file only.
comment:6 Changed 15 years ago by
Cc: | Damian Joe Kavanagh added |
---|---|
Keywords: | IBM added |
#5076 has been marked as dup
comment:7 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
Changed 15 years ago by
Attachment: | 4810.patch added |
---|
comment:8 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Change the type in the documentation from boolean to string.
Let's make it configurable.