Opened 13 years ago
Closed 13 years ago
#8100 closed Bug (invalid)
IE -   not honored in table cells
Reported by: | Lynne Kues | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Tables | Version: | 3.4.3 |
Keywords: | IBM | Cc: |
Description
Go to CKEditor demo. Paste attached html into source view. Attempt to select all the cells in the table.   characters are not selected. Click on right hand side of cell.   is not honored (cursor goes to extreme left hand side of the cell).
This is a regression from 3.4.2. As there is no feedback in IE when selecting empty table cells, we are relying on   to provide feedback for our users. Not having any feedback is confusing to our users.
Attachments (2)
Change History (6)
Changed 13 years ago by
Attachment: | table.html added |
---|
Changed 13 years ago by
comment:1 Changed 13 years ago by
Keywords: | IBM added |
---|
comment:2 Changed 13 years ago by
Status: | new → confirmed |
---|---|
Version: | 3.6.1 → 3.4.3 |
comment:4 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | confirmed → closed |
This is "per design".
We output
on empty cells to avoid browsers collapsing them on the final output page. At the same time, we don't want to have the user mistakenly typing after our automatically added
, so we remove them when loading the data into the editor. After all, the user didn't want to have the spaces on the cells, so all this happens transparently.
If your application is instead adding the
into the cells, you'll have to enclose them inside a <span> tag, to indicate the editor that this is a custom space.
3.4.2 behavior