#4092: [IE6] Close button missing for dialog without multiple tabs
-----------------------------------+----------------------------------------
 Reporter:  garry.yao              |       Owner:              
     Type:  Bug                    |      Status:  new         
 Priority:  Normal                 |   Milestone:  CKEditor 3.0
Component:  UI : Dialogs           |     Version:              
 Keywords:  IE Confirmed HasPatch  |  
-----------------------------------+----------------------------------------
Changes (by garry.yao):

  * keywords:  IE Confirmed => IE Confirmed HasPatch


Comment:

 The close button's incorrect position in IE6 is due to the following rules
 which is supposed to be apply to only IE7 quirks only:
 {{{
 /* IE7 + IE quirks */
 .cke_skin_kama .cke_browser_ie7.cke_single_page .cke_dialog_contents
 {
         float: left;
 }
 }}}

 It's shown that the dialog style css is still containing '''multiple
 classes selectors''' which is not fixed by #3021. Proposing for changing
 it, but maybe breaking Tobias' hacks for IE7 RTL at several places, could
 you please help to verify the patch?

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/4092#comment:3>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to