Skip to content

Commit

Permalink
Bug 1393424 - Don't try to autoscroll in Print Preview mode. r=kats
Browse files Browse the repository at this point in the history
It doesn't work properly anyways due to a more general coordinate-system
problem on the Print Preview page (see bug 1393494).

MozReview-Commit-ID: D4i2H8z5mtW

UltraBlame original commit: f584ae5d61c4dbc2985338e0d7a5cb32946d69cd
  • Loading branch information
marco-c committed Oct 1, 2019
1 parent 10617e3 commit cf15357
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions toolkit/content/browser-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,15 @@ _scrollable
)
return
;
if
(
!
content
.
performance
)
return
;
let
domUtils
=
Expand Down

0 comments on commit cf15357

Please sign in to comment.