Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Right-click doesn't clear selection created with tableselection plugin #1264

Closed
jswiderski opened this issue Nov 29, 2017 · 2 comments
Closed
Assignees
Labels
plugin:tableselection The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. support An issue reported by a commercially licensed client. target:minor Any docs related issue that can be merged into a master or major branch. type:bug A bug.
Milestone

Comments

@jswiderski
Copy link
Contributor

Are you reporting a feature request or a bug?

Bug

Check if the issue is already reported

Put all reference links here…

Provide detailed reproduction steps (if any)

  1. Insert below HTML into CKEditor
<table border="1" cellpadding="1" cellspacing="1" style="width:500px">
	<tbody>
		<tr>
			<td>11</td>
			<td>12</td>
			<td>13</td>
		</tr>
		<tr>
			<td>21</td>
			<td>22</td>
			<td>23</td>
		</tr>
	</tbody>
</table>
  1. Select Cell 22 so that whole cell is selected (blue)
  2. Right-click inside cell 12 and select Column -> Insert Column After.

Expected result

New column gets inserted between first and second column.

Actual result

New column gets inserted between second and third column.
It is also worth mentioning that when left-clicking in cell 22 and then right-clicking in cell 12, selection is moved properly and new cell is inserted as expected.

Other details

  • Browser: Any
  • OS: Any
  • CKEditor version: 4.7.0
  • Installed CKEditor plugins: tableselection
@jswiderski jswiderski added status:confirmed An issue confirmed by the development team. support An issue reported by a commercially licensed client. type:bug A bug. labels Nov 29, 2017
@jswiderski
Copy link
Contributor Author

Sample mp4 showing the problem: tableselection.zip

@mlewand mlewand added this to the Backlog milestone Nov 29, 2017
@mlewand mlewand added the plugin:tableselection The plugin which probably causes the issue. label Nov 29, 2017
@mlewand mlewand changed the title Right-click doesn't clear selection created with tableselection plugin. Right-click doesn't clear selection created with tableselection plugin Dec 27, 2017
@mlewand mlewand added the target:minor Any docs related issue that can be merged into a master or major branch. label Dec 27, 2017
@engineering-this engineering-this self-assigned this Aug 23, 2018
@Comandeer
Copy link
Member

Merged into 4.10.2.

@Comandeer Comandeer modified the milestones: Backlog, 4.10.2 Sep 5, 2018
@mlewand mlewand modified the milestones: 4.10.2, 4.11.0 Oct 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin:tableselection The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. support An issue reported by a commercially licensed client. target:minor Any docs related issue that can be merged into a master or major branch. type:bug A bug.
Projects
None yet
Development

No branches or pull requests

4 participants