Nikolay Suslov | 12 Apr 2012 08:42
Picon
Gravatar

PRAdminUI context menu doesn't work on nested structures with JQuery-Core-lr.123 (jQuery 1.7.1)

Hello,


The context menu never loads on right mouse click on nested structure titles in Pier3 admin UI.
There was no problem with the previous version of jQuery 1.6.2 (JQuery-Core-lr.120).

Does anybody has the same observation? What could be wrong?

Thanks,
Nikolay

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Nick Ager | 12 Apr 2012 10:43
Picon
Gravatar

Re: PRAdminUI context menu doesn't work on nested structures with JQuery-Core-lr.123 (jQuery 1.7.1)

Hi Nikolay,


Thanks for reporting that - I hadn't noticed. I'll a little busy at the moment - but I'll try to look into it this weekend

Thanks

Nick

On 12 April 2012 07:42, Nikolay Suslov <nsuslovi <at> gmail.com> wrote:
Hello,

The context menu never loads on right mouse click on nested structure titles in Pier3 admin UI.
There was no problem with the previous version of jQuery 1.6.2 (JQuery-Core-lr.120).

Does anybody has the same observation? What could be wrong?

Thanks,
Nikolay


_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Gastón Dall' Oglio | 24 May 2012 23:17
Picon
Gravatar

Re: PRAdminUI context menu doesn't work on nested structures with JQuery-Core-lr.123 (jQuery 1.7.1)

Hi.

Someone fix this?

If I back to JQuery-Core-lr.120 I get this error message "MessageNotUnderstood: JQueryInstance>>on:selector:do:" originated in PRAdminUI>>renderIFrameViewOn:

I looked at example page's source (http://www.jstree.com/documentation/contextmenu) and this is using jQuery v1.6.1 (http://static.jstree.com/v.1.0pre/jquery.js)

Regards.


2012/4/12 Nick Ager <nick.ager <at> gmail.com>
Hi Nikolay,

Thanks for reporting that - I hadn't noticed. I'll a little busy at the moment - but I'll try to look into it this weekend

Thanks

Nick

On 12 April 2012 07:42, Nikolay Suslov <nsuslovi <at> gmail.com> wrote:
Hello,

The context menu never loads on right mouse click on nested structure titles in Pier3 admin UI.
There was no problem with the previous version of jQuery 1.6.2 (JQuery-Core-lr.120).

Does anybody has the same observation? What could be wrong?

Thanks,
Nikolay


_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki


_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Gastón Dall' Oglio | 24 May 2012 23:41
Picon
Gravatar

Re: PRAdminUI context menu doesn't work on nested structures with JQuery-Core-lr.123 (jQuery 1.7.1)

