Thanks Aaron Sorry for sounding stupid - but how would I go about downloading it from github - as I'm using the compressed more file, I guess it's not just copy/paste the new Tips code?
On Nov 7, 4:15 pm, Aaron Newton <[email protected]> wrote: > this is a bug that was fixed for 1.2.4.2 but I accidentally reverted it. > It's back on -trunk now, so you can download the fix from github. Expect > 1.2.4.3 maybe next week. > > > > On Sat, Nov 7, 2009 at 4:11 PM, mmjaeger <[email protected]> wrote: > > > Hello, > > I'm getting the following error when hovering over my elements: > > b.getParent is not a function > > [Break on this error] this.timer=this.hide.delay(this.options....f(!b) > > {return;}parentNode=b.getParent();\n > > > this is the code I use: > > setTips: function() { > > var els = $$('.ellipsis a'); > > if (els.length < 1) return false; > > > new Tips(els, { > > text: function(item) { > > var str = item.get('href'); > > str = > > str.substring(str.lastIndexOf('/')+12); > > return str.replace('_',' '); > > } > > }); > > } > > > Hope somebody discovers what I'm missing > > > Thank you for your help.
