Hello,
I upgraded Smart client libraries to version 10.0 from version 8.2 in our application. However after the upgrade I notice the ComboBox is not showing the Border which doesn't look good on the UI on Firefox, the same looks fine on IE. Below are the details
We have a Form Item in which the editor type
editorType: "ComboBox"
Constructor we use is : ComboBoxItem
Refer to the attachments captured on both IE and Firefox
The Issue: The border for the ComboBox is not appearing clearly in FireFox
I use the following CSS style for this item
.selectItemText,
.selectItemTextError {
font-family: Verdana, Bitstream Vera Sans, sans-serif;
font-size: 11px;
margin: 2px;
}
The UI looks good for all other components except ComboBox Items and this issue is seen only in Firefox (version 38.0.1).
This issue was not seen when we were using Smartclient libraries version 8.2
Please investigate this and provide us the fix ASAP
Regards,
Harish
I upgraded Smart client libraries to version 10.0 from version 8.2 in our application. However after the upgrade I notice the ComboBox is not showing the Border which doesn't look good on the UI on Firefox, the same looks fine on IE. Below are the details
We have a Form Item in which the editor type
editorType: "ComboBox"
Constructor we use is : ComboBoxItem
Refer to the attachments captured on both IE and Firefox
The Issue: The border for the ComboBox is not appearing clearly in FireFox
I use the following CSS style for this item
.selectItemText,
.selectItemTextError {
font-family: Verdana, Bitstream Vera Sans, sans-serif;
font-size: 11px;
margin: 2px;
}
The UI looks good for all other components except ComboBox Items and this issue is seen only in Firefox (version 38.0.1).
This issue was not seen when we were using Smartclient libraries version 8.2
Please investigate this and provide us the fix ASAP
Regards,
Harish
Comment