Opened 12 years ago
Closed 12 years ago
#9895 closed Bug (duplicate)
rowspan didn't decrease when remove cell from other column
Reported by: | bryan | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
while editing table, if there's a rowspan attribute on cell in one column, then you remove a cell from another column, the value should decrease but it didn't.
Steps to reproduce :
- create a table (in my case 3 rows 2 columns)
- make top left cell merge down twice (which result in a <td> spanned 3 row)
- remove the middle cell from another column
- view source
Browser name and OS : Chrome 23.0.1271.101 on Mac OS X 10.8.2
Tested on release and nightly build.
Change History (1)
comment:1 Changed 12 years ago by
Keywords: | table rowspan html removed |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
DUP of #6618.
There are also two similar tickets #2859 and #8666