Changes between Initial Version and Version 1 of Ticket #13362, comment 4
- Timestamp:
- Dec 10, 2015, 11:14:54 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13362, comment 4
initial v1 4 4 The widgets are contenteditable=false which makes them non-focusable (I suppose). But inside them, there are other elements that are contenteditable=true (and so can be focused). 5 5 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. 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.