-
8 Jul 2009 7:24 AM #1
[2.2.1] IE8 DatePicker is not wide enough.
[2.2.1] IE8 DatePicker is not wide enough.
DatePicker is not wide enough in IE8. I searched for solution but there are only old discussions about IE8 incompability.
Please, see attached screenshots.
-
9 Jul 2009 10:22 AM #2
-
10 Jul 2009 12:18 AM #3
Sorry, but it doesn't. Nothing's changed.
thx for reply
-
21 Jul 2009 1:38 PM #4
-
21 Jul 2009 3:51 PM #5
Suggest you retry with 2.3.0. There have been numerous fixes - 2.2 pre-dates the release of IE8.
Tim Ryan
Read BEFORE posting a question / BEFORE posting a Bug
Use Google to Search - API / Forum
API Doc (4.x | 3.x | 2.x | 1.x) / FAQ / 1.x->2.x Migration Guide / 2.x->3.x Migration Guide
-
5 Aug 2009 4:58 AM #6
I added this following lines to my CSS:
.x-date-menu > ul{
display: inline;
}
.x-date-menu > ul li{
display: inline;
}
This solves the problem for me.
Hope to help...
-
25 Aug 2009 2:27 AM #7
Could you try DatePickerPlus?
I needed to fix the width of the Datepicker to make it work in Firefox 3 which had similar issues back then. Maybe it fixes your issue in IE8 aswell.Extensions:
Ext.ux.DatePickerPlus (Multimonth,Multiselect,...)
Ext.ux.menu.StoreMenu - Ajax Store as menu-item config
Extended Window - Aero Shadows, nested grayscaled modal windows
Ext.MessageBox.promptCombo/promptRadio/promptCheckbox
Ext.ux.plugin.triggerfieldTooltip (for Comboboxes, Datefields...)
Ext.util.MD5
Ext.util.Utf8 (encode/decode)
Ext.util.base64 (encode/decode)
Using:
ExtJS 3.4.1.1/4.2
XPsp3/W7sp1
IE8/9/10
FF 20
Chrome 26
-
25 Jan 2010 12:47 PM #8
Thanks TriMenTor
Thanks TriMenTor
your css fix worked for with 2.2 and ie8
-
22 Feb 2010 2:45 AM #9
-
1 Sep 2010 11:04 PM #10
This is OK!Code:.x-date-menu > ul{ display: inline; } .x-date-menu > ul li{ display: inline; }smile at one's life


Reply With Quote
