Opened 14 years ago

Closed 14 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)

4738.patch (2.9 KB) - added by Garry Yao 14 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 14 years ago by pomu0325

It does not occur on 3.0.0.

comment:2 Changed 14 years ago by pomu0325

It happens since [4344](fix for #3664) on trunk.

comment:3 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.1

Regression.

Changed 14 years ago by Garry Yao

Attachment: 4738.patch added

comment:4 Changed 14 years ago by Garry Yao

Keywords: Confirmed Review? added
Owner: set to Garry Yao
Status: newassigned

comment:5 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

Please put a space after the "if" when committing.

comment:6 Changed 14 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [4663] and [4664].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy