#2598: Image Properties Dialog not applying BodyClass to Image Preview body
element.
----------------------------+-----------------------------------------------
 Reporter:  pauline_perren  |       Owner:                 
     Type:  Bug             |      Status:  new            
 Priority:  Normal          |   Milestone:                 
Component:  UI : Dialogs    |     Version:  FCKeditor 2.6.3
 Keywords:                  |  
----------------------------+-----------------------------------------------
 The Image Preview textarea in the Image Properties dialog doesn't have any
 classes associated with the body element for the preview pane.  This can
 mean that the preview is unviewable and may not match the site's theme.

 This can be fixed by adding the line:
 {{{
 document.body.className = FCKConfig.BodyClass;
 }}}

 In the ''window.onLoad'' function in the file:
 ''editor/dialog/fck_imagefck_image_preview.html.''

 I'm not a javascript programmer though and I haven't looked very deeply
 into the code for this application so it might not be the best way.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2598>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to