Opened 14 years ago
Closed 14 years ago
#2965 closed Bug (fixed)
plugin:image preview area failed to update 'align' option
Reported by: | Garry Yao | Owned by: | Artur Formella |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed Review+ | Cc: |
Description
Procedures
- Open the replace by code example page in IE;
- Click image button to open dialog, input
http://dev.fckeditor.net/chrome/site/logos.gif
as image url. - Change the Align select to option 'right', check the preview area.
- Actual Result : Preview area remains the same.
Attachments (3)
Change History (11)
comment:1 Changed 14 years ago by
Owner: | set to Artur Formella |
---|---|
Status: | new → assigned |
Changed 14 years ago by
Attachment: | 2965.patch added |
---|
comment:2 Changed 14 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 14 years ago by
Keywords: | Review- added; Review? removed |
---|
Changed 14 years ago by
Attachment: | 2965_2.patch added |
---|
comment:4 Changed 14 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:5 Changed 14 years ago by
Keywords: | Review- added; Review? removed |
---|
Please set this.getValue() to a local variable at the top of the commit function and reuse it inside the function body.
Changed 14 years ago by
Attachment: | 2965_3.patch added |
---|
comment:6 Changed 14 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:7 Changed 14 years ago by
Keywords: | Review+ added; Review? removed |
---|
The patch worked well with Firefox, but has no effect in IE.