We are having an issue with our Immunization Management form. When viewing the Immunization Management form on the application server, the check-boxes are shaded so that they are clearly visible on the form. On our Thick clients, the check-boxes are not shaded and is not visible without moving closer to the screen to select the box.
This appears to be a html issue as the issue is not present on the application server but only on thick clients. The Immunization form is loaded in "C:\Program Files\Centricity Practice Solution\jboss\server\default\deploy\centricityps.ear\CentricityPracticeWS.war\EncounterForms\Immunization" on the application server where jboss is installed.
Any ideas as to why there's no consistency with the fields?
Note: The application server is using IE9 and the Thick clients are IE11. Wonder if the HTML forms support IE11?
Unfortunately, Centricity is currently not certified for use with IE11 and it is my understanding that the HTML forms in Centricity do have problems with IE11.
Try to change IE11 compatibility mode. Also you can adjust check boxes by adding border style in CSS. Or you can create a custom CSS file and update HTML with reference to your custom CSS.