Ticket #1000 (closed defect: invalid)
Mootools doesn't work with application/xhtml+xml
| Reported by: | Kioob | Owned by: | |
|---|---|---|---|
| Type: | defect | Priority: | major |
| Milestone: | Mootools version 1.2 | Component: | Core |
| Keywords: | xhtml | Cc: |
Description
Hello,
mootools (release 1.11 and beta 1.2b2) doesn't work on Firefox 2 if page is sent with HTTP content-type "application/xhtml+xml".
You can check here : (this pages are of course valid "XHTML Strict")
- http://www.oogolo.fr/concours/testMootools.php
- http://www.oogolo.fr/concours/testMootools2.php (the same code, without the xml tag before the doctype).
Results in Firebug :
document.getElementsByTagName('p')
[p#test]
$$('p')
[]
Change History
Note: See
TracTickets for help on using
tickets.