FIX - Popup calendar layout problem in Firefox 2.0.0.14
Sunday, 22 June 2008
The javascript popup calendar layout is broken. The input field and the popup button are not on the same line. The problem appears only in Firefox 2.0.0.14
SYMPTOMS
The javascript popup calendar layout is broken. The input field and the popup
button are not on the same line. The problem appears only in Firefox 2.0.0.14
CAUSE
The problem is caused by a bug in Firefox 2.0.0.14 when working with
display:-moz-inline-stack and display: -moz-inline-box. The problem is activated
when the element that uses these styles contains tables have the class
properties set.
RESOLUTION
The problem has been fixed in smartDBforms.NET 2.1 and later. The
problem is also fixed in Firefox 3.
WORKAROUND
You can workaround the problem in one of the following way:
- Edit the smartDBtemplates/TemplatesStyles.css file. Delete the inlineBlock class
definition. This will fix the layout problem but the popup calendar will start
behaving as a block element.
- Suggest your users to upgrade to Firefox 3.
APPLIES TO
smartDBforms.NET from version 1.7 to version 2.0 when used with
Firefox 2.0.0.14.
|