Opened 22 months ago
Closed 22 months ago
#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.
Note:
See TracTickets
for help on using tickets.
In 6997: