Ticket #1281 (closed defect: fixed)
selectNodeContents is borken in IE when the node is a text node
| Reported by: | douglas | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.96 |
| Component: | Browsers_InternetExplorer | Version: | trunk |
| Severity: | normal | Keywords: | ie |
| Cc: |
Description
Passing a text node to selectNodeContents causes an exception in Internet Explorer. This is because moveToElementText, the function behind the existing algorithm, doesn't work with text nodes.
Change History
Note: See
TracTickets for help on using
tickets.
