]> git.evergreen-ils.org Git - working/Evergreen.git/commit
use oncommand rather onclick here for keyboard access. But interestingly, the timing...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 10 Mar 2009 13:39:32 +0000 (13:39 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 10 Mar 2009 13:39:32 +0000 (13:39 +0000)
commitb44b9db5ef8ef34304b4e8fab0754e059155e500
tree3dd619968b087285519c550284825f618abc695f
parent9e461a20fa68f849e12bc345e4dda0ffce62bba2
use oncommand rather onclick here for keyboard access.  But interestingly, the timing for DOM updates appears to happen differently between oncommand and onclick, so the element's .checked (and @checked) get updated after the oncommand but before the onclick.  So I threw a negation in front of the .checked test

git-svn-id: svn://svn.open-ils.org/ILS/trunk@12483 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/xul/staff_client/server/cat/marcedit.js
Open-ILS/xul/staff_client/server/cat/marcedit.xul