Opened 15 years ago
Last modified 15 years ago
#6992 closed Bug
[IE7] Selection error when typing text after table — at Initial Version
| Reported by: | Garry Yao | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.5.1 |
| Component: | Core : Selection | Version: | 3.5.1 |
| Keywords: | IE | Cc: |
Description
- Use enterMode BR;
- Load a table as initial contents:
<table> <tbody> <tr> <td> text </td> </tr> </tbody> </table>
- Put the cursor after the table and start typing × Actual Result: JavaScript error thrown;
