-
1 May 2012 11:54 PM #1
[ExtJS 4.1]Font-Name comboBox of HtmlEditor in modal window does not show in IE8.
[ExtJS 4.1]Font-Name comboBox of HtmlEditor in modal window does not show in IE8.
var win=new Ext.window.Window({
width:800,height:500,modal:true,autoShow:true,layout:'fit',items:[{xtype:"htmleditor"}]
});
Font-Name comboBox of HtmlEditor in modal window does not show in IE*.
-
2 May 2012 6:29 PM #2
-
3 May 2012 1:09 AM #3
Font-name combobox is not shown in all IE.
Cause by CSS: .x-ie6 .x-masked select,.x-ie6.x-body-masked select{visibility:hidden!important}
-
13 Nov 2012 7:39 PM #4
Any update to this? I'm seeing the same thing, wondering how best to work around it.
-
26 Apr 2013 1:11 AM #5
Issue still exists in I.E. Any resolutions?
Issue still exists in I.E. Any resolutions?
I am experiencing the same issue. i.e in Internet Explorer ( 7, 8, or 9) the font combo box does not appear- If I access the same page in Firefox then the combobox is fine.
Any idea?Last edited by MRaza113; 26 Apr 2013 at 1:12 AM. Reason: typo
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote