Opened 14 years ago
Last modified 11 years ago
#6883 closed Bug
Table Dialog error when clicking OK button if multiple table cells are selected — at Version 3
Reported by: | Brian Shiver | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Cc: | satya_minnekanti@… |
Description (last modified by )
It is possible to get a "Uncaught TypeError: Cannot call method 'appendChild' of undefined" [Chrome] error ("k.$ is undefined" in Firefox) when clicking the OK button in the table dialog if the user selected multiple table cells before launching the table dialog. This bug affects all major browsers.
To reproduce:
- Click the table dialog toolbar button and press the "Ok" button to insert a new table.
- Select multiple cells in the new table by either clicking and dragging or Ctrl-clicking multiple cells.
- Press the table dialog toolbar button again.
- Press the "Ok" button in the table dialog.
Results:
If you check the console you will see the described error, and the Table Dialog will stay in open.
Change History (3)
comment:1 Changed 14 years ago by
Keywords: | Table Dialog removed |
---|---|
Status: | new → confirmed |
Version: | 3.5 → 3.2.2 |
comment:2 Changed 14 years ago by
Cc: | satya_minnekanti@… added |
---|
comment:3 Changed 13 years ago by
Description: | modified (diff) |
---|
Not a 3.5 bug though; IIRC there's a ticket for that already but I can't find it.