Reproducer: * show a page * add some highlighted text using `findText(...)` * change the page source Problem: * the rectangles of highlighted text remain in plain even tough there is no text Suggested solution: * rerun `findText()` on source change * or clear the highlights
Reproducer:
findText(...)Problem:
Suggested solution:
findText()on source change