#3068: plugin:panel doesn't hide on subsequent click
-----------------------+----------------------------------------------------
 Reporter:  garry.yao  |       Owner:  arczi          
     Type:  Bug        |      Status:  assigned       
 Priority:  Normal     |   Milestone:  CKEditor 3.0   
Component:  General    |     Version:  SVN (FCKeditor)
 Keywords:  Review-    |  
-----------------------+----------------------------------------------------

Comment(by arczi):

 About CKEDITOR.ui.floatPanel.allowBlur:

 When float panel loses focus it should hide, but there is one exception
 when we click other combo/panelbutton.

 In normal situation:
 {{{
 click combo1 (float1)
         "this.onShow.call( this );"
         show
         set focus (float1)
 click combo2 (float2)
         "this.onShow.call( this );"
         show
         set focus (float2) and blur float1 so combo1 should close

 }}}

 The exception can be seen when float1=float2 (the same float panel, but
 different blocks)

 {{{

 click combo1 (float1)
         "this.onShow.call( this );"
         show
         set focus (float1)

 click combo2 (float1)
         "this.onShow.call( this );"
         show
         set focus:
                 blur float1 so float1 is hidden
                 set focus ( but float1 is hidden)
 }}}


 This problem doesn't exists in IE, because focus and blur are set after
 some time and float1 in not hidden.

 I couldn't workaround this so I decided to don't allow to close float
 panel in time between "this.onShow.call( this );" and "set focus"

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3068#comment:7>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to