In Adobe and Foxit readers, the user can draw different shapes, which are later saved as images in the document.
The exception is thrown during "Put" operator execution.
Use the attached project to reproduce.
Workaround:
var combo = toolbar.ChildrenOfType<PercentComboBox>().FirstOrDefault();
To reproduce:
- Search for a specific word until the last occurrence is found and a message appears.
- Click the FindPrevious button
Result: A message appears.
Expected: The previous entry is selected.