It does, it give me all the string value has... but it fails to give me the error line in my code.....
regards. On Jul 17, 5:39 pm, Mitch Stewart <[email protected]> wrote: > Unless you have the developer tools open when running IE-9 then IE-9 > will fail because there is no built-in javascript console for IE-9 like > FireFox or Chrome has... try commenting out the "console.log()" > statements or popup the developers tool in IE-9 before loading the page... > > On 07/17/2012 05:09 PM, UTAN wrote: > > > > > > > > > I tried updating , it didn't work I have invalid argument in IE9 > > without a line number, actually it does but is at line 1 in the page > > which is the start of the doctype... > > > But gave me the mootools error /client/mootool-core.js, at line 1638.. > > > no problems with Firefox or other browser only IE9, > > > the code would be.. > > > setProperty: function(attribute, value){ > > var key = attributes[attribute]; > > if (value == undefined || value === '') return > > this.removeProperty(attribute); > > //console.log(value); > > if (key && bools[attribute]) value = !!value; > > (key) ? this[key] = value : this.setAttribute(attribute, '' + > > value); > > return this; > > }, > > > (key) ? this[key] = value : this.setAttribute(attribute, '' + value); > > <---- the line give me error.. > > > I used console log to see what value had and found and empty string, > > made a test to see if that would fix the issue not a go... but no more > > empty string are passed anymore.. > > > IE9 is very obscure when given you errors, because doesn't tell me > > where is the error in my code.. that's why I used IE8 emulation.. > > > Checking current mootool version core-1.4.5 it shown they made some > > fixes to that particular method with patches for IE9 but trying to > > change code and I started to have dependencies problems. > > > regards. > > > On Jul 17, 10:21 am, RakonDark <[email protected]> wrote: > >> For me it worked when i only update the mootools in /source/ and not at the > >> client folder. So only update one and use source/mootols.... lookes like > >> the client need his simple mootools . I realy wonder after all try and > >> error , i only find this solution working without any error on any client. > >> And all probs started with use of the sessions, thats why the simple demos > >> working , where they should not work . > > >> Maybe someone can explain the different clients and souce > >> Am 17.07.2012 18:10 schrieb "UTAN" <[email protected]>: > > >>> Hi, > >>> Same here, in IE9 i have errors had to emulate IE8 to make the browser > >>> work.. > >>> at least for me which I've tried everything doesn't work. > >>> regards. > >>> On Jul 17, 8:05 am, Auryn <[email protected]> wrote: > >>>> I've the same IE's error with this files : > >>>> SCRIPT5022: DOM Exception: INVALID_CHARACTER_ERR (5) > >>>> mootools-core.js, Ligne 1530 Caractère 3 > >>>> Le mardi 17 juillet 2012 16:10:24 UTC+2, Auryn a écrit : > >>>>> Hi all ! :P > >>>>> I've a question, the version of Mootools given by APE don't work on > >>> IE. ^^" > >>>>> How can I do to make it work ? :o > >>>>> If I upgrade the version of mootools it will work ? :o > >>>>> Thanks a lot ! :) > >>> -- > >>> You received this message because you are subscribed to the Google > >>> Groups "APE Project" group. > >>> To post to this group, send email to [email protected] > >>> To unsubscribe from this group, send email to > >>> [email protected] > >>> For more options, visit this group at > >>>http://groups.google.com/group/ape-project?hl=en > >>> --- > >>> APE Project (Ajax Push Engine) > >>> Official website :http://www.ape-project.org/ > >>> Git Hub :http://github.com/APE-Project/ -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
