Opened 17 years ago
Closed 17 years ago
#1201 closed Bug (fixed)
Opera: Backspace & Delete don't work in table cells
Reported by: | Aleksey Onopriyenko | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | Opera Compatibility |
Component: | General | Version: | |
Keywords: | Cc: |
Description
If the keyboard cursor is placed into a table's cell pressing Delete or Backspace removes the cell.
If a table is selected pressing Delete removes the cell instead of the whole table.
Tested with Opera 9.5 alpha (build 9500).
Opera 9.23 doesn't have this bugs.
Change History (2)
comment:1 Changed 17 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | Opera: Backspace & Delete don't work with tables properly. → Opera: Backspace & Delete don't work in table cells |
Happens on deleting BR which is the only child of TD - is this some logic to avoid empty elements kicking in?
A possible fix would be this:
..Gecko doesn't like to loose its injection of BOGUS though.
Maybe call FCKTools.AppendBogusBr instead, and change FCKTools.CreateBogusBR to detect Opera and insert empty text nodes?