Side navigation
#149 closed bug (fixed)
Opened August 28, 2006 08:32PM UTC
Closed August 31, 2006 04:16AM UTC
Last modified June 20, 2007 06:27AM UTC
Updatig value of input field is not showing up
Reported by: | dirk.olbertz@gmail.c | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.0 |
Component: | core | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When changing the value of a input field like this:
$('#lat').val(point.lat());
Where "lat" is the id of an input field, type="text", it is only working for the first time. When I call it afterwards, the changes do not show up in the browser.
Strange enough the inspector from FireBug shows the correct values, but when the user submits the form, only the values that have been written into the input field at the first try, are submitted.
Attachments (0)
Change History (1)
Changed August 31, 2006 04:16AM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in SVN rev 240.