Defect #5677
closedrails 2.3.8 - time_entries form rendered with escaped (non html) form fields
0%
Description
(seems to be a 2.3.8 conflict - html escaping is being forced? - hopefully will help you when you bump up the rails version)
When updating time_entry (#update), without providing Activity and/or Hours, the form is rendered with both the Hours and Activity fields rendered with html escaped
<iut id="time_entry_hours" name="time_entry[hours]" size="6" type="text" />
verified in both firefox 3.5.9, and chrome 5.0.375.70
$ svn info | grep Revision
Revision: 3768
$ rails --version
Rails 2.3.8
$ ruby --version
ruby 1.8.7 (2010-04-19 patchlevel 253) [x86_64-linux], MBARI 0x6770, Ruby Enterprise Edition 2010.02
$ mysql --version
mysql Ver 14.12 Distrib 5.0.22, for pc-linux-gnu (x86_64) using readline 5.1
Updated by Felix Schäfer over 14 years ago
- Category changed from Time tracking to UI
- Status changed from New to Closed
- Resolution set to Invalid
This is a UI problem, and not a defect because the current stable and trunk are supported against rails 2.3.5. Please open a feature request if you think 2.3.8 should be supported (and a reason other than rails's been updated might be good, the version thing is pretty much moot as ruby gems supports concurrent versions installed at the same time).