#2862: plugin:maximize porting from v2
-------------------------------+--------------------------------------------
 Reporter:  garry.yao          |       Owner:  garry.yao   
     Type:  New Feature        |      Status:  assigned    
 Priority:  Normal             |   Milestone:  CKEditor 3.0
Component:  General            |     Version:              
 Keywords:  Confirmed Review-  |  
-------------------------------+--------------------------------------------
Changes (by fredck):

  * keywords:  Confirmed Review? => Confirmed Review-


Comment:

 * In Firefox, I'm having an error when maximizing for the first time.

  * In IE, the Elements Path bar is not visible when maximize.

  * For z-index, you should use the baseFloatZIndex setting, instead of
 hardcoded "10". (If it conflicts with other floating stuff like dialogs
 and panels, it's not your fault and those things must be corrected
 separately).

  * The thing pointed by Martin (point 4) also sounds strange for me. Try
 removing the listener as the first thing in that function and check if it
 helps. Btw, you can call event.removeListener() directly to remove the
 current listener function.

 Regarding the above IE issue, I noted that you are always using 100% to
 the width and height. You may try CKEDITOR.dom.window::getViewPaneSize
 instead and see the results (you should check it if the page has margins
 and padding also.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2862#comment:17>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to