Try to have nested iframes. Say 1. Nested Iframe1 inside Parent 2. Nested Iframe2 inside Iframe1. Nested Iframe2 has its body contenteditable=true. Now the button click placed in Iframe1 tries to set the focus to Iframe2 body. But focus is not being set. Once we manually click the body, the above approach starts to work without any issues. The same instead of iframe, if I have a normal contenteditable div, its working fine. Note: the above behaviour works fine in all other browsers. Example : https://jsfiddle.net/5zqsu2v9/43/
<rdar://problem/69396469>
Hi team, any update on this please