Patron Editor can enter erroneous values for Claims-returned count
authorSteven Chan <schan@sitka.bclibraries.ca>
Thu, 23 May 2013 22:22:15 +0000 (15:22 -0700)
committerBen Shum <bshum@biblio.org>
Thu, 11 Jul 2013 14:59:48 +0000 (10:59 -0400)
commit0b2dec84082d145e0185939174c707419be3695b
tree8703c35c7f3b7133cf7cc50fd134162b9986aae5
parentef52ddf056b30cf4ebb389b3f5310490bae2fd13
Patron Editor can enter erroneous values for Claims-returned count

In the staff client, Patrons interface, Edit screen, when
mouse-scrolling up and down the Edit form, it is possible to
inadvertently change the value in Claims-returned Count or Claims Never
Checked Out Count field.  It will happen if the mouse hovers over either
data field while using the mouse wheel.

Both data fields use the dijit.form.NumberSpinner widget to provide a
'spin' behaviour.  The fix involves cancelling the mouse scroll event as
it propagates to input fields in table rows that are using the
dijit.form.NumberSpinner widget, because the mouse scroll would be
applied too early by the widget, before the user has intentionally
focussed on one of the input fields.  Now, mouse scrolling has no effect
on the two input fields; it will only have an effect in scrolling the
page up or down.

Signed-off-by: Steven Chan <schan@sitka.bclibraries.ca>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/web/js/ui/default/actor/user/register.js