﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14289	Issue with Merging and Deleting Cell at last column	Bryan Foo		"in cases where there are multiple row spans.

merging or deleting cell at the last column will cause the next row to move up to the right of the last column cell of the current row.

sample source code at ""https://dl.dropboxusercontent.com/u/67609133/CKEditor%20Bug%20Source%20Code.htm""


== Steps to reproduce ==

'''Merging Cell'''
1. Copy sample source code to CKEditor
2. Right click on the cell containing red text ""Merge Cell Down""
3. Select Cell > Merge Down

'''Deleting Cell'''
1. Copy sample source code to CKEditor
2. Right click on the cell containing red text ""Delete This Cell""
3. Select Cell > Delete Cells


== Expected result ==

'''Merging Cell'''
Cell will merge correctly with cell containing text ""Row 5, Col 5"". Rows should be maintain.

'''Deleting Cell'''
Cell will be deleted. Rows should be maintain.


== Actual result ==

'''Merging Cell'''
Cell will merge but the next row will shift up to the right.

'''Deleting Cell'''
Cell will be deleted but the next row will shift up to the right.


== Other details (browser, OS, CKEditor version, installed plugins) ==
Browser: (Firefox 38, IE 8-11, Chrome 47)
OS: (Win 8.1 Pro)
CKEditor: (4.5.6)
CKEditor Build: (http://ckeditor.com/builder/24cdab0854f59a615f60afcd3b55d623)
"	Bug	confirmed	Normal		Core : Tables				
