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)
- 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>
- Go back to WYSIWYG
- Try to drag the yellow emoji into the cell
3.1
or3.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.
Activity