From 7345635502e7d529595feaa8bc0fe3ad44ba0b0e Mon Sep 17 00:00:00 2001 From: Adam Bowling Date: Tue, 25 Sep 2012 10:16:19 -0400 Subject: [PATCH] LP#1053074 Editing MARC Fixed Fields jumps cursor This patch addresses LP#1053074 by removing the cursor jump when editing the fixed fields in the MARC record editor after hitting the tab key. Signed-off-by: Adam Bowling --- Open-ILS/xul/staff_client/server/cat/marcedit.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/cat/marcedit.js b/Open-ILS/xul/staff_client/server/cat/marcedit.js index 71e6f22d4e..e1556c0fab 100644 --- a/Open-ILS/xul/staff_client/server/cat/marcedit.js +++ b/Open-ILS/xul/staff_client/server/cat/marcedit.js @@ -1086,7 +1086,6 @@ function loadRecord() { grid_rows.appendChild( marcDatafield( xml_record.datafield[i] ) ); } - grid_rows.getElementsByAttribute('class','marcDatafieldRow')[0].firstChild.focus(); var marc_rec = new MARC.Record ({ delimiter : '$', marcxml : xml_record.toXMLString() }); changeFFEditor(marc_rec.recordType()); -- 2.11.0