Ticket #25 (closed defect: fixed)
el.ownerDocument.createRange JS error
| Reported by: | pgiraud | Owned by: | sypasche |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | sample | Version: | |
| Keywords: | commit | Cc: | |
| State: | Commit |
Description
In some cases, on IE, javascript crashes when trying to call el.ownerDocument.createRange.
As said in an ext forum topic [1], there is "an issue in IE where the first element of the body can't be a text node".
This is the case in examples/map/window.html.
Proposed patch fixes this.
We also should add a notice in some FAQ in the wiki.
[1] http://extjs.com/forum/showthread.php?t=7912&highlight=createRange
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
