Opened 15 years ago
Closed 14 years ago
#5861 closed Bug (fixed)
[FF] Error when double clicking on table for first time.
| Reported by: | Joe Kavanagh | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | SVN (CKEditor) - OLD |
| Keywords: | IBM Firefox | Cc: | Damian, Satya Minnekanti |
Description (last modified by )
- Using Firefox, open the Ajax sample and click the Create Editor button.
- Click on the Table button to insert a table.
- Position the mouse on the table border and double click the left mouse button.
A 'range is undefined' error is thrown at line 183 in the link plugin's plugin.js. See screenshot.
Attachments (2)
Change History (9)
Changed 15 years ago by
| Attachment: | doubleclick_err.png added |
|---|
comment:1 Changed 15 years ago by
| Description: | modified (diff) |
|---|
comment:2 Changed 15 years ago by
| Keywords: | WorksForMe added |
|---|
I'm not able to reproduce the problem with the current trunk. Can you please confirm it?
comment:3 Changed 15 years ago by
After further investigating I noticed that to get the error you had to double click on a location where a resize handle or add/delete row symbol would appear. So, for example, double-click on a corner of the table outer border. The table must not have focus before clicking. See the second attachment.
comment:4 Changed 15 years ago by
| Keywords: | Confirmed Firefox added; WorksForMe removed |
|---|
Confirmed by double-clicking the table corner.
comment:5 Changed 15 years ago by
| Owner: | set to Paweł Horzela |
|---|---|
| Status: | confirmed → assigned |
comment:6 Changed 15 years ago by
| Owner: | Paweł Horzela deleted |
|---|---|
| Status: | assigned → new |
comment:7 Changed 14 years ago by
| Cc: | Damian Satya Minnekanti added; damo satya removed |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
I have checked it under latest CKEditor release. Seems to be fixed.

range is undefined error