Opened 15 years ago
Last modified 14 years ago
#7529 closed Bug
IE 6&7: Error when editing cell properties in table — at Version 7
| Reported by: | Jakub Ś | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.5.3 |
| Keywords: | IBM | Cc: | satya_minnekanti@… |
Description (last modified by )
Happens in IE6 & IE7
- Load rev 6478 sample
- Press "New Page"
- Switch to source
- Paste the following code:
<p> </p> <table border="1" cellpadding="0" cellspacing="0"> <tbody> <tr> <td style="width: 197px"> <p> Ewrew</p> </td> <td style="width: 197px"> <p> 435</p> </td> <td style="width: 197px"> <p> 43543543</p> </td> </tr> <tr> <td style="width: 197px"> <p> Werw</p> </td> <td style="width: 197px"> <p> 435</p> </td> <td style="width: 197px"> <p> click here</p> </td> </tr> <tr> <td style="width: 197px"> <p> 435</p> </td> <td style="width: 197px"> <p> 435435</p> </td> <td style="width: 197px"> <p> ertretretre</p> </td> </tr> </tbody> </table>
- Switch to wysiwyg
- Click with RBM on cell with value "click here" (DON'T CLICK WITH LBM) and choose cell -> cell properties...
- Result: the error is displayed:
'null' is null or not an object
function getSelectedCells( selection )
{
// Walker will try to split text nodes, which will make the current selection
// invalid. So save bookmarks before doing anything.
var bookmarks = selection.createBookmarks(); // <-------
tabletools/plugin.js, line 14
Change History (8)
comment:1 Changed 15 years ago by
| Status: | new → confirmed |
|---|
Changed 15 years ago by
| Attachment: | ie6_7529.png added |
|---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
| Description: | modified (diff) |
|---|
comment:4 Changed 15 years ago by
| Description: | modified (diff) |
|---|
comment:5 Changed 15 years ago by
| Version: | 3.4.1 → 3.5.3 (SVN - trunk) |
|---|
comment:7 Changed 15 years ago by
| Description: | modified (diff) |
|---|

On my computer it happens straight after the dialog loads, without having to press the "Ok" button.