﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9614	Tabletools insert column before behavior is confusing	Olek Nowodziński	Olek Nowodziński	"I'm a little bit concerned about the expected behavior of ""insert column before"" for the following case:

{{{
+-----+------+
| 1.1 | 1.2^ |
+-----+------+
| 2.1 |
+-----+
}}}

How it works now:
{{{
+-----+--------+------+
| 1.1 | &nbsp; | 1.2^ |
+-----+--------+------+
| 2.1 |
+-----+
}}}

How it should look like in my opition:
{{{
+-----+--------+------+
| 1.1 | &nbsp; | 1.2^ |
+-----+--------+------+
| 2.1 | &nbsp; |
+-----+--------+
}}}

Most likely this is not an issue but it brings some confusion. The origin of this issue is in #9609."	Bug	new	Normal		Core : Tables	4.0		Discussion	
