-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Edge] Can't put the selection inside a table cell #1067
Comments
Can you type there? I can see the editable gets the blue border. So maybe the issue is that the caret isn't visible? |
Nope, typing is not possible. |
Damn... This is something we'll need to understand. |
I've found that:
Setting |
So this does not work on Edge (you cannot type) inside <figure contenteditable="false">
<table>
<tbody>
<tr>
<td contenteditable="true"> while this does: <figure>
<table contenteditable="false">
<tbody>
<tr>
<td contenteditable="true"> |
:/ OK, let's postpone this to it19. I don't think that MS devs will fix it soon so we need to figure out a workaround. |
Reported to Microsoft Edge issue tracker. |
@Reinmar I'd go with this if it's easy to change: <figure>
<table contenteditable="false">
<tbody>
<tr>
<td contenteditable="true"> |
Is this a bug report or feature request? (choose one)
π Bug report
π» Version of CKEditor
Latest master
π Steps to reproduce
β Expected result
It's possible.
β Actual result
It's impossible.
π Other details that might be useful
GIF
Other information
OS: Windows 10
Browser: Edge 17
The text was updated successfully, but these errors were encountered: