Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#453 closed Bug (fixed)

Error deleting a table in Firefox

Reported by: Alfonso Martínez de Lizarrondo Owned by:
Priority: Normal Milestone: FCKeditor 2.4.3
Component: UI : Enter Key Version: SVN (FCKeditor) - Retired
Keywords: Cc:

Description

Steps in Firefox 2.0.0.3:

  1. insert a table
  2. Select it
  3. Press Del to delete it
currentBlock has no properties
_ExecuteBackspace(Object Window=window StartContainer=td StartBlockLimit=td, null, null)fckenterkey.js (line 179)
DoDelete()fckenterkey.js (line 275)
FCKEnterKey_OnKeystroke(46, "Delete")fckenterkey.js (line 78)
_FCKKeystrokeHandler_OnKeyDown(keydown charCode=0, keyCode=46, Object Keystrokes=Object CancelCtrlDefaults=false)fckkeystrokehandl... (line 101)
(no name)(keydown charCode=0, keyCode=46)fcktools_gecko.js (line 133)
 if ( !previous && currentBlock.nodeName.IEquals( 'LI' ) && currentBlock.parentN...

Change History (7)

comment:1 Changed 17 years ago by Frederico Caldeira Knabben

Milestone: FCKeditor 2.5

Fixed with [313].

Click here for more info about our SVN system.

comment:2 Changed 17 years ago by Frederico Caldeira Knabben

Just a note...

In Firefox, there is no way to delete the table by selecting it and hitting del. This is a browser limitation.

Actually, when clicking on a table, you simply place the cursor inside one of its cells.

comment:3 Changed 17 years ago by Alfonso Martínez de Lizarrondo

Yes, I didn't explain the steps properly, but it's possible to select a table in firefox, although it's tricky: you must Ctrl+Click on the border, sometimes you will only select a cell, but if you try again you should be able to select the whole table. Of course it's far easier having a status bar with the dom tree to the current node and the ability to select any node from that tree, but that's not included in the default configuration.

comment:4 Changed 17 years ago by Frederico Caldeira Knabben

Even easier... just right click on the table ;)

comment:5 Changed 17 years ago by Alfonso Martínez de Lizarrondo

To delete the table yes, but if you want to add a class name to a table you must use the Style combo, and to show the styles available for tables you must select the whole table.

why is the bug still open?

comment:6 Changed 17 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: newclosed

comment:7 Changed 17 years ago by Frederico Caldeira Knabben

Milestone: FCKeditor 2.5FCKeditor 2.4.3
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy