Status: Assigned
Owner:
rla...@chromium.orgCC:
editi...@chromium.org Components: Blink>Editing
New issue 767731 by
rla...@chromium.org: Can't edit contenteditable div if it only contains certain empty elements
https://bugs.chromium.org/p/chromium/issues/detail?id=767731Chrome Version: 63.0.3222.0
OS: All
What steps will reproduce the problem?
(1) Navigate to data:text/html, <div contenteditable><h1></h1></div>
(2) Try to edit anywhere in the document
What is the expected result?
There's nowhere in the document you can click to edit the document.
What happens instead?
It should behave the same way <h1 contenteditable></h1> behaves, or at least the way <div contenteditable></div> behaves.
Note: the inner element doesn't have to be an h1. Other elements that are p and div (and also probably all of h2 through h6).
--
You received this message because:
1. You were specifically CC'd on the issue
2. You are auto-CC'd on all issues in component Blink>Editing
You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settingsReply to this email to add a comment.