[Proto-Scripty] Re: Prototype DOM-traversal methods failing on HTML5 elements in IE 9 using html5shiv

2011-07-01 Thread T.J. Crowder
Hi, On Jul 1, 1:52 am, Jonny Nott jonn...@gmail.com wrote: Aha, Mr Crowder, you always have the answers! Thanks. So, any news on Prototype v 1.7.0.1, 1.7.1 or 1.8? Will the next version have the latest Sizzle in? If the question is directed at me: I have no idea, I'm not involved with

[Proto-Scripty] Element.extend returning null after in a form (in chrome)

2011-07-01 Thread Thexder
I pass in a form id, it has the form element up until the Element.extend call, then it returns null. I've traced the code up to the Element.extend, then the Chrome debugger goes into the function 'K', but the parameter is null. Obviously the debugger doesn't know how to trace the code, and I

[Proto-Scripty] Re: Element.extend returning null after in a form (in chrome)

2011-07-01 Thread T.J. Crowder
Hi, It would help to quote some code, otherwise people are just guessing at what might be going wrong. -- T.J. Crowder Independent Software Engineer tj / crowder software / com www / crowder software / com On Jul 1, 8:17 am, Thexder jpree...@gmail.com wrote: I pass in a form id, it has the form

[Proto-Scripty] newline after div mandatory?

2011-07-01 Thread Sylvain Brohée
Hi all, I am very new to script.aculo.us. I'd like to add a very simple appear effect on my web page with this simple code : Blabla div id=appear_tip style=display:none; background:#C0C0C0; left- margin:30px; border:0px solid #333; MY TEXT THAT APPEAR a href='#'

[Proto-Scripty] Re: Prototype DOM-traversal methods failing on HTML5 elements in IE 9 using html5shiv

2011-07-01 Thread Jonny Nott
Great, have switched out that sizzlejs chunk, and all is good. Was gonna just switch back to 1.6.0 for the project concerned, but I'm using Element.Storage, so boo :( -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this

Re: [Proto-Scripty] newline after div mandatory?

2011-07-01 Thread Walter Lee Davis
On Jul 1, 2011, at 6:39 AM, Sylvain Brohée wrote: Hi all, I am very new to script.aculo.us. I'd like to add a very simple appear effect on my web page with this simple code : Blabla div id=appear_tip style=display:none; background:#C0C0C0; left- margin:30px; border:0px solid #333; MY

[Proto-Scripty] Re: Prototype DOM-traversal methods failing on HTML5 elements in IE 9 using html5shiv

2011-07-01 Thread Jonny Nott
Hopefully core team can sort out a bugfix release for 1.7 that updates to a newer sizzlejs, solving this problem.. Have posted in Prototype Core, but awaiting moderation.. -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to

[Proto-Scripty] Re: Prototype DOM-traversal methods failing on HTML5 elements in IE 9 using html5shiv

2011-07-01 Thread Andrew Dupont
Yeah, I can confirm we'll update to the latest version of Sizzle before we 1.7.0.1 (which is a soon-ish release). Cheers, Andrew On Jun 30, 8:03 pm, Jonny Nott jonn...@gmail.com wrote: So, any news on Prototype 1.7.0.1, 1.7.1 or 1.8? Assuming it'll have the latest sizzlejs included? -- You