]> git.evergreen-ils.org Git - Evergreen.git/commit
Remove most annoying UI "feature" of the new authority browse list interface
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 23 Sep 2010 03:45:16 +0000 (03:45 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 23 Sep 2010 03:45:16 +0000 (03:45 +0000)
commit833ef624ed34f8c840d353977ad2abf0ebdc8a5d
treec3fd88fa25ff82723f7abb8da33df7eb6c346463
parent2c4146eabe3cdb4999c72248a43708ae5e5beb92
Remove most annoying UI "feature" of the new authority browse list interface

When I added the new authority browse list interface, I used dojo.xhrGet()
to retrieve records from the authority browse backend - but because I didn't
specify sync:true, when you first right-clicked on a subfield, the function
would return immediately and default to showing the context menu. You would
then need to click two more times to show the authority list.

Now you get it on your first right-click, as it should be.

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