[Proto-Scripty] Re: IE read attribute issue for 'href'.

2010-10-06 Thread Tobie Langel
Hi. As I've mentioned on the LightHouse ticket, this is a known IE issue. Unfortunately, there's absolutely nothing we can do about it without doing some really creazy hacking (spawn iframes and using document.write inside of them to create the HTML markup, then copying it from there). The perf

[Proto-Scripty] Re: IE read attribute issue for 'href'.

2010-10-04 Thread T.J. Crowder
file , i hav sent you in this mail. It will clearly tell you the issue i > am facing. Thanks for your response in advance.   > > Thanks & Regards, > Vinoth john > > > >  -Original Message- > From: T.J. Crowder > Sent:  03/10/2010, 7:14  PM > To: Prototype & sc

[Proto-Scripty] Re: IE read attribute issue for 'href'.

2010-10-03 Thread T.J. Crowder
Hi, IE's implementation of `getAttribute` has a number of issues, one of which being that 'href' is returned as an absolute path rather than as its real value (prior to IE8, anyway; they fixed it). Prototype's `readAttribute` fixes most of IE's issues, including that one. If you're using Prototype