Opened 15 years ago
Closed 15 years ago
#5266 closed Bug (fixed)
Table headers incorrectly displayed when SCAYT is enabled
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Confirmed | Cc: | WebSpellChecker.net |
Description
When SCAYT is disabled, two <th>
cells are displayed just like if there was one cell. Confirmed in Safari 4 and FF 3.5.8.
Steps to reproduce
- enable SCAYT
- switch to source mode, paste the following code:
<table> <tr> <th> hello </th> <th> world </th> </tr> <tr> <td>text 1</td> <td>text 2</td> </tr> </table>
- switch to wysiwyg mode
- result: look at the header, it looks like if there was
<th>hello world </th>
(when switching back to source mode, the code is fine, it just looks strange)
Change History (4)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Milestone: | → CKEditor 3.3 |
---|---|
Version: | 3.0 → SVN (CKEditor) |
Raising the priority of this ticket.
comment:3 Changed 15 years ago by
Addressed with patch 5145_7. The patch switch editor to newer version of SCAYT core where the problem is resolved.
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I confirm it's working well now. Changelog entry add with [5323].
Probably the problem is that when SCAYT is enabled, the code in the editor looks like this:
(note the span tag surrounding headers)