Skip to content

Image from the very end of document can't be dragged into some table cells #3283

Open

Description

Type of report

Bug

Provide detailed reproduction steps (if any)

  1. Paste the following code chunk into editor (without tableselection plugin) source mode:
<table border="1" cellpadding="1" cellspacing="1" style="width:500px">
	<tbody>
		<tr>
			<td>
			<p>1.1</p>
			</td>
			<td>
			<p>1.2</p>
			</td>
		</tr>
		<tr>
			<td>2.1<img alt="" src="https://cdn.emojics.com/v1.0.0/emojis/like/symbols/1f60a-color.png" style="height:100px; width:100px" /></td>
			<td>
			<p>2.2</p>
			</td>
		</tr>
		<tr>
			<td>
			<p>3.1</p>
			</td>
			<td>
			<p>3.2</p>

			<p>Lorem ipsum dolor sit amet.</p>
			</td>
		</tr>
	</tbody>
</table>

<p><img alt="" src="https://cdn.emojics.com/v1.0.0/emojis/wow/symbols/1f636-color.png" style="height:100px; width:100px" /></p>

  1. Go back to WYSIWYG
  2. Try to drag the yellow emoji into the cell 3.1 or 3.2

Expected result

Image can be dragged and dropped

Actual result

Cells 3.1 and 3.2 are not droppable

Other details

  • Browser: Chrome
  • OS: MacOS 10.14.5
  • CKEditor version: 4.12.1, 4.10.0
  • Installed CKEditor plugins: table, image

Note: with image2 plugin the problem doesn't occur.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    browser:chromeThe issue can only be reproduced in the Chrome browser.The issue can only be reproduced in the Chrome browser.plugin:imageThe plugin which probably causes the issue.The plugin which probably causes the issue.plugin:tableThe plugin which probably causes the issue.The plugin which probably causes the issue.status:confirmedAn issue confirmed by the development team.An issue confirmed by the development team.type:bugA bug.A bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions