September 21, 2010 - Official Release
The Official Release of Feedback version 05.00.02 is the same version as 05.00.02 RC which was submitted to the DotNetNuke Release Tracker testing process for core modules. This version is now cleared for use on live production sites and will be included in DotNetNuke framework packages starting with 05.05.01.
Please look at the Release Notes file included in the module packages or available on this page as a separate download for a listing of the bug fixes and enhancements found in this version.
NOTE: Feedback v 05.00.02 REQUIRES a minimum DotNetNuke framework version of 05.02.03 as well as ASP.Net 3.5 SP1 and MS SQL Server 2005 or 2008 (Express or standard versions).
Known issue: The Feedback form makes use of a tableless design for better XHTML compliancy and modification of its layout and appearance via changes to the module.css style sheet located in the DesktopModules\Feedback folder. In some cases when viewed in IE 6, IE 7, or IE 8 in compatibility mode, in skins still using a fallback DOCTYPE of HTML 4 (legacy), there will be a misalignment of the field labels and field controls on the form. It can be corrected by modifying module.css to either reduce the control width specified in the FeedbackControlWidth rule or by adjustments to margin-left value in the FeedbackFieldValue rule. It appears that the misalignment is caused by how the element offset is calculated in older browsers but as I am not a designer I cannot at this time come up with a good css hack for all browsers. Anyone want to take on the challenge?