In jstree dev site (https://github.com/vakata/jstree) there is a stable 1.0 version, that is using jquery v1.7.2 (https://github.com/vakata/jstree/blob/v.1.0/libs/jquery/jquery.js). I updated JSTreeFileLibrary>>jqueryjstreeJs with 1.0 version in my image, but now the tree is not rendered hehe. Tomorrow I will take a look to try see what happens.

Regards.


2012/5/24 Gastón Dall' Oglio <gaston.dalloglio <at> gmail.com>
Hi.

Someone fix this?

If I back to JQuery-Core-lr.120 I get this error message "MessageNotUnderstood: JQueryInstance>>on:selector:do:" originated in PRAdminUI>>renderIFrameViewOn:

I looked at example page's source (http://www.jstree.com/documentation/contextmenu) and this is using jQuery v1.6.1 (http://static.jstree.com/v.1.0pre/jquery.js)

Regards.


2012/4/12 Nick Ager <nick.ager <at> gmail.com>
Hi Nikolay,

Thanks for reporting that - I hadn't noticed. I'll a little busy at the moment - but I'll try to look into it this weekend

Thanks

Nick

On 12 April 2012 07:42, Nikolay Suslov <nsuslovi <at> gmail.com> wrote:
Hello,

The context menu never loads on right mouse click on nested structure titles in Pier3 admin UI.
There was no problem with the previous version of jQuery 1.6.2 (JQuery-Core-lr.120).

Does anybody has the same observation? What could be wrong?

Thanks,
Nikolay


_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki


_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki


_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Nick Ager | 26 May 2012 13:24
Picon
Gravatar

Re: PRAdminUI context menu doesn't work on nested structures with JQuery-Core-lr.123 (jQuery 1.7.1)

Hi,

Sorry I've taken so long to look at this. I've checked in a fix, you
can update your image with:

Gofer it
    renggli: 'pier3addons';
    package: 'JQWidgetBox-JSTree-Core';
    load.

I've also updated ConfigurationOfPier3AddOns

The bug was in my code not jstree. The new version of the jstree looks
interesting though there seems to be quite a few API changes - so
unless there are other pressing reasons to move to it, I'm inclined to
keep the existing code as it is.

Cheers

Nick

On 24 May 2012 22:41, Gastón Dall' Oglio <gaston.dalloglio <at> gmail.com> wrote:
> In jstree dev site (https://github.com/vakata/jstree) there is a stable 1.0
> version, that is using jquery v1.7.2
> (https://github.com/vakata/jstree/blob/v.1.0/libs/jquery/jquery.js). I
> updated JSTreeFileLibrary>>jqueryjstreeJs with 1.0 version in my image, but
> now the tree is not rendered hehe. Tomorrow I will take a look to try see
> what happens.
>
> Regards.
>
>
> 2012/5/24 Gastón Dall' Oglio <gaston.dalloglio <at> gmail.com>
>>
>> Hi.
>>
>> Someone fix this?
>>
>> If I back to JQuery-Core-lr.120 I get this error message
>> "MessageNotUnderstood: JQueryInstance>>on:selector:do:" originated in
>> PRAdminUI>>renderIFrameViewOn:
>>
>> I looked at example page's source
>> (http://www.jstree.com/documentation/contextmenu) and this is using jQuery
>> v1.6.1 (http://static.jstree.com/v.1.0pre/jquery.js)
>>
>> Regards.
>>
>>
>> 2012/4/12 Nick Ager <nick.ager <at> gmail.com>
>>>
>>> Hi Nikolay,
>>>
>>> Thanks for reporting that - I hadn't noticed. I'll a little busy at the
>>> moment - but I'll try to look into it this weekend
>>>
>>> Thanks
>>>
>>> Nick
>>>
>>> On 12 April 2012 07:42, Nikolay Suslov <nsuslovi <at> gmail.com> wrote:
>>>>
>>>> Hello,
>>>>
>>>> The context menu never loads on right mouse click on nested structure
>>>> titles in Pier3 admin UI.
>>>> There was no problem with the previous version of jQuery 1.6.2
>>>> (JQuery-Core-lr.120).
>>>>
>>>> Does anybody has the same observation? What could be wrong?
>>>>
>>>> Thanks,
>>>> Nikolay
>>>>
>>>>
>>>> _______________________________________________
>>>> Magritte, Pier and Related Tools ...
>>>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>>>
>>>
>>>
>>> _______________________________________________
>>> Magritte, Pier and Related Tools ...
>>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>>
>>
>
>
> _______________________________________________
> Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

Gastón Dall' Oglio | 26 May 2012 17:30
Picon
Gravatar

Re: PRAdminUI context menu doesn't work on nested structures with JQuery-Core-lr.123 (jQuery 1.7.1)

Hi Nick.


2012/5/26 Nick Ager <nick.ager <at> gmail.com>
Hi,

Sorry I've taken so long to look at this.

No problem, your work (and of collaborators of course) made in PierAdmin is impressive, thanks you!!! I saw a lot the code and the book-template's content, to take ideas to make my distributions as form of make several similar sites quickly, based in Pier of course.
 
I've checked in a fix, you
can update your image with:

Gofer it
   renggli: 'pier3addons';
   package: 'JQWidgetBox-JSTree-Core';
   load.

I've also updated ConfigurationOfPier3AddOns

Works perfectly, thanks a lot!!!
 

The bug was in my code not jstree. The new version of the jstree looks
interesting though there seems to be quite a few API changes - so
unless there are other pressing reasons to move to it, I'm inclined to
keep the existing code as it is.

Yes, yesterday I check that and saw many changes in 1.0 version (4/9/2012). For record:
* json_data plugin is rename json and change syntax, see https://github.com/vakata/jstree/issues/194
* type plugin doesn't exists anymore, see https://github.com/vakata/jstree/tree/v.1.0/src.
* cookie and  hotkeys jqplugins are not required anymore, those are embedded into jstree, see https://github.com/vakata/jstree/blob/v.1.0/src/vakata.js.
* documentation is poor (without examples), and for json plugin missing. The documentation in jstree.com is obsolete.

Best regards.


Cheers

Nick

On 24 May 2012 22:41, Gastón Dall' Oglio <gaston.dalloglio <at> gmail.com> wrote:
> In jstree dev site (https://github.com/vakata/jstree) there is a stable 1.0
> version, that is using jquery v1.7.2
> (https://github.com/vakata/jstree/blob/v.1.0/libs/jquery/jquery.js). I
> updated JSTreeFileLibrary>>jqueryjstreeJs with 1.0 version in my image, but
> now the tree is not rendered hehe. Tomorrow I will take a look to try see
> what happens.
>
> Regards.
>
>
> 2012/5/24 Gastón Dall' Oglio <gaston.dalloglio <at> gmail.com>
>>
>> Hi.
>>
>> Someone fix this?
>>
>> If I back to JQuery-Core-lr.120 I get this error message
>> "MessageNotUnderstood: JQueryInstance>>on:selector:do:" originated in
>> PRAdminUI>>renderIFrameViewOn:
>>
>> I looked at example page's source
>> (http://www.jstree.com/documentation/contextmenu) and this is using jQuery
>> v1.6.1 (http://static.jstree.com/v.1.0pre/jquery.js)
>>
>> Regards.
>>
>>
>> 2012/4/12 Nick Ager <nick.ager <at> gmail.com>
>>>
>>> Hi Nikolay,
>>>
>>> Thanks for reporting that - I hadn't noticed. I'll a little busy at the
>>> moment - but I'll try to look into it this weekend
>>>
>>> Thanks
>>>
>>> Nick
>>>
>>> On 12 April 2012 07:42, Nikolay Suslov <nsuslovi <at> gmail.com> wrote:
>>>>
>>>> Hello,
>>>>
>>>> The context menu never loads on right mouse click on nested structure
>>>> titles in Pier3 admin UI.
>>>> There was no problem with the previous version of jQuery 1.6.2
>>>> (JQuery-Core-lr.120).
>>>>
>>>> Does anybody has the same observation? What could be wrong?
>>>>
>>>> Thanks,
>>>> Nikolay
>>>>
>>>>
>>>> _______________________________________________
>>>> Magritte, Pier and Related Tools ...
>>>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>>>
>>>
>>>
>>> _______________________________________________
>>> Magritte, Pier and Related Tools ...
>>> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>>
>>
>
>
> _______________________________________________
> Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

Gmane