http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9177
--- Comment #3 from Owen Leonard <[email protected]> --- Created attachment 33460 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33460&action=edit Bug 9177 - Duplicate patron: Prepopulated fields ar cleared when setting cursor When adding a duplicated patron record some fields are prepopulated from the original patron record. Focusing your cursor on these fields automatically clears them. This works well if you assume that the user only focuses on fields which should be changed. This works badly if you consider that a user might want to tab between all fields. I think the disadvantages outweigh the minor benefit of not having to delete the contents of a field. This patch removes the clearing action. To test, apply the patch and duplicate an existing patron record. Tabbing through the entry fields should not result in the contents of those fields being cleared. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
