Opened 15 years ago
Closed 15 years ago
#4738 closed Bug (fixed)
Inserting table inside bold/italic/underline generates error on ENTER_BR mode
Reported by: | pomu0325 | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | General | Version: | 3.0.1 |
Keywords: | Confirmed Review+ | Cc: | pomu@… |
Description
It happens on IE and FF. Chrome seems to work fine. It seems to happen when the breadcrumb points 'body strong', and NOT happen when 'body p strong'.
steps to reproduce
- Edit config.js to enable ENTER_BR mode.
config.enterMode = CKEDITOR.ENTER_BR;
- Open any sample page.
- Goto source mode, and remove all texts.
- Back to WYSIWYG mode, type some text.
- Click B/I/U icon from toolbar.
- Click Table icon from toolbar.
- Press OK.
- Then, javascript error occurs at elements.js(l.201), and typed text will cleared.
- Error says: 'this.$ is null or not an object' (translated)
Attachments (1)
Change History (7)
comment:1 Changed 15 years ago by
Changed 15 years ago by
Attachment: | 4738.patch added |
---|
comment:4 Changed 15 years ago by
Keywords: | Confirmed Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:5 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Please put a space after the "if" when committing.
comment:6 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
It does not occur on 3.0.0.