Changes between Version 2 and Version 3 of Ticket #13362, comment 4
- Timestamp:
- Dec 10, 2015, 11:32:10 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13362, comment 4
v2 v3 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 7 8 [http://jsfiddle.net/f1ames/mjkgspsk/ 2/ jsfiddle with nested contenteditables]8 [http://jsfiddle.net/f1ames/mjkgspsk/3/ jsfiddle with nested contenteditables]