[Prototype-core] $$() and :nth psuedo-elements

2007-03-16 Thread Trevan Richins
The new version of $$() is wonderful but doesn't seem to work all that well with the :nth psuedo-elements. It looks to only work correctly when in the formula an+b, a and b are positive and b a. I don't know if anyone has noticed this yet, but I couldn't find a bug id so I filled a new one

[Prototype-core] Opera and prototype

2007-03-17 Thread Trevan Richins
I was playing around with the testing framework and decided to see if I could get it working with Opera and appeared to be successful. But when I ran the tests, opera failed the dom, form, position, and selector tests. Is prototype supposed to support Opera? Trevan P.S. I submitted a patch

[Prototype-core] Inheritance changes

2007-10-11 Thread Trevan Richins
I just saw that there were some more changes with the inheritance code. I'm wondering how stable is the code. Meaning, if I start working on a project and use the current inheritance code right now, what probability is there that I'll need to rename functions (addMethods) or change function

[Prototype-core] setOpacity error

2007-10-17 Thread Trevan Richins
I just discovered that if you call setOpacity in IE on an element that was just created (and so hasn't been added to the DOM yet), an exception will be thrown. It looks like the currentStyle object on the element is not set until after it has been attached to the DOM. An example script is: