-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix scrolling of search results in documents with marked content (bug 1714183) #13482
Conversation
…unction This code was added in PR 3968, apparently in order to fix scrolling of search results in HiDPI-mode. However, after PR 4570 nothing is setting these `dataset`-properties any more and this is thus dead code which should be removed. (If that change had broken scrolling of search results in HiDPI-mode, you'd really expect that it'd been reported and fixed a long time ago.)
/botio integrationtest |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://3.101.106.178:8877/84b07c2a1621fac/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/b58396396c6c706/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/b58396396c6c706/output.txt Total script time: 4.37 mins
|
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/84b07c2a1621fac/output.txt Total script time: 5.03 mins
|
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/75dea72e48633ba/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/75dea72e48633ba/output.txt Total script time: 3.79 mins Published |
…714183) This regressed in PR 13171, since the `span`s with the marked content identifiers interfere with scrolling of search results.
a852561
to
29e6930
Compare
This regressed in PR #13171, since the
span
s with the marked content identifiers interfere with scrolling of search results.Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1714183