Changes between Version 1 and Version 2 of Ticket #13362, comment 4
- Timestamp:
- Dec 10, 2015, 11:15:52 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13362, comment 4
v1 v2 5 5 6 6 The problem with Blink/Webkit is that nested contenteditable=false somehow breaks "focus scope" and parent element is not consider focused when nested element with contenteditable=false has focus inside. So it causes focus (and caret) to move to the root container. 7 8 [http://jsfiddle.net/f1ames/mjkgspsk/2/ jsfiddle with nested contenteditables]