Ticket #1280 (closed defect: fixed)
restoreSelection doesn't always work in internet explorer
| Reported by: | douglas | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.96 |
| Component: | Browsers_InternetExplorer | Version: | trunk |
| Severity: | normal | Keywords: | ie workaround |
| Cc: |
Description
When restoring a selection in internet explorer, if the textrange object points to the end of a text node that immediately precedes a block element, the selection isn't properly restored. This is because of a bug in IE when calling the select() method on a TextRange?. The cursor is moved forward one node into the beginning of the following block node.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
