search in codemirror of output in document

Hello.

I used the codemirror5 to output widgets. If I execute the code cell, the result is shown some texts with codemirror. But there are two problems.

first: I want to search some text in output codemirror. So I pressed the key ctrl + F. Then the global search dialog is shown on the top of document(global search dialog). But I want to show search dialog on the top of codemirror of output.

second: I search the text using global diaglog, the search is ok in the codemirror of output. But I use ctrl+G for searching next, It does not move the scroll. the matching highlight is worked well. But the scroll is not moved.

Please help me.