We are using title tag to display the description of the lables. But when the description is long, the values got trimmed at the end in IE. The same description is showing correctly in firefox.
<label title="An test used by the test test teszt aaaaa contains combination of numbers to identify the specific state and city in which the subject resides. Design Note: This element stores the complete test test test as it is being returned by the address standardization application. It might be different from the combination of postal code and the postal code extension code. Note: This test any test test test Extension. If this data has been derived by concatenating the elements Postal Code and Postal Code Extension then these elements will be separated by a hyphen (-). This is a test test test element which test test test test data already test testt test test in the test test test stest tes t Address Line." > Full Test test Code :</label>
What could be the problem?
The problem is a fixed size buffer that is used to store the tooltip text in IE. The documentation states that
titleattributes are limited to 512 characters. Generally it’s not really advised to put novels in thetitleattribute anyway. »This attribute offers advisory information about the element for which it is set.« – it’s not really meant for overly long descriptions.