• banjo discussion

Re: Error in banjo.js

from Eric Steele on Jul 16, 2009 11:44 AM
Thanks for catching that error. Would you mind committing the fix?

I don't believe Banjo has advanced to the point of saving rules yet,  
but I may be wrong. I've mostly run out of free time to work on Banjo,  
so I'm in the process of trying to dig up some javascript folks to  
take up the slack.

Eric

On Jul 16, 2009, at 11:24 AM, Christian Klinger wrote:

> Hi again,
>
> after investigating a bit more i found the problem:
> With this little snippet it works....
> It seems that without the <div id="container"> it does not work.
>
> <html>
> <body>
> <div id="container">
>    <h1 id="title"> This is my Title </h1>
> </div>
> </body>
> </html>
>
> So now if i click on *This is my Title* i get this nice popup...  
> (Nice so far).
>
> But it seems that the rules are not saved... so digging into  
> this... ;)
>
> Thanks for your help...
>
>
> Am 16.07.2009 um 11:49 schrieb Christian Klinger:
>
>> Hi Banjo Team,
>>
>> i try to theme a very simple grok application with deliverance and  
>> banjo.
>>
>> If i try to inspect my classes/ids in my grok Page a got this
>> javascript error from banjo.js:
>>
>> line 13:
>> obj.attr("tagName") is undefined
>> [Break on this error] tag = obj.attr('tagName').toLowerCase();
>>
>> Thanks for your help.
>> Christian
>>
>> BTW. i have striped down the page to a very minimal but with no  
>> success:
>>
>> <html>
>> <body>
>> <div class="content">
>> <h1 class="h1titel">Congratulations!</h1>
>> </div>
>> </body>
>> </html>
>>
>>
>>
>> --
>> Archive: http://www.coactivate.org/projects/banjo/lists/banjo-discussion/archive/2009/07/1247737766747
>> To unsubscribe send an email with subject "unsubscribe" to banjo-discussion@... 
>> .  Please contact banjo-discussion-manager@... for  
>> questions.
>>
>
>
>
> --
> Archive: http://www.coactivate.org/projects/banjo/lists/banjo-discussion/archive/2009/07/1247757866528
> To unsubscribe send an email with subject "unsubscribe" to banjo-discussion@... 
> .  Please contact banjo-discussion-manager@... for  
> questions.
>

Return to date view: threaded or flat