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

Nested contenteditable elements path not updated with divarea plugin #1113

Closed
f1ames opened this issue Nov 2, 2017 · 0 comments
Closed

Nested contenteditable elements path not updated with divarea plugin #1113

f1ames opened this issue Nov 2, 2017 · 0 comments
Labels
browser:firefox The issue can only be reproduced in the Firefox browser. plugin:divarea The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. target:minor Any docs related issue that can be merged into a master or major branch. type:bug A bug.
Milestone

Comments

@f1ames
Copy link
Contributor

f1ames commented Nov 2, 2017

Are you reporting a feature request or a bug?

Bug

Provide detailed reproduction steps (if any)

  1. Use CKEditor with divarea plugin.
  2. Set content to:
<p>You can type here
    <strong contenteditable="false">This is uneditable part 
        <em contenteditable="true">and you can type again inside this editable part<u> and some underline inside</u></em>
    </strong>
</p>
  1. Put selection inside plain text (e.g. <p>You ca^n type here...).
  2. Put selection inside <em contenteditable=true>.

You can use this codepen to reproduce the issue https://codepen.io/f1ames/pen/oojraB.

Expected result

Elements path is updated.

Actual result

Elements path does not change.

Other details

  • Browser: FF
  • OS: OS X
  • CKEditor version: 4.4.0 (oldest I have tested on)
  • Installed CKEditor plugins: divarea, elementspath
@f1ames f1ames added browser:firefox The issue can only be reproduced in the Firefox browser. plugin:divarea The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug. labels Nov 2, 2017
@mlewand mlewand added the target:minor Any docs related issue that can be merged into a master or major branch. label Aug 22, 2018
@Comandeer Comandeer added this to the 4.10.2 milestone Sep 29, 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
browser:firefox The issue can only be reproduced in the Firefox browser. plugin:divarea The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. 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

3 participants