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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

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

Nikolay Suslov
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
Reply | Threaded
Open this post in threaded view
|

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

Nick
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 <[hidden email]> 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
Reply | Threaded
Open this post in threaded view
|

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

Gastón Dall' Oglio
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 <[hidden email]>
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 <[hidden email]> 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
Reply | Threaded
Open this post in threaded view
|

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

Gastón Dall' Oglio
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 <[hidden email]>
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 <[hidden email]>
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 <[hidden email]> 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
Reply | Threaded
Open this post in threaded view
|

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

Nick
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 <[hidden email]> 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 <[hidden email]>
>>
>> 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 <[hidden email]>
>>>
>>> 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 <[hidden email]> 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
Reply | Threaded
Open this post in threaded view
|

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

Gastón Dall' Oglio
Hi Nick.


2012/5/26 Nick Ager <[hidden email]>
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 <[hidden email]> 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 <[hidden email]>
>>
>> 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 <[hidden email]>
>>>
>>> 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 <[hidden email]> 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