Commit 04323da
committed
[Chromium] Fix the total matches count in find in page
The code assumes that the Web Engine reports the number of matches only
once (as Gecko does). However Chromium reports partial results on the go.
As the code was only considering the first notification from the engine
we were not properly picking the right values for current and total
number of matches (just the first partial results).
Fixes #14811 parent a2e681c commit 04323da
File tree
1 file changed
+3
-0
lines changed- app/src/common/chromium/com/igalia/wolvic/browser/api/impl
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
0 commit comments