Closed
Bug 98419
Opened 24 years ago
Closed 24 years ago
cell is created even if last char is a delimiter
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
VERIFIED
WONTFIX
People
(Reporter: sujay, Assigned: cmanske)
Details
This bug never got fixed from 82409, so I'm filing a new one:
if the last character is a delimiter, we still create a cell for it
Do we want/intend to do this?
type: abc,def,
select all
make a table
I expect 2 cells, I get 3 cells.
| Assignee | ||
Comment 1•24 years ago
|
||
This works as designed. It has 2 separators, thus you get 3 cells.
If you used:
abc,,def
you would expect 3 cells, with the middle being empty.
We shouldn't make an exception if a separator happens to be at the end.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•