[Prototype-core] Re: Possible bug when adding additional element methods in IE8

2009-09-10 Thread T.J. Crowder
Hi, Prototype 1.6.1 is the first version to support IE8. Are you seeing this in the current release, or...? -- T.J. On Sep 10, 7:25 pm, Viktor Kojouharov wrote: > actually, looking at this further, I needed to add this line to my > Element function: >     if (element) global.Element.prototype

[Prototype-core] Re: Possible bug when adding additional element methods in IE8

2009-09-10 Thread Viktor Kojouharov
actually, looking at this further, I needed to add this line to my Element function: if (element) global.Element.prototype = element.prototype; it looks like it was added recently in prototype as well, maybe for IE8 specifically. On Sep 10, 9:09 pm, Viktor Kojouharov wrote: > actually, whil

[Prototype-core] Re: Possible bug when adding additional element methods in IE8

2009-09-10 Thread Viktor Kojouharov
actually, while creating the test, I started cutting unrelated parts from my included scripts, and once I removed my overwrite of the Element function (which was overwritten between the two method additions), the second set of methods were defined. My overwrite is this, in case anyone is interest

[Prototype-core] Re: Possible bug when adding additional element methods in IE8

2009-09-10 Thread T.J. Crowder
Hi Viktor, Could you put together a small, self-contained test case that demonstrates what you're seeing and open a ticket in Lighthouse with it?[1] [1] http://prototypejs.org/contribute Thanks in advance, -- T.J. Crowder tj / crowder software / com www.crowdersoftware.com On Sep 10, 11:56 am