Opened 11 years ago
Closed 10 years ago
#11072 closed Bug (duplicate)
Merge cells doesn't work in FF when replaced textarea with inline editor
Reported by: | Ales Seifert | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | 4.0 Beta |
Keywords: | Firefox | Cc: | richard@… |
Description
Tested in FF24 on
http://nightly.ckeditor.com/13-11-03-07-05/full/samples/inlinetextarea.html
when selected few cells in one row and selected merge cells some JS exception is logged on console.
Same works OK in Chrome, not tested anywhere else.
Bug found from 4.0.1 (older not tested) to 4.3 beta.
Attachments (1)
Change History (7)
comment:1 Changed 11 years ago by
Keywords: | Firefox table merge cells removed |
---|---|
Status: | new → pending |
Version: | 4.2.2 |
comment:2 Changed 11 years ago by
Cc: | richard@… added |
---|
Just found this ticket. Error is still active.
Other reference of this error I found - http://dev.ckeditor.com/ticket/9770
@j.swiderski: in the full and standard Sample the error don´t occur. Only in the INLINE-Version of the Editor the error occurs.
Error I get in the sample (http://ckeditor.com/demo#inline): TypeError: a.getDocument is not a function ckeditor.js:858
Error I get in my own Project: TypeError: cell.getDocument is not a function plugin.js:402
Same problem, just not minified code ;)
Browser: Firefox 31.0 OS: Windows 8
I attach an Screenshot of the Inline-Sample with some other error that occurs but I think its linked to this error.
Changed 11 years ago by
Attachment: | table_grabber_error.jpg added |
---|
This happens, when I mark 2 or multiple cells from a table.
comment:3 Changed 11 years ago by
We are still seeing this in Firefox 30 with the Div Editing Area plugin which I assume is what others are referring to when they see this with inline editing. Another manifestation is that you cannot select multiple cells at a time and change the properties for them with the right-click menu. So if I want to change the background color of a row, I would have to change the background color for each cell individually.
comment:4 Changed 10 years ago by
Thank you for detailed explanation. Problem can be reproduced from CKEditor 4.0 beta only in Firefox.
- Open inlinebycode sample
- Insert 4x5 table
- Select first and second cell in first row.
- Right click on first cell and select Cell -> Merge Cells
Result: Error is thrown.
Message: cell.getDocument is not a function
Code: var docInner = cell.getDocument()
URI: /ckeditor-dev/plugins/tabletools/plugin.js
Line : 402
comment:5 Changed 10 years ago by
Keywords: | Firefox added |
---|---|
Status: | pending → confirmed |
Version: | → 4.0 Beta |
comment:6 Changed 10 years ago by
Resolution: | → duplicate |
---|---|
Status: | confirmed → closed |
Duplicate of #10745.
I have checked this issue in latest Firefox 30 and latest CKEditor 4.4.2 full and standard packages. No such issue have occurred.
@alesak are you still able to reproduce this problem? Perhaps you are using third-party plugins, not created by CKSource team, which cause this problem?