[open-ils-commits] r12483 - trunk/Open-ILS/xul/staff_client/server/cat (phasefx)

Jason Etheridge jason at esilibrary.com
Tue Mar 10 10:03:38 EDT 2009


> 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

Actually, I think it's the other way around.  The .checked property is
getting set correctly going into the handler, but I did have to negate
the test when changing from onclick to oncommand.  Hrmph.

-- 
Jason Etheridge
 | VP, Community Support and Advocacy
 | Equinox Software, Inc. / The Evergreen Experts
 | phone:  1-877-OPEN-ILS (673-6457)
 | email:  jason at esilibrary.com
 | web:  http://www.esilibrary.com


More information about the open-ils-commits mailing list