[OPEN-ILS-DEV] Mac Staff Client
Bill Ott
bott at grpl.org
Wed Mar 10 16:30:02 EST 2010
Bill Ott said the following on 03/10/2010 04:15 PM:
> Benjamin Shum said the following on 03/10/2010 04:11 PM:
>> Hey Grant,
>>
>> We've seen that error pop up on our Mac staff clients (and Linux
>> ones) as well since 1.6.0.0. Our current Mac client users are using
>> a 1.6.0.2 that I packaged together using a fresh source from our
>> production server before we went live.
>>
>> I asked once about it awhile back and it was mentioned in this IRC
>> log:
>> http://www.openevergreen.net/irc_logs/evergreen/2009-12/%23evergreen.04-Fri-2009.log
>> It looked like there were some conflicting id collisions among the
>> xul elements according to phasefx.
>
>
> I've seen these as well. Looking into it deeper is on my to-do list,
> but a quick kludge is to comment out line 316 (?) server/util/widgets.js
>
> It looks pretty benign.
I'm feeling a little dirty for suggesting just commenting out error
reporting. The following would just quiet the noted error.
Index: widgets.js
===================================================================
--- widgets.js (revision 15779)
+++ widgets.js (working copy)
@@ -312,6 +312,9 @@
case 'textbox' :
n.value = t; n.setAttribute('value',t);
break;
+ case 'treecol' :
+ // do something?
+ break;
default:
alert("FIXME: util.widgets.set_text doesn't know how to
handle " + n.nodeName);
break;
More information about the Open-ils-dev
mailing list