#2512: IE8 beta2, contents of dialogs don't fill the width of the container
---------------------------+------------------------------------------------
  Reporter:  alfonsoml     |       Owner:                    
      Type:  Bug           |      Status:  reopened          
  Priority:  Normal        |   Milestone:                    
 Component:  UI : Dialogs  |     Version:  FCKeditor 2.6 Beta
Resolution:                |    Keywords:  Confirmed IE8     
---------------------------+------------------------------------------------

Comment(by saul11):

 hmmm seemingly you have to use SetAutoSize anyhow, also when you want to
 resize manually. Else the problem will remain. So do:
 {{{
 if (oEditor.FCKBrowserInfo.IsIE)
 {
         dialog.SetAutoSize(true);
         dialog.Sizer.ResizeDialog(widthPxValue, heightPxValue);
 }
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2512#comment:7>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to