_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Does anyone know if IE has a limit to how many object document.getElementsByTag can return? The main problem is that getElementsByClassName is not working on my page with IE but it works with Firefox. I've traced it back to the
document.body.getElementsByTag('*') command. While inspecting the length Firefox returns 465. In IE the length alert returns [object]. When I changed document.body to a specific container, both containers returned 56. I am attempting to setup my visual studio debugging environment right now so that I can inspect more. Does anyone have any thoughts?
- [Rails-spinoffs] IE Problem with document.getElementsByTag Casey O'Neill