Changeset 1576

Show
Ignore:
Timestamp:
2008-02-21 03:45:07 (5 months ago)
Author:
martinkou
Message:

Fixed #481 : Fixed the issue where the image preview in image dialog sometimes doesn't display after selecting the image from server browser.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/dialog/fck_image/fck_image.js

    r1565 r1576  
    386386{ 
    387387        if ( ! oImageOriginal ) return ; 
     388        if ( oEditor.FCKBrowserInfo.IsGecko && !oImageOriginal.complete ) 
     389        { 
     390                setTimeout( ResetSizes, 50 ) ; 
     391                return ; 
     392        } 
    388393 
    389394        GetE('txtWidth').value  = oImageOriginal.width ; 
  • FCKeditor/trunk/_whatsnew.html

    r1569 r1576  
    114114                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/479">#479</a>] Fixed the issue where pressing 
    115115                        Enter in an &lt;o:p&gt; tag in IE does not generate line breaks.</li> 
     116                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/481">#481</a>] Fixed the issue where the image  
     117                        preview in image dialog sometimes doesn't display after selecting the image from server browser.</li> 
    116118        </ul> 
    117119        <p>