In our Crystal Reports, we are using a combination of the WebElements library along with a custom HTML function library to display advanced HTML elements for parameter selection. Our custom HTML library contains some JQUERY UI components. We are using IE7. Our BO environment is R3 SP4.
The issue that I have encountered is that the JQUERY UI components require a valid or http://www.w3.org/TR/html4/loose.dtd"> but from my research, the Crystal Report Viewer appears to not be adding a valid
Without the presence of a valid <!DOCTYPE> specification, IE7 is rendering the HTML in a "BackCompat" mode instead of a "CSS1Compat" mode.
Any help in overcoming this issue - or getting SAP to add <!DOCTYPE> to the Crystal Report viewer - would be greatly
appreciated!