jtvoorde
13 Jan 2010, 2:04 AM
I integrated the grid filter extension and noticed the month menu in the datepicker no longer works after including examples/ux/gridfilters/css/GridFilters.css.
After commenting out the following it works again:
li.x-menu-list-item div {
display: inline;
}
Use the grid filter example (http://www.extjs.com/deploy/dev/examples/grid-filtering/grid-filter-local.html) te reproduce. (Click Reconfigure Grid first to get a date column)
It fails on Chrome (4.0.288.1) and Safari 4.0.2.
IE 8 and firefox 3.5 are ok.
After commenting out the following it works again:
li.x-menu-list-item div {
display: inline;
}
Use the grid filter example (http://www.extjs.com/deploy/dev/examples/grid-filtering/grid-filter-local.html) te reproduce. (Click Reconfigure Grid first to get a date column)
It fails on Chrome (4.0.288.1) and Safari 4.0.2.
IE 8 and firefox 3.5 are ok.