Image in table cell has an empty URL field when edited from context menu opened by right-click #2235
Labels
good first issue
Relatively easy to fix. This is a perfect issue if you are willing to create a Pull Request.
plugin:image
The plugin which probably causes the issue.
plugin:tableselection
The plugin which probably causes the issue.
regression
This issue is a regression.
status:confirmed
An issue confirmed by the development team.
support:2
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
Type of report
Bug
Provide detailed reproduction steps (if any)
Expected result
The fields of the "Image Properties" dialog should be populated with the corresponding properties of the image that was right-clicked.
Actual result
The fields of the "Image Properties" dialog remain empty.
Other details
Browsers: Current versions of Chrome/Chromium and Firefox under Linux and Windows 7/10.
CKEditor versions tested: 4.10.0 and 4.9.2
The issue only occurs if "Image Properties" was called via context menu and the image is the sole content of a table cell. Double clicking the image or selecting it and calling the dialog via tool bar operates as expected.
A possible cause of this bug maybe located in the selection range handling of the function isTableSelection (in core/selection.js)
The text was updated successfully, but these errors were encountered: