-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(viewer): selection highlighting problems on iOS
This fixes the followintg problems that only occur on iOS (iPhone and iPad). - marker highlighting position is wrongly shifted. - highlighting of found text is not shown. This is due to the [WebKit Bug 199211 - Selection highlight not shown on programmatic focus after initial load](https://bugs.webkit.org/show_bug.cgi?id=199211) - Find Next/Previous button clears the previous found position and cannot continue same text searching
- Loading branch information
1 parent
1a31dbf
commit abb3ee2
Showing
2 changed files
with
52 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters