Modify ↓
Ticket #149 (closed bug: fixed)
Updatig value of input field is not showing up
| Reported by: | dirk.olbertz@… | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.0 |
| Component: | core | Version: | 1.0 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Fixed in SVN rev 240.