I’m using DHTMLX v3.0 and am having an issue with IE7 and checkbox fields in dhtmlxForm.
In IE7 the checkbox fields are showing above their labels and not to the right of their labels.
In IE7 a user cannot select text in the password field.
Regarding pwd selection in ie:
open dhtmlxform.js, find:
if (({input:true,fieldset:true,block:true})[type] !== true)
change to:
if (({input:true,fieldset:true,block:true,password:true,calendar:true,colorpicker:true})[type] !== true)