#1447 closed defect (fixed)

The "All first names" field in the pathology referral form is sometimes not saved

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: Reggie v4.43
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

It seems like if the user uses the ENTER key to step between fields that the information is not copied to the patientInfo object that is submitted. The information is normally copied when the blur event is triggered, but it seems like this event is never triggered if the input field is disabled while it has the focus. This might be a browser issue since we have not seen any problems on the production server.

Change History (1)

comment:1 by Nicklas Nordborg, 15 months ago

Resolution: fixed
Status: newclosed

In 6997:

Fixes #1447: The "All first names" field in the pathology referral form is sometimes not saved

The fix makes sure that the blur event is triggered. As an extra safety the copying of the values are moved to the validation method.

Note: See TracTickets for help on using tickets.