Skip to content

Commit 6ee89ca

Browse files
committed
first index
1 parent 9d11dbe commit 6ee89ca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • microsoft-edge/webview2/release-notes

microsoft-edge/webview2/release-notes/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,13 @@ This issue occurs because the WPF control uses the WPF `HwndHost` to host the Wi
169169
###### Programmatically control Find operations (Find API)
170170

171171
The Find API allows you to programmatically control **Find** operations, and enables adding the following functionality to your app:
172-
* Customize **Find** options, similar to **Ctrl+F** in Microsoft Edge.
172+
* Customize **Find** options, including **Find Term**, **Case Sensitivity**,<!-- todo: actual UI labels --> **Word Matching**, **Match Highlighting**, and **Default UI Suppression**.
173173
* Find text strings and navigate among them within a WebView2 control.
174174
* Programmatically initiate **Find** operations, and navigate **Find** results.
175175
* Suppress the default **Find** UI.
176-
* Track the status of **Find** operations, indicating completion, changes of match count, and changes of match index.
176+
* Track the status of **Find** operations.
177177

178-
There are known issues with the Find API for PDF documents. When you view a PDF document within a WebView2 control, the **Find** feature currently only provides the number of matches found, and the first index.<!-- todo: clarify "index" --> We are actively investigating these issues, and we encourage you to report any problems you encounter, by using the [WebView2Feedback](https://github.com/MicrosoftEdge/WebViewFeedback) repo.
178+
There are known issues with the Find API for PDF documents. When you view a PDF document within a WebView2 control, the **Find** feature currently only provides the first index and the number of matches found. For example, if the string occurs three times in a PDF, the UI would say **1/3** and would not support programmatically calling **Next** or **Previous**. We are actively investigating these issues, and we encourage you to report any problems you encounter, by using the [WebView2Feedback](https://github.com/MicrosoftEdge/WebViewFeedback) repo.
179179

180180
##### [.NET/C#](#tab/dotnetcsharp)
181181

0 commit comments

Comments
 (0)