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

mceEditable don't work properly in IE11 on win7 #3573

Closed
a-a-davydov opened this issue Apr 6, 2017 · 5 comments
Closed

mceEditable don't work properly in IE11 on win7 #3573

a-a-davydov opened this issue Apr 6, 2017 · 5 comments

Comments

@a-a-davydov
Copy link

bug

I have editor with table plugin enabled.
If I create content like:

        <div class="tableItem mceNonEditable" contenteditable="false">
            <div class="someContent">
            </div>
            <div class="tableItemBody">
                <table>
                      <tbody class="mceEditable" contenteditable="true"><tr><td></td></tr></tbody>
                </table>
            </div>
        </div>            

In chrome I get full featured table cells. So I can set carret into cell and type some text.

In IE11 I can't put carret inside table cell. So I click inside cell, but carret not set in it.

@a-a-davydov
Copy link
Author

a-a-davydov commented Apr 6, 2017

For mceEditable div everything is fine in IE.

@a-a-davydov
Copy link
Author

a-a-davydov commented Apr 6, 2017

My problem is in fiddle

http://fiddle.tinymce.com/lNfaab/3

@a-a-davydov
Copy link
Author

If I use data-mce-contenteditable attribute to enable or disable editability, everything works fine in IE.

See http://fiddle.tinymce.com/rNfaab/2

@a-a-davydov
Copy link
Author

Detail demo of influence of attributes is available in http://fiddle.tinymce.com/rNfaab/6

@thedrjim
Copy link

This issue has been closed due to inactivity. Tiny will soon be working with members of the community to close other old issues on our GitHub repositories.
There are some excellent discussions and reports in the main TinyMCE GitHub repository, but with so many open issues, we cannot monitor them all. Reviewing all of the issues individually would be an enormous task, requiring time that could be better spent developing new features and fixing bugs. Therefore, we are closing issues that have been inactive for over 365 days, with some exceptions.
If this issue is still relevant, please re-open this issue or create a new one.
If you have any questions or concerns, you can contact me at community-qa@tiny.cloud. You can also join the discussion on our mailing list at the following link: community-qa+subscribe@tiny.cloud.

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

No branches or pull requests

3 participants