rmatiello
8 Jul 2011, 9:07 AM
Ext version tested:
Ext 3.4.0
Adapter used:
ext
css used:
only default ext-all.css
Browser versions tested against:
IE9
Chrome - ok
Firefox - ok
Operating System:
Win 7
Description:
The datepicker of datafield has a white space in the bottom position, because css define height 197px.
.ext-strict .ext-ie .x-date-menu, .ext-border-box .ext-ie8 .x-date-menu{
height : 197px;
}
Test Case:
See this URL : http://dev.sencha.com/deploy/ext-3.4.0/examples/form/composite-field.html
Steps to reproduce the problem:
open site and click on datefield button
bar
The result that was expected:
Calendar using full space of datepicker menu
The result that occurs instead:
The datepicker of datafield has a white space in the bottom position
Screenshot or Video:
attached
Debugging already done:
none
Possible fix:
change css, ext-all.css
.ext-strict .ext-ie .x-date-menu, .ext-border-box .ext-ie8 .x-date-menu{
height : 185px;
}
or
.ext-strict .ext-ie .x-date-menu, .ext-border-box .ext-ie8 .x-date-menu{
height : auto;
}
Ext 3.4.0
Adapter used:
ext
css used:
only default ext-all.css
Browser versions tested against:
IE9
Chrome - ok
Firefox - ok
Operating System:
Win 7
Description:
The datepicker of datafield has a white space in the bottom position, because css define height 197px.
.ext-strict .ext-ie .x-date-menu, .ext-border-box .ext-ie8 .x-date-menu{
height : 197px;
}
Test Case:
See this URL : http://dev.sencha.com/deploy/ext-3.4.0/examples/form/composite-field.html
Steps to reproduce the problem:
open site and click on datefield button
bar
The result that was expected:
Calendar using full space of datepicker menu
The result that occurs instead:
The datepicker of datafield has a white space in the bottom position
Screenshot or Video:
attached
Debugging already done:
none
Possible fix:
change css, ext-all.css
.ext-strict .ext-ie .x-date-menu, .ext-border-box .ext-ie8 .x-date-menu{
height : 185px;
}
or
.ext-strict .ext-ie .x-date-menu, .ext-border-box .ext-ie8 .x-date-menu{
height : auto;
}