Chrome/V8 breaks Prototype JavaScript library
Reported by Aaron Shafovaloff | September 3rd, 2008 @ 08:44 PM
In Chrome, if you do a $(element).select(...), any elements returned aren't prototype-ified... even after you $() them.
This works in all major browsers except Chrome.
After doing Element.extend(elm), elm.identify() returns the error "TypeError: Object [object HTMLDivElement] has no method 'identify'"
Looks like an inheritance issue?
Comments and changes to this ticket
-
Juriy Zaytsev September 3rd, 2008 @ 09:38 PM
- → State changed from new to duplicate
Thanks for report. I'm closing this as duplicate of #319
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
The Prototype JavaScript library.
