Hi,
the icons of the FieldItems "MiniDateRangeItem" and "SelectItem" are not displayed correctly. This seems to be a chrome bug. Firefox displays the icons at the right spot.
Version: SmartGWT 6.1d LGPL
Build: Version: 30 June
Browser: Chrome 60
What else might help... I am using:
Thanks
Andy
the icons of the FieldItems "MiniDateRangeItem" and "SelectItem" are not displayed correctly. This seems to be a chrome bug. Firefox displays the icons at the right spot.
Version: SmartGWT 6.1d LGPL
Build: Version: 30 June
Browser: Chrome 60
Code:
MiniDateRangeItem dateRangeFromTo = new MiniDateRangeItem( CItemSupplyEmails.edit_date, "Abgabedatum"); dateRangeFromTo.setWidth( "*" ); dateRangeFromTo.setTitleOrientation( TitleOrientation.TOP );
Code:
Canvas.resizeFonts( 0 ); Canvas.resizeControls( 0 );
Thanks
Andy
Comment