Bug Tracker

Modify

Ticket #149 (closed bug: fixed)

Opened 7 years ago

Last modified 6 years ago

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

comment:1 Changed 7 years ago by john

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in SVN rev 240.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.