[SOLVED] Re: IE6 and Ajax.framework
[SOLVED] Re: IE6 and Ajax.framework
- Subject: [SOLVED] Re: IE6 and Ajax.framework
- From: "Jérémy DE ROYER [INGENCYS]" <email@hidden>
- Date: Sat, 10 Dec 2011 15:52:38 +0100
Hello,
I've solved the use of both Ajax.framework and jQuery by first loading Ajax.framework and then jQuery using AjaxUtils.addScript....
Below part of the html header :
<script src="/WebObjects/Frameworks/Ajax.framework/WebServerResources/prototype.js"></script>
<script src="/WebObjects/Frameworks/Ajax.framework/WebServerResources/wonder.js"></script>
<script src="/WebObjects/Frameworks/Ajax.framework/WebServerResources/effects.js"></script>
<script src="/WebObjects/Frameworks/IndeXys_v30.framework/WebServerResources/jquery.js"></script>
Works now with IE 6. For the rest, I use compatibility mode.
Jérémy
Le 9 déc. 2011 à 19:19, Jérémy DE ROYER [INGENCYS] a écrit :
> Works when jQuery is disabled. It's not du to IE6 but to jQuery and the way and load the libraries.
>
> I will try to change the order the libraries are loaded.
>
> Jérémy
>
> Le 9 déc. 2011 à 18:09, David LeBer a écrit :
>
>> You need to put JQuery into compatibility mode and define a different token for it (other than $).
>>
>> --
>> David LeBer
>> Codeferous Software
>>
>> On 2011-12-09, at 12:06 PM, Chuck Hill wrote:
>>
>>> Isn't it problematic to use both? IIRC both Prototype and jQuery use the $.
>>>
>>> Chuck
>>>
>>>
>>> On 2011-12-09, at 8:57 AM, Jérémy DE ROYER [INGENCYS] wrote:
>>>
>>>> Using AjaxObserveField, we get an alert : this object does not support this property or method
>>>>
>>>> pointing to
>>>>
>>>> $(containerID).descendants().find(function(element) {
>>>> if (element.type != 'hidden' && ['input', 'select', 'textarea'].include(element.tagName.toLowerCase())) {
>>>> AjaxSubmitButton.observeField(updateContainerID, element, observeFieldFrequency, partial, observeDelay, options);
>>>> }
>>>> });
>>>>
>>>> Do you use jQuery too ? Because we use both...
>>>>
>>>> Jérémy
>>>>
>>>> Le 9 déc. 2011 à 17:51, Simon a écrit :
>>>>
>>>>> what doesn't work ? we use the ajax framework extensively and don't
>>>>> know of any ie6 issues. well, other than the usual issues.
>>>>>
>>>>> simon
>>>>>
>>>>>
>>>>> 2011/12/9 "Jérémy DE ROYER [INGENCYS]" <email@hidden>:
>>>>>> Hello,
>>>>>>
>>>>>> It appears that the (new) Ajax.framework does not work with Internet Explorer 6 wich is still used by many users.
>>>>>>
>>>>>> Where can we find the last version for WebObjects 5.4.3 compatible with IE 6 ?
>>>>>>
>>>>>> Jérémy
>>>>>>
>>>>>> _______________________________________________
>>>>>> Do not post admin requests to the list. They will be ignored.
>>>>>> Webobjects-dev mailing list (email@hidden)
>>>>>> Help/Unsubscribe/Update your Subscription:
>>>>>>
>>>>>> This email sent to email@hidden
>>>>
>>>> _______________________________________________
>>>> Do not post admin requests to the list. They will be ignored.
>>>> Webobjects-dev mailing list (email@hidden)
>>>> Help/Unsubscribe/Update your Subscription:
>>>>
>>>> This email sent to email@hidden
>>>
>>> --
>>> Chuck Hill Senior Consultant / VP Development
>>>
>>> Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.
>>> http://www.global-village.net/products/practical_webobjects
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list (email@hidden)
>>> Help/Unsubscribe/Update your Subscription:
>>>
>>> This email sent to email@hidden
>>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